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 Apache HttpClient was added to get around SSL errors when calling shields.io with micronaut's HttpClient. Replacing it with JDK 11's HttpClient would have the project depend only on micronaut apart from the JDK, thereby resulting in a hopefully simpler native image creation. The change needs to be tested to make sure the SSL errors don't come back
The text was updated successfully, but these errors were encountered:
Turned out the SSL errors were due to a JDK 11.0.1 bug. The upgrade to 11.0.8 in ab1cb2c fixed it, so we can just remove Apache HttpClient - no need to replace it with JDK HttpClient
The Apache HttpClient was added to get around SSL errors when calling
shields.io
with micronaut's HttpClient. Replacing it with JDK 11's HttpClient would have the project depend only on micronaut apart from the JDK, thereby resulting in a hopefully simpler native image creation. The change needs to be tested to make sure the SSL errors don't come backThe text was updated successfully, but these errors were encountered: