openrewrite / openrewrite/rewrite-spring

2.4-2.5: Initialization ordering for functional bean definition

Open
#121 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

boot-2.5 recipe
Dominant language
Java
Stars
403
Forks
149
Avg merge
2h 33m
Merged PRs (30d)
10

Description

See #120

Spring bean registered by lambda expression
context.registerBean("myCallbackService", MyService.class, 
  () -> new MyService(), bd -> bd.setAutowireCandidate(false));

--> This is in clarification

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 reading issue #120 and examining the functional bean definition example shown here. The issue does not identify files, tests, the required initialization order, or a completion condition, so clarify the expected behavior before selecting an implementation location or defining what done looks like.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.