galasa-dev / projectmanagement

Project Management repo for Issues and ZenHub
7 stars 3 forks source link

Generated Beans Adoption #1866

Open Wyvinar opened 1 month ago

Wyvinar commented 1 month ago

Story

As a Galasa REST API user, I want to be sure that any structures I POST match what is used on the server so it can process my request, and that any structures I GET match what I am expecting from the openapi.yaml.

Background

Now that the beans generator is generating beans in framework, they should be adopted.

Solution

Go through framework, find where the current beans are being used, and replace and uses of them with the use of the respective generated bean, ensure it builds, and delete the old beans.