spring-projects / spring-projects/spring-tools

Spring Boot Actuator - Beans - Add mobilization feature through beans

Open
#1,162 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

for: eclipse theme: boot-dashboard type: enhancement
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

sts4-actuator-beans

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:

sts4-actuator-beans-02

Therefore if the list of beans are very long it is useful add that mobilization feature through them

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.