eu-digital-green-certificates / dgca-businessrule-service

Apache License 2.0
7 stars 24 forks source link

TLS1.2 for Maven #21

Closed psavva closed 3 years ago

psavva commented 3 years ago

As of 18th June, TLS1.1 was been deprecated.

https://central.sonatype.org/faq/tls-info/

Can I suggest we do the following: Create a folder .mvn Create a file .\mvn\jvm.config with the content: "-Dhttps.protocols=TLSv1.2"

I can issue a PR to all the JAVA repos if you agree. This will help with controlling the TLS versions used in the repos.

Best Regards Panayiotis Savva

a-trzewik commented 3 years ago

This is only build issue on older jdk so it concern only limited group of users. This can be easy set by local settings. I remove the "bug" label because it is reserved only for wrong functionality

a-trzewik commented 3 years ago

It is very old deprecated issue. We decided not to set it because it could make problems in our build systems