Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-5817

Disable REST codegen if resteasy is not present

XMLWordPrintable

    • 5
    • False
    • False
    • 2021 Week 40-42 (from Oct 4), 2021 Week 43-45 (from Oct 25)

      A user reports a conflict https://github.com/quarkusio/quarkus/issues/19868
      when resteasy reactive is being used. It is not possible to mix and match as we don't support resteasy reactive; moreover, we force the resteasy dependency on end users.

      We should not bring in the dependency unless the capability is available.
      the quarkus extension should check if the resteasy capability is present and disable REST codegen otherwise.

      the new programmatic API won't be affected, as users will write the endpoints themselves.

      Additionally, resteasy reactive should be compatible with plain resteasy, so verify detecting the capability for reactive may allow to enable codegen too

              evacchi Edoardo Vacchi (Inactive)
              evacchi Edoardo Vacchi (Inactive)
              Marian Macik Marian Macik
              Marian Macik Marian Macik
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: