openrewrite / openrewrite/rewrite-spring
2.4-2.5: Initialization ordering for functional bean definition
Open
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
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 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