OpenAPITools / OpenAPITools/openapi-generator

[JAVA] RxJava3 Support

Open
#6,621 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Client: Retrofit Enhancement: Feature
Dominant language
Java
Stars
26.8k
Forks
7.7k
PR merge metrics
PR metrics pending

Description

Description

We would like to add a useRxJava3 setting with retrofit2 which would result in:

ext {
    retrofit_version = "2.0.2"
    rx_java_version = "3.0.4"
}
dependencies {
    compile "com.squareup.retrofit2:retrofit:$retrofitVersion"
    compile "com.squareup.retrofit2:converter-gson:$retrofitVersion"
    compile "com.github.akarnokd:rxjava3-retrofit-adapter:3.0.0"
    compile "io.reactivex.rxjava3:rxjava:$rx_java_version"
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name a file, test, or entry point. Start by locating the Java generator's existing RxJava support and its handling of generator settings, then compare the generated dependencies and client types with the requested RxJava3 configuration. Done means a useRxJava3 setting produces the listed RxJava3 dependencies and usable generated clients, with coverage in the relevant generator tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, tooling
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.