mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
259 stars 58 forks source link

Remove current open api generator for java sechub client #3237

Open hamidonos opened 1 week ago

hamidonos commented 1 week ago

Wanted

We want to maintain the openapi spec manually so that we always have a file which can be understood by any java generator.

In order to be able to use the java SecHub client after removing the current openapi generator mechanism we should check in the current generated java files into src and mark them deprecated.

Solution

Note

The checked in files will be removed after the migration is completed successfully (not part of this issue).