Is your feature request related to a problem? Please describe
In RecreateHttpDependenciesTask.removeOutdatedReportRecords(JsonObject comp, String dnsName, JsonArray reportRecords) we have a TODO comment
// TODO: Move pattern to static field and update logic
Describe the solution you'd like
The pattern there is being compiled on every run of the method, that might be optimized by making the pattern static
Describe alternatives you've considered
No response
Additional information
No response
Is your feature request related to a problem? Please describe
In RecreateHttpDependenciesTask.removeOutdatedReportRecords(JsonObject comp, String dnsName, JsonArray reportRecords) we have a TODO comment
// TODO: Move pattern to static field and update logic
Describe the solution you'd like
The pattern there is being compiled on every run of the method, that might be optimized by making the pattern static
Describe alternatives you've considered
No response
Additional information
No response