You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/index.adoc
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,20 @@ or like this to use an un-published processor:
116
116
spring {
117
117
processor files('... path to processor jar')
118
118
}
119
-
119
+
+
120
+
[.badge .badge-since]+since 2021.2+
121
+
+
122
+
It is possible to use multiple `processor` entries to update dependencies of the openapi-processor.
123
+
+
124
+
For example, the java generating processors depend on `openapi-processor-core`. The `core` library provides most of the logic of a processor and it is usually enough to update the `core` library to get bugfixes or new features.
0 commit comments