Branch: refs/heads/java11-readiness Home: https://github.com/jenkinsci/email-ext-plugin
Commit: 8bda23f018a16b200ee82812a4dea15c942c9e27 https://github.com/jenkinsci/email-ext-plugin/commit/8bda23f018a16b200ee82812a4dea15c942c9e27 Author: Alex Earl <slide.o....@gmail.com> Date: 2019-03-20 (Wed, 20 Mar 2019) Changed paths: M Jenkinsfile Log Message: ----------- Incorporate Jenkinsfile changes from #176 Commit: b81dc37915708758f8ca7c13d8e07212eaedadce https://github.com/jenkinsci/email-ext-plugin/commit/b81dc37915708758f8ca7c13d8e07212eaedadce Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-03-20 (Wed, 20 Mar 2019) Changed paths: M pom.xml Log Message: ----------- Updates for Java 11 readiness Mainly bumping to workflow-support:3.x for Java 11 compat. But then this plugin requires 2.121.1. So given that, I also bumped the java.level to 8. The other updates are generally pulled in by `RequireUpperBoundDeps` fixes. Commit: 26bc8e862624291060ac26c0dda0edddc63095bc https://github.com/jenkinsci/email-ext-plugin/commit/26bc8e862624291060ac26c0dda0edddc63095bc Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-03-20 (Wed, 20 Mar 2019) Changed paths: M src/main/java/hudson/plugins/emailext/EmailRecipientUtils.java M src/main/java/hudson/plugins/emailext/plugins/recipients/RecipientProviderUtilities.java Log Message: ----------- Fix FindBugs violations when building with jenkins.version=2.164 Starting with https://github.com/jenkinsci/jenkins/pull/2730, `AbstractBuild.getChangeSet()` is `@NonNull`, so we can remove the `if` to protect against potential NPEs. Errors were: ``` [INFO] --- spotbugs-maven-plugin:3.1.11:check (default-cli) @ email-ext --- [INFO] BugInstance size is 4 [INFO] Error size is 0 [INFO] Total bugs: 4 [ERROR] Un appel de méthode dans hudson.plugins.emailext.EmailRecipientUtils.convertRecipientString(String, EnvVars, int, TaskListener) passe null à un paramètre déclaré @NonNull de hudson.model.User.get(String, boolean, Map) [hudson.plugins.emailext.EmailRecipientUtils] At EmailRecipientUtils.java:[line 82] NP_NONNULL_PARAM_VIOLATION [ERROR] Un appel de méthode dans hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities.getByLegacyUserCause(Run) passe null à un paramètre déclaré @NonNull de hudson.model.User.get(String, boolean, Map) [hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities] At RecipientProviderUtilities.java:[line 152] NP_NONNULL_PARAM_VIOLATION [ERROR] Un appel de méthode dans hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities.getByUserIdCause(Run) passe null à un paramètre déclaré @NonNull de hudson.model.User.get(String, boolean, Map) [hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities] At RecipientProviderUtilities.java:[line 133] NP_NONNULL_PARAM_VIOLATION [ERROR] Test de nullité redondant sur une valeur non nulle dans hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities.getChangeSetAuthors(Collection, RecipientProviderUtilities$IDebug) [hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities] Redundant null check at RecipientProviderUtilities.java:[line 75] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE [INFO] ``` Commit: 9ae0c9d4e7bf439ce3f7d278c6e9315e21092db0 https://github.com/jenkinsci/email-ext-plugin/commit/9ae0c9d4e7bf439ce3f7d278c6e9315e21092db0 Author: Baptiste Mathus <bat...@batmat.net> Date: 2019-03-20 (Wed, 20 Mar 2019) Changed paths: M Jenkinsfile Log Message: ----------- Use recommended build configuration See https://github.com/jenkins-infra/pipeline-library/pull/86 Commit: 005650656078e412abf2935fcfdcddcfccce021d https://github.com/jenkinsci/email-ext-plugin/commit/005650656078e412abf2935fcfdcddcfccce021d Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2019-03-21 (Thu, 21 Mar 2019) Changed paths: M Jenkinsfile M pom.xml M src/main/java/hudson/plugins/emailext/EmailRecipientUtils.java M src/main/java/hudson/plugins/emailext/plugins/recipients/RecipientProviderUtilities.java Log Message: ----------- Merge pull request #181 from batmat/java11-readiness Java11 readiness Compare: https://github.com/jenkinsci/email-ext-plugin/compare/7598adb4008d...005650656078 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.