openapi-processor / openapi-processor-core

moved into openapi-processor-base
Apache License 2.0
7 stars 5 forks source link

reverse dependency of core and spring #52

Closed hauner closed 3 years ago

hauner commented 3 years ago

oap-core was extracted from oap-spring to reuse it in oap-micronaut. Now oap-spring & oap-micronaut depend on oap-core.

since core changes most often it causes new releases for oap-spring & oap-micronaut.

It would be nice to avoid that by converting the framework projects (which seldom change) to something like plugins of core.

hauner commented 3 years ago

.. or to make core configurable in the plugins so it is possible to update it indepedent of the framework projects.

hauner commented 3 years ago

gradle plugin processor dependency can be used multiple times, to "override" dependencies, see https://github.com/openapi-processor/openapi-processor-gradle/releases/tag/v2021.2