Commit 0b9c895
committed
Ignore baseline prior to 4.2.0 for two overridden Schema methods
Add `BaselineIgnore` annotation to Schema methods addExtension and
extensions for versions prior to 4.2.0. These methods were
added/overridden in Schema from Extensible to refine/clarify specific
details about how they behave on Schema.
This is required because the bnd-baseline Maven plugin believes these
methods to be breaking API changes due to the change of return type from
a generic type in `Extensible` to `Schema` in the overrides.
Signed-off-by: Michael Edgar <michael@xlate.io>1 parent 2a99c73 commit 0b9c895
3 files changed
Lines changed: 9 additions & 1 deletion
File tree
- api
- src/main/java
- org/eclipse/microprofile/openapi/models/media
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2167 | 2167 | | |
2168 | 2168 | | |
2169 | 2169 | | |
| 2170 | + | |
2170 | 2171 | | |
2171 | 2172 | | |
2172 | 2173 | | |
| |||
2184 | 2185 | | |
2185 | 2186 | | |
2186 | 2187 | | |
| 2188 | + | |
2187 | 2189 | | |
2188 | 2190 | | |
2189 | 2191 | | |
| |||
0 commit comments