Description
I've noticed that some urls on quarkus, like apache license 2.0, w3.org xml schema and liquibase schema definitions (and others may be too) are still using http instead of https.
Implementation ideas
Change the http urls to https when exists and its possible.
Hi!
Would you like to provide a Pull Request addressing this issue?
I'll create a PR with that today!
@geoand I just don't know if on xml xmls this could be a problem. (as I don't understand the use of this url on it).
For example on file:
https://github.com/quarkusio/quarkus/blob/b27b4cc998bff4709bc09fd3aa0e752e1a6002f2/build-parent/pom.xml
On line 2
I would leave those out TBH
I Guess that with my PR #13911 we can close this issue (as the other urls are in xmlNamespaces)