Abhyudaya Sharma
Abhyudaya Sharma
Thanks for the reply. This is very interesting. I found https://bugs.openjdk.java.net/browse/JDK-8065613 which should ideally remove deprecation warnings for import statements. I checked this with JDK11 and JDK16 and I still...
> How closely is `WebClient` tied to JenkinsRule From a quick look at the code, it is possible to extract `WebClient` from `JenkinsRule`. `WebClient` basically depends on the reference to...
Or we could just have another utility class that creates a `WebClient` for each thread in the benchmark and the overall benchmark class could look something like: ```java @JmhBenchmark public...
@cloudeweb Hi, do you mean something like `git rev-list --count HEAD`?
Thanks a lot @blanked ! I will try to review this PR as soon as possible.
@kalyantag Sorry, I got busy with other things and forgot about this PR. I will review it this weekend.
@blanked Thanks a lot! Looks like the build is failing because of missing `@throws` in JavaDocs. ``` Exit code: 1 - /home/jenkins/workspace/Plugins_folder-auth-plugin_PR-69/src/main/java/io/jenkins/plugins/folderauth/FolderAuthorizationStrategyManagementLink.java:459: warning: no @throws for java.io.IOException ```
I think the build can be restarted by pushing an empty commit (`git commit --allow-empty`) or closing it, waiting for 2 minutes and then reopening. I also believe that there...
Hi @oleg-nenashev ! If you have some time, could you please take a quick look at this PR?
Hi @blanked. Sorry for the delay. What would you think about exporting the entire plugin configuration as JSON as done in https://github.com/jenkinsci/folder-auth-plugin/pull/58/files#diff-237f6cdc333b75a3ea591296a855f117edf78bb4ec1f9cbbc2391811e672304d?