@@ -19,37 +19,6 @@ link:{oapj-license}[image:{badge-license}[]]
1919
2020a gradle plugin based on the link:{oap-api}[openapi-processor-api] to handle any openapi-processor without an explicit dependency on the processor.
2121
22- == compatibility
23-
24- [cols="4*",options="header"]
25- |===
26- | plugin version
27- | plugin id
28- | minimum gradle version
29- | description
30-
31- | 2021.1 (1.0.0.M10), (february 2021)
32- | `io.openapiprocessor.openapi-processor`
33- | 5.5 (June 2019)
34- a| only supports processors with new `io.openapiprocessor` group id
35-
36- | 1.0.0.M9
37- | same as above
38- | same as above
39- a| same as above
40-
41- 4+| ↓ old (deprecated)
42-
43- | 1.0.0.M8
44- | `com.github.hauner.openapi-processor`
45- | 5.2 (February 2019)
46- a| supports processors with new `io.openapiprocessor` and old `com.github.hauner.openapi` group id
47-
48- | 1.0.0.M7
49- | `com.github.hauner.openapi-processor`
50- | 5.2 (February 2019)
51- a| only supports processors `com.github.hauner.openapi` group id
52- |===
5322
5423
5524== gradle dsl
@@ -263,3 +232,40 @@ openapiProcessor {
263232== Samples
264233
265234See xref:samples::spring-mvc.adoc[spring mvc sample] or xref:samples::spring-webflux.adoc[spring webflux sample] for working spring boot samples.
235+
236+ == compatibility
237+
238+ [cols="4*",options="header"]
239+ |===
240+ | plugin version
241+ | plugin id
242+ | minimum gradle version
243+ | description
244+
245+ | 2021.2, (March 2021)
246+ | `io.openapiprocessor.openapi-processor`
247+ | 5.5 (June 2019)
248+ a| only supports processors with new `io.openapiprocessor` group id
249+
250+ | 2021.1 (1.0.0.M10), (February 2021)
251+ | `io.openapiprocessor.openapi-processor`
252+ | 5.5 (June 2019)
253+ a| same as above
254+
255+ 4+| ↓ old (deprecated)
256+
257+ | 1.0.0.M9
258+ | same as above
259+ | same as above
260+ a| only supports processors with new `io.openapiprocessor` group id
261+
262+ | 1.0.0.M8
263+ | `com.github.hauner.openapi-processor`
264+ | 5.2 (February 2019)
265+ a| supports processors with new `io.openapiprocessor` and old `com.github.hauner.openapi` group id
266+
267+ | 1.0.0.M7
268+ | `com.github.hauner.openapi-processor`
269+ | 5.2 (February 2019)
270+ a| only supports processors `com.github.hauner.openapi` group id
271+ |===
0 commit comments