dockerfile-image-update icon indicating copy to clipboard operation
dockerfile-image-update copied to clipboard

Leverage OkHttpConnector

Open justinharringa opened this issue 4 years ago • 0 comments

When we send pull requests, we will see the following message and it's possible that this may stop working eventually. Reference: https://github.com/hub4j/github-api/issues/754

[main] INFO com.salesforce.dockerfileimageupdate.subcommands.impl.Parent - Fixing Dockerfiles in dockerfile-image-update/somecontainers to PR to justinharringa/somecontainers
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.kohsuke.github.GitHubHttpUrlConnectionClient$HttpURLConnectionResponseInfo (file:/Users/jharringa/ws/dockerfile-image-update/dockerfile-image-update/target/dockerfile-image-update-1.0-SNAPSHOT.jar) to field java.net.HttpURLConnection.method
WARNING: Please consider reporting this to the maintainers of org.kohsuke.github.GitHubHttpUrlConnectionClient$HttpURLConnectionResponseInfo
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

justinharringa avatar Mar 28 '21 00:03 justinharringa