Remove use of reflection to initialize custom Tomcat connector in modulith mode
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 92
- Forks
- 81
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 46
Description
Describe the bug
This way of implementing the initialization of an additional connector is not recommended as it relies on reflection:
For v4 Zowe release, this can probably be removed as we can probably eliminate the need for an additional connector as a breaking change
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 in apiml/src/main/java/org/zowe/apiml/ModulithConfig.java around line 272, where the additional Tomcat connector is initialized through reflection. Review how modulith mode currently uses that connector and the v4 release context. Done means the reflection-based initialization is removed, with the need for an additional connector resolved consistently for the v4 breaking change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100