|
3 | 3 | :page-layout: default |
4 | 4 | :page-aliases: current@api:ROOT:index.adoc, latest@api:ROOT:index.adoc |
5 | 5 | :badge-license: https://img.shields.io/badge/License-Apache%202.0-blue.svg?labelColor=313A42 |
6 | | -:badge-ci: https://github.com/hauner/openapi-processor-api/workflows/ci/badge.svg |
7 | | -:oapa-ci: https://github.com/hauner/openapi-processor-api/actions?query=workflow%3Aci |
8 | | -:oapa-license: https://github.com/hauner/openapi-processor-api/blob/master/LICENSE |
| 6 | +:badge-ci: https://github.com/openapi-processor/openapi-processor-api/workflows/ci/badge.svg |
| 7 | +:oapa-ci: https://github.com/openapi-processor/openapi-processor-api/actions?query=workflow%3Aci |
| 8 | +:oapa-license: https://github.com/openapi-processor/openapi-processor-api/blob/master/LICENSE |
9 | 9 | // |
10 | | -:oap-api: https://github.com/hauner/openapi-processor-api/blob/master/src/main/java/com/github/hauner/openapi/api/OpenApiProcessor.java |
11 | | -:oap-spring-api-impl: https://github.com/hauner/openapi-processor-spring/blob/master/src/main/groovy/com/github/hauner/openapi/spring/processor/SpringProcessor.groovy |
12 | | -:oap-spring-api-props: https://github.com/hauner/openapi-processor-spring/blob/master/src/main/resources/META-INF/services/com.github.hauner.openapi.api.OpenApiProcessor |
| 10 | +:oap-api: https://github.com/openapi-processor/openapi-processor-api/blob/master/src/main/java/io/openapiprocessor/api/OpenApiProcessor.java |
| 11 | + |
| 12 | +:oap-spring-api-impl: https://github.com/openapi-processor/openapi-processor-spring/blob/master/src/main/groovy/com/github/hauner/openapi/spring/processor/SpringProcessor.groovy |
| 13 | +:oap-spring-api-props: https://github.com/openapi-processor/openapi-processor-spring/blob/master/src/main/resources/META-INF/services/com.github.hauner.openapi.api.OpenApiProcessor |
| 14 | + |
13 | 15 | :oap-json-api-impl: https://github.com/hauner/openapi-processor-json/blob/master/src/main/groovy/com/github/hauner/openapi/spring/processor/JsonProcessor.groovy |
14 | 16 | :oap-json-api-props: https://github.com/hauner/openapi-processor-json/blob/master/src/main/resources/META-INF/services/com.github.hauner.openapi.api.OpenApiProcessor |
15 | 17 |
|
@@ -41,7 +43,7 @@ provide the task to run it. |
41 | 43 | the gradle plugin will call `void run(Map<String, ?> options);` to run the processor, passing all |
42 | 44 | extra settings in the options map with the property setting name as the key. |
43 | 45 |
|
44 | | -- provide a `META-INF/services/com.github.hauner.openapi.api.OpenApiProcessor` property file in |
| 46 | +- provide a `META-INF/services/io.openapiprocessor.api.OpenApiProcessor` property file in |
45 | 47 | the resources with the class name of the implementing class. |
46 | 48 |
|
47 | 49 |
|
|
0 commit comments