k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
70 stars 51 forks source link

Test PR to see if removing enum from lists helps serialise Job type #390

Closed Miles-Garnsey closed 11 months ago

Miles-Garnsey commented 11 months ago

This PR is a test to see if the agent will build and run with a Job type returned from getJobStatus() which does not contain Lists of types containing enums.

If it fails the next step will be to remove the ProgressEventType enum entirely and replace it with a string in all locations.

github-actions[bot] commented 11 months ago

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

Miles-Garnsey commented 11 months ago

Closing, we ended up hacking around this in #388 .