Deprecated code in 5.x documentation
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 35.1k
- Forks
- 16.3k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 143
Description
The "Getting Started" article uses the deprecated in 4.2 way of creating EventLoopGroup in multiple places. It uses:
new NioEventLoopGroup()
instead of new Factory way:
new MultiThreadIoEventLoopGroup(NioIoHandler.newFactory())
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 with the "Getting Started" article and find each example creating an EventLoopGroup with new NioEventLoopGroup(). Replace those examples with the specified MultiThreadIoEventLoopGroup factory form, then verify the article contains no remaining deprecated 4.2-style construction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100