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
The /cves/{distro}/{gardenlinuxVersion}/packages/{packageList} endpoint uses a native sql query because I'm not sure how or if the in-array search can be done with pure jpa means. This has downsides for example for implementing sorting here gardenlinux/glvd-api#34
What you expected to happen:
API endpoints should work consistently
Todo:
Investigate how to resolve this. Best would be if we can get rid of the native query, I guess.
The text was updated successfully, but these errors were encountered:
What happened:
The
/cves/{distro}/{gardenlinuxVersion}/packages/{packageList}
endpoint uses a native sql query because I'm not sure how or if the in-array search can be done with pure jpa means. This has downsides for example for implementing sorting here gardenlinux/glvd-api#34What you expected to happen:
API endpoints should work consistently
Todo:
Investigate how to resolve this. Best would be if we can get rid of the native query, I guess.
The text was updated successfully, but these errors were encountered: