You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update maven from 3.5 to 3.6.3 and required dependencies
This also includes:
* Upgraded openapi-generator-maven-plugin for all generators to 4.3.1.
This is the latest v4.x. There's a 5.x but didn't want ot push too much.
I'd rather do it in separated PR.
* Added skipValidateSpec option to several generations, otherwise the
k8s was considered not valid.
* Updated installed packaged from Debian 9 to Debian 10. This is the
version used by the new maven image. NOTE: using maven plugin for csharp
would allow to get rid of this extra packages I suspect.
* Updated dotnet installation according to official docs
https://docs.microsoft.com/en-us/dotnet/core/install/linux-debian#debian-10-
* Some minnor fixes: remove unnecessary maven depencies, format,...
0 commit comments