Commit b6ae81f
authored
chore: regenerate Java SDK from latest OpenAPI spec (#39)
* chore: regenerate Java SDK from latest Rootly OpenAPI spec
Regenerated using openapi-generator v7.13.0 against the latest
Rootly swagger.json. Strips Object.validateJsonElement calls
from generated sources.
* ci: pin GitHub Actions to full-length commit SHAs
Pin actions/checkout and actions/setup-java to commit SHAs
to comply with rootlyhq org policy requiring pinned actions.
* fix: upgrade jackson-databind-nullable 0.2.6 → 0.2.10
0.2.6 transitively pulls jackson-core:2.14.0-rc2 which is no
longer available on Maven Central, breaking CI builds.
* fix: strip UUID.validateJsonElement calls from generated sources
Post-generation sed only removed Object.validateJsonElement but
UUID.validateJsonElement also has no such method, causing compile
errors in GetTeamIdParameter and GetAlertFieldIdParameter.
* chore: update Makefile sed to also strip UUID.validateJsonElement
* fix: regenerate test stubs to match current API signatures
Old test stubs had stale method signatures (String vs
GetAlertFieldIdParameter, missing params, etc). Deleted and
regenerated all test files. Re-applied SHA-pinned actions,
jackson-databind-nullable 0.2.10, and validateJsonElement
stripping.
* chore: delete stale test stubs before regeneration in Makefile1 parent 91da76a commit b6ae81f
3,632 files changed
Lines changed: 229891 additions & 44762 deletions
File tree
- .github/workflows
- .openapi-generator
- api
- docs
- src
- main/java/com/rootly/client
- api
- auth
- model
- test/java/com/rootly/client
- api
- model
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments