Skip to content

Commit 4110e95

Browse files
committed
update docs
1 parent 55caca8 commit 4110e95

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
//
1111
:processor-v2: https://github.com/openapi-processor/openapi-processor-api/blob/master/src/main/java/io/openapiprocessor/api/v2/OpenApiProcessor.java
1212
:version-v2: https://github.com/openapi-processor/openapi-processor-api/blob/master/src/main/java/io/openapiprocessor/api/v2/OpenApiProcessorVersion.java
13+
:test-v2: https://github.com/openapi-processor/openapi-processor-api/blob/master/src/main/java/io/openapiprocessor/api/v2/OpenApiProcessorTest.java
1314

1415
:processor-v1: https://github.com/openapi-processor/openapi-processor-api/blob/master/src/main/java/io/openapiprocessor/api/v1/OpenApiProcessor.java
1516

1617
:oap-spring-api-impl: https://github.com/openapi-processor/openapi-processor-spring/blob/master/src/main/kotlin/io/openapiprocessor/spring/processor/SpringService.kt
1718
:oap-spring-api-props: https://github.com/openapi-processor/openapi-processor-spring/tree/master/src/main/resources/META-INF/services
1819

20+
:oap-test: https://github.com/openapi-processor/openapi-processor-base/tree/main/openapi-processor-test
21+
1922
//
2023
// content
2124
//
@@ -47,6 +50,8 @@ the plugins will call `void run(Map<String, ?> options);` to run the processor,
4750

4851
- implement the link:{version-v2}[`v2.OpenApiProcessorVersion`] interface if you want to support the latest release check.
4952

53+
- implement the link:{test-v2}[`v2.OpenApiProcessorTest`] interface to run integration to with link:{oap-test}[`openapi-processor-test`] (required since 2024.6).
54+
5055
== api evolution
5156

5257
[cols="5*",options="header"]
@@ -57,10 +62,16 @@ the plugins will call `void run(Map<String, ?> options);` to run the processor,
5762
| supported by maven plugin
5863
| description
5964

65+
| 2024.1
66+
| `..v2.OpenApiProcessor`, `..v2.OpenApiProcessorVersion`, `..v2.OpenApiProcessorTest`
67+
| since 2023.2
68+
|
69+
a| no API changes, added new `Test` api
70+
6071
| 2023.1
6172
| `..v2.OpenApiProcessor`, `..v2.OpenApiProcessorVersion`
6273
| since 2023.2
63-
| todo
74+
|
6475
a| no API changes, added new `Version` api
6576

6677
| 2021.1

0 commit comments

Comments
 (0)