5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java288 forks (288 forks)batch import
enhancementgood first issuelowpriority
Repository metrics
- Stars
- 3,462 stars (3,462 stars)
- PR merge metrics
- Avg merge 3d 23h (Avg merge 3d 23h)14 merged PRs in 30d (14 merged PRs in 30d)
Contributor guide
- Research direction
- Study the existing RxNullabilityPropagator handler to understand how it propagates nullability for RxJava types. Then, analyze Reactor's core types (Flux, Mono) and their subscription methods to implement a similar propagator for Reactor. Follow the same pattern as the RxNullabilityPropagator.
- Tech stack
- java
- Domain
- tooling
- Issue type
- Feature
- Prerequisites
- JavaGit