apache / apache/camel-quarkus

Inspect routes to detect classes that may require reflection

Open
#97 9 comments 3 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
302
Forks
232
Avg merge
1d 22h
Merged PRs (30d)
108

Description

Assuming we have a route that contains something like:

.bean(OrderService.class, "doSomething")

Then the `OrderService` should be listed among the classes that require reflection.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing how routes are inspected and how classes requiring reflection are collected. Use the example route containing `.bean(OrderService.class, "doSomething")` as the acceptance case; done means `OrderService` is listed among the classes requiring reflection.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
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.