Uploaded image for project: 'Subscription Watch'
  1. Subscription Watch
  2. SWATCH-3529

Migrate Quarkus Resteasy Reactive to Quarkus Resteasy extensions

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 2025-07-08 - API
    • None
    • None

      Replace the quarkus-rest extensions by the quarkus-resteasy extensions:

      From To
      io.quarkus:quarkus-rest-jackson io.quarkus:quarkus-resteasy-jackson
      io.quarkus:quarkus-rest-client-jackson io.quarkus:quarkus-resteasy-client-jackson

      More required changes:

      • Replace "io.quarkus.rest.client.reactive.QuarkusRestClientBuilder" by "org.eclipse.microprofile.rest.client.RestClientBuilder".
      • Remove the NotImplementYet catch from DefaultExceptionMapper since it does not exist in resteasy
      • Replace UriBuilderImpl by ResteasyUriBuilderImpl (used in a couple of tests)
      • Remove “quarkus.rest-client-reactive.provider-autodiscovery=false” since Resteasy does not auto discover all the providers
      • Update the CONTRIBUTING.md Quarkus migration guide with above new guidelines when needed

              rhn-engineering-wpoteat William Poteat
              jcarvaja@redhat.com Jose Carvajal Hilario
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: