Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 52f8ba0e5bd20579e4a5fc56365cd20a8bda9f88
https://github.com/jenkinsci/jenkins/commit/52f8ba0e5bd20579e4a5fc56365cd20a8bda9f88
Author: Oleg Nenashev <[email protected]>
Date: 2016-07-16 (Sat, 16 Jul 2016)
Changed paths:
M core/src/main/java/hudson/PluginManager.java
Log Message:
-----------
FindBugs: Suppress DMI_COLLECTION_OF_URLS in PluginManager since it's safe
Commit: 3c31cb9692b4171b68dd10798019fd80bff56ce9
https://github.com/jenkinsci/jenkins/commit/3c31cb9692b4171b68dd10798019fd80bff56ce9
Author: Oleg Nenashev <[email protected]>
Date: 2016-07-16 (Sat, 16 Jul 2016)
Changed paths:
M core/src/main/java/hudson/Util.java
Log Message:
-----------
FindBugs: Suppress DM_GC in hudson.Util#pauseBetweenDeletes(), because it's a
desired behavior for custom setting
Commit: 6e7b84bc0892b608d0e95f3ba769af5eb7388c70
https://github.com/jenkinsci/jenkins/commit/6e7b84bc0892b608d0e95f3ba769af5eb7388c70
Author: Oleg Nenashev <[email protected]>
Date: 2016-07-16 (Sat, 16 Jul 2016)
Changed paths:
M core/src/main/java/hudson/util/ChartUtil.java
Log Message:
-----------
FindBugs: Suppress MS_SHOULD_BE_REFACTORED_TO_BE_FINAL for
ChartUtils#awtProblemCause
Commit: 10522b7fecb5ebe6d22f6289717fd4175c5ce2c4
https://github.com/jenkinsci/jenkins/commit/10522b7fecb5ebe6d22f6289717fd4175c5ce2c4
Author: Oleg Nenashev <[email protected]>
Date: 2016-07-16 (Sat, 16 Jul 2016)
Changed paths:
M core/src/main/java/hudson/DescriptorExtensionList.java
Log Message:
-----------
FindBugs: Handle potential null jenkins instance in the
DescriptorExtensionList#load() method
Commit: 2ac529ed5e1a9b8f58e67942b8aefb703693d9cc
https://github.com/jenkinsci/jenkins/commit/2ac529ed5e1a9b8f58e67942b8aefb703693d9cc
Author: Oleg Nenashev <[email protected]>
Date: 2016-07-16 (Sat, 16 Jul 2016)
Changed paths:
M core/src/main/java/hudson/security/csrf/DefaultCrumbIssuer.java
M core/src/main/java/hudson/tasks/Maven.java
Log Message:
-----------
FindBugs: Handle non-realistic case when null StaplerRequest gets passed into
DEfaultCrumbIssuer and Maven step instatinations
Commit: 8c7355042e98a0366d454fc244c53c913f369a1c
https://github.com/jenkinsci/jenkins/commit/8c7355042e98a0366d454fc244c53c913f369a1c
Author: Oleg Nenashev <[email protected]>
Date: 2016-07-16 (Sat, 16 Jul 2016)
Changed paths:
M core/src/main/java/hudson/views/ListViewColumn.java
Log Message:
-----------
FindBugs: Fix real issue with a method contract violation in ListViewColumn
defaults retrieval
Commit: a13301804fd1c57d13539a5b68175393696f12b9
https://github.com/jenkinsci/jenkins/commit/a13301804fd1c57d13539a5b68175393696f12b9
Author: Oleg Nenashev <[email protected]>
Date: 2016-07-16 (Sat, 16 Jul 2016)
Changed paths:
M core/src/main/java/hudson/tools/ToolDescriptor.java
Log Message:
-----------
FindBugs: Suppress FB unchecked cast warning in
ToolDescriptor@getInstallations()
Commit: 6b89ce4a3367b917130848fbbf4f397d27db062c
https://github.com/jenkinsci/jenkins/commit/6b89ce4a3367b917130848fbbf4f397d27db062c
Author: Oleg Nenashev <[email protected]>
Date: 2016-07-16 (Sat, 16 Jul 2016)
Changed paths:
M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol3.java
Log Message:
-----------
FindBugs: Suppress MS_SHOULD_BE_REFACTORED_TO_BE_FINAL in
JnlpSlaveAgentProtocol3#Enabled
Commit: e682e2b9b8b8988f01c124a009ce3b1da4304521
https://github.com/jenkinsci/jenkins/commit/e682e2b9b8b8988f01c124a009ce3b1da4304521
Author: Oleg Nenashev <[email protected]>
Date: 2016-07-16 (Sat, 16 Jul 2016)
Changed paths:
M core/src/main/java/hudson/model/Job.java
Log Message:
-----------
FindBugs: Avoid boxing/unboxing of Integer in Job#getDynamic()
Commit: 890e1816267cbe8b3fa4426d0417e9f8e1f5c7ae
https://github.com/jenkinsci/jenkins/commit/890e1816267cbe8b3fa4426d0417e9f8e1f5c7ae
Author: Oleg Nenashev <[email protected]>
Date: 2016-07-16 (Sat, 16 Jul 2016)
Changed paths:
M core/src/main/java/hudson/model/ListView.java
Log Message:
-----------
FindBugs: Synchronize ListView#jobNames access in readResolve (should be
harmless)
Commit: 92a7385f1ea2f926fd7ba8b2d57cab42fb2197a5
https://github.com/jenkinsci/jenkins/commit/92a7385f1ea2f926fd7ba8b2d57cab42fb2197a5
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M changelog.html
M cli/pom.xml
M core/pom.xml
R core/src/findbugs-filter.xml
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/java/hudson/Functions.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/PluginWrapper.java
M core/src/main/java/hudson/TcpSlaveAgentListener.java
M core/src/main/java/hudson/cli/CliProtocol.java
M core/src/main/java/hudson/cli/CliProtocol2.java
A core/src/main/java/hudson/cli/OfflineNodeCommand.java
A core/src/main/java/hudson/cli/WaitNodeOfflineCommand.java
A core/src/main/java/hudson/cli/WaitNodeOnlineCommand.java
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/java/hudson/model/BuildTimelineWidget.java
M core/src/main/java/hudson/model/Computer.java
M core/src/main/java/hudson/model/DescriptorVisibilityFilter.java
M core/src/main/java/hudson/model/Fingerprint.java
M core/src/main/java/hudson/model/ParametersAction.java
M core/src/main/java/hudson/model/PasswordParameterDefinition.java
M core/src/main/java/hudson/model/PasswordParameterValue.java
M core/src/main/java/hudson/model/TopLevelItemDescriptor.java
M core/src/main/java/hudson/model/User.java
M core/src/main/java/hudson/security/GlobalSecurityConfiguration.java
M core/src/main/java/hudson/slaves/JNLPLauncher.java
M core/src/main/java/hudson/tasks/ArtifactArchiver.java
M core/src/main/java/hudson/triggers/Trigger.java
M core/src/main/java/hudson/util/Secret.java
M core/src/main/java/jenkins/AgentProtocol.java
M core/src/main/java/jenkins/InitReactorRunner.java
M core/src/main/java/jenkins/model/BlockedBecauseOfBuildInProgress.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/java/jenkins/model/ParameterizedJobMixIn.java
A core/src/main/java/jenkins/model/identity/IdentityRootAction.java
A core/src/main/java/jenkins/model/identity/InstanceIdentityProvider.java
M
core/src/main/java/jenkins/model/item_category/StandaloneProjectsCategory.java
A core/src/main/java/jenkins/security/UserDetailsCache.java
M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol.java
M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol2.java
M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol3.java
M core/src/main/java/jenkins/util/SystemProperties.java
M core/src/main/java/jenkins/widgets/BuildListTable.java
M core/src/main/resources/hudson/Messages.properties
M
core/src/main/resources/hudson/PluginManager/PluginCycleDependenciesMonitor/message.jelly
A
core/src/main/resources/hudson/PluginWrapper/PluginWrapperAdministrativeMonitor/message.jelly
M core/src/main/resources/hudson/TcpSlaveAgentListener/index.jelly
A core/src/main/resources/hudson/cli/CliProtocol/description.jelly
A core/src/main/resources/hudson/cli/CliProtocol2/description.jelly
M core/src/main/resources/hudson/cli/Messages.properties
M core/src/main/resources/hudson/cli/Messages_bg.properties
M core/src/main/resources/hudson/cli/Messages_da.properties
M core/src/main/resources/hudson/cli/Messages_de.properties
M core/src/main/resources/hudson/cli/Messages_es.properties
M core/src/main/resources/hudson/cli/Messages_it.properties
M core/src/main/resources/hudson/cli/Messages_ja.properties
M core/src/main/resources/hudson/cli/Messages_lt.properties
M core/src/main/resources/hudson/cli/Messages_pt_BR.properties
M core/src/main/resources/hudson/cli/Messages_zh_CN.properties
M core/src/main/resources/hudson/cli/Messages_zh_TW.properties
M core/src/main/resources/hudson/model/Job/configure.jelly
M core/src/main/resources/hudson/model/Messages.properties
M core/src/main/resources/hudson/model/Messages_bg.properties
M core/src/main/resources/hudson/model/Messages_da.properties
M core/src/main/resources/hudson/model/Messages_de.properties
M core/src/main/resources/hudson/model/Messages_es.properties
M core/src/main/resources/hudson/model/Messages_fr.properties
M core/src/main/resources/hudson/model/Messages_it.properties
M core/src/main/resources/hudson/model/Messages_ja.properties
M core/src/main/resources/hudson/model/Messages_lt.properties
M core/src/main/resources/hudson/model/Messages_pt_BR.properties
M core/src/main/resources/hudson/model/Messages_zh_CN.properties
M core/src/main/resources/hudson/model/Messages_zh_TW.properties
M
core/src/main/resources/hudson/model/PasswordParameterDefinition/index.jelly
M core/src/main/resources/hudson/model/Run/confirmDelete.jelly
M core/src/main/resources/hudson/model/View/configure.jelly
A
core/src/main/resources/hudson/security/GlobalSecurityConfiguration/help-agentProtocol.html
M
core/src/main/resources/hudson/security/GlobalSecurityConfiguration/index.groovy
M core/src/main/resources/jenkins/install/SetupWizard/wizard-ui.jelly
M core/src/main/resources/jenkins/model/Messages_es.properties
A
core/src/main/resources/jenkins/model/identity/IdentityRootAction/index.jelly
A
core/src/main/resources/jenkins/model/identity/IdentityRootAction/index.properties
A
core/src/main/resources/jenkins/slaves/JnlpSlaveAgentProtocol/description.jelly
A
core/src/main/resources/jenkins/slaves/JnlpSlaveAgentProtocol2/description.jelly
A
core/src/main/resources/jenkins/slaves/JnlpSlaveAgentProtocol3/description.jelly
A core/src/main/resources/jenkins/slaves/Messages.properties
M core/src/main/resources/lib/form/form.jelly
M core/src/main/resources/lib/hudson/buildListTable.jelly
M core/src/main/resources/lib/hudson/executors.jelly
M pom.xml
A src/findbugs/findbugs-excludes.xml
M test/pom.xml
R test/src/test/groovy/hudson/cli/CLIActionTest.groovy
R test/src/test/groovy/hudson/model/AbstractBuildTest.groovy
M test/src/test/java/hudson/PluginManagerTest.java
R test/src/test/java/hudson/PluginManagerTest2.java
M test/src/test/java/hudson/PluginManagerUtil.java
A test/src/test/java/hudson/PluginWrapperTest.java
A test/src/test/java/hudson/TcpSlaveAgentListenerTest.java
A test/src/test/java/hudson/cli/AbstractBuildRangeCommand2Test.java
R test/src/test/java/hudson/cli/AbstractBuildRangeCommandTest2.java
A test/src/test/java/hudson/cli/CLIActionTest.java
R test/src/test/java/hudson/cli/CLIActionTest2.java
M test/src/test/java/hudson/cli/HelpCommandTest.java
A test/src/test/java/hudson/cli/OfflineNodeCommandTest.java
A test/src/test/java/hudson/cli/WaitNodeOfflineCommandTest.java
A test/src/test/java/hudson/cli/WaitNodeOnlineCommandTest.java
A test/src/test/java/hudson/model/AbstractBuildTest.java
R test/src/test/java/hudson/model/AbstractBuildTest2.java
A test/src/test/java/hudson/model/ParametersAction2Test.java
R test/src/test/java/hudson/model/ParametersActionTest2.java
M test/src/test/java/hudson/model/PasswordParameterDefinitionTest.java
M test/src/test/java/hudson/model/UsageStatisticsTest.java
M test/src/test/java/hudson/model/ViewTest.java
M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java
A test/src/test/java/jenkins/model/ParameterizedJobMixInTest.java
A test/src/test/java/jenkins/model/identity/IdentityRootActionTest.java
A test/src/test/java/jenkins/security/UserDetailsCacheTest.java
A test/src/test/java/lib/form/FormTest.java
A
test/src/test/resources/hudson/model/ParametersAction2Test/backwardCompatibility.zip
R
test/src/test/resources/hudson/model/ParametersActionTest2/backwardCompatibility.zip
R test/src/test/resources/hudson/model/UsageStatisticsTest/plugins.json
A
test/src/test/resources/hudson/model/ViewTest/testAllViewCreatedIfNoPrimary.zip
A
test/src/test/resources/hudson/model/ViewTest/testAllViewNotCreatedIfPrimary.zip
A
test/src/test/resources/lib/form/FormTest/AutocompleteOffByDefault/index.jelly
A
test/src/test/resources/lib/form/FormTest/AutocompleteOnWhenTrue/index.jelly
A
test/src/test/resources/lib/form/FormTest/InputsCanSetAutocomplete/index.jelly
A test/src/test/resources/plugins/dependee-0.0.2.hpi
A test/src/test/resources/plugins/depender-0.0.2.hpi
A test/src/test/resources/plugins/mandatory-depender-0.0.2.hpi
M war/pom.xml
M war/src/main/js/pluginSetupWizardGui.js
M war/src/test/js/pluginSetupWizard-spec.js
Log Message:
-----------
Merge commit 'd8cae8221e5b5ef3b5276fb53879547169a02504' into
findbugs/JENKINS-36717-cleanup
Commit: d773642ed0e20dca4bb7ed384dc146e580e52c7f
https://github.com/jenkinsci/jenkins/commit/d773642ed0e20dca4bb7ed384dc146e580e52c7f
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/jenkins/util/SystemProperties.java
Log Message:
-----------
Suppress warning about writing static SystemProperties#theContext from a
non-static method
Commit: 65d904827f9364988d0eeaca4dba16e722091e93
https://github.com/jenkinsci/jenkins/commit/65d904827f9364988d0eeaca4dba16e722091e93
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
Log Message:
-----------
Queue.ItemList: Be sure we cleanup the list instead of the entire Queue
(IA_AMBIGUOUS_INVOCATION_OF_INHERITED_OR_OUTER_METHOD)
Commit: 96c9ce19ade53fd34f29b28518af7b286ad013e6
https://github.com/jenkinsci/jenkins/commit/96c9ce19ade53fd34f29b28518af7b286ad013e6
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/hudson/cli/CliManagerImpl.java
Log Message:
-----------
FindBugs: CliManagerImpl#authenticationFilter should be transient , no usages
outside constructor
Commit: 5a9376230b814d9f3b59ef6260a870bb0c0d0c4b
https://github.com/jenkinsci/jenkins/commit/5a9376230b814d9f3b59ef6260a870bb0c0d0c4b
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/hudson/model/User.java
Log Message:
-----------
FindBugs: Wrong message formatting in hudson.model.User#getOrCreate()
Commit: e5a728b394f29c69795f2336edf4c4868de3a980
https://github.com/jenkinsci/jenkins/commit/e5a728b394f29c69795f2336edf4c4868de3a980
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/hudson/model/UpdateCenter.java
Log Message:
-----------
FindBugs: Wrong WARNING message formatting in
hudson.model.UpdateCenter#createUpdateCenter
Commit: f89cbeb33722b085db41207f7a18ae5dae477368
https://github.com/jenkinsci/jenkins/commit/f89cbeb33722b085db41207f7a18ae5dae477368
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/hudson/slaves/ChannelPinger.java
Log Message:
-----------
FindBugs: Optimize logic of ChannelPinger#pingInterval initialization in
order to fix the Integer unboxing issue in the original code
Commit: 4cfc73b51735515a39f32d950cfdafcbdb807ed6
https://github.com/jenkinsci/jenkins/commit/4cfc73b51735515a39f32d950cfdafcbdb807ed6
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/hudson/scm/RepositoryBrowsers.java
Log Message:
-----------
FindBugs: Violation of Descriptor newInstance() contract in
hudson.scm.RepositoryBrowsers#createInstance deprecated method
Commit: 33c98f5da1ee1babcc9444140df5138fd0b2ee1b
https://github.com/jenkinsci/jenkins/commit/33c98f5da1ee1babcc9444140df5138fd0b2ee1b
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
Log Message:
-----------
FindBugs: Handle the non-realistic case of null Staplerrequest in
HudsonPrivateSecurityRealm#newInstance()
Commit: 1b99938fa619721b5b1be4da87a27f2e8b0e0117
https://github.com/jenkinsci/jenkins/commit/1b99938fa619721b5b1be4da87a27f2e8b0e0117
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/hudson/security/SecurityRealm.java
Log Message:
-----------
FindBugs: The tool cannot into StringUtils.isBlank(), so we optimize the code
to workaround it (not a bug)
Commit: e8ed394acac4c09a1d3b32bdb6e66c38c21a6447
https://github.com/jenkinsci/jenkins/commit/e8ed394acac4c09a1d3b32bdb6e66c38c21a6447
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/hudson/tools/ToolDescriptor.java
Log Message:
-----------
FindBugs: Wrap BC_IMPOSSIBLE_DOWNCAST in ToolDescriptor for empty array
creation fallback
Commit: f510d1c0393397fe50149d7e7b8c6299305e2bd6
https://github.com/jenkinsci/jenkins/commit/f510d1c0393397fe50149d7e7b8c6299305e2bd6
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/jenkins/util/xml/XMLUtils.java
Log Message:
-----------
FindBugs: Log warnings if XMLUtils fail to set the documentBuilderFactory
feature value
Commit: 734f16dd70f7ab084e06b4c4e4ab6a2c561a0686
https://github.com/jenkinsci/jenkins/commit/734f16dd70f7ab084e06b4c4e4ab6a2c561a0686
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/hudson/model/queue/Executables.java
Log Message:
-----------
FindBugs: get rid of the redundant null check in
hudson.model.queue.Executables#getEstimatedDurationFor()
Commit: 37a8935476d41a9b2198b1095e72a9554fe70864
https://github.com/jenkinsci/jenkins/commit/37a8935476d41a9b2198b1095e72a9554fe70864
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
Log Message:
-----------
FindBugs: Suppress the warning about the ambigious call according to FB
guildelines
Commit: 798530c6928be42e42c11828ebe0618eb5e8cb3c
https://github.com/jenkinsci/jenkins/commit/798530c6928be42e42c11828ebe0618eb5e8cb3c
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M core/pom.xml
Log Message:
-----------
[FIXED JENKINS-36717] - Enforce FindBugs in the Jenkins core build
Commit: d735f5e03bee81ee4eef94c2b3f8de9fe1196057
https://github.com/jenkinsci/jenkins/commit/d735f5e03bee81ee4eef94c2b3f8de9fe1196057
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-01 (Mon, 01 Aug 2016)
Changed paths:
M src/findbugs/findbugs-excludes.xml
Log Message:
-----------
[JENKINS-36717] - Remove FindBugs priority filters since they do not actually
impact the build
Commit: ba83b3dee5c82fdcb33594a3f3cc7a552ea781c0
https://github.com/jenkinsci/jenkins/commit/ba83b3dee5c82fdcb33594a3f3cc7a552ea781c0
Author: Oleg Nenashev <[email protected]>
Date: 2016-08-07 (Sun, 07 Aug 2016)
Changed paths:
M core/pom.xml
M core/src/main/java/hudson/DescriptorExtensionList.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/Util.java
M core/src/main/java/hudson/cli/CliManagerImpl.java
M core/src/main/java/hudson/model/Job.java
M core/src/main/java/hudson/model/ListView.java
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/model/UpdateCenter.java
M core/src/main/java/hudson/model/User.java
M core/src/main/java/hudson/model/queue/Executables.java
M core/src/main/java/hudson/scm/RepositoryBrowsers.java
M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
M core/src/main/java/hudson/security/SecurityRealm.java
M core/src/main/java/hudson/security/csrf/DefaultCrumbIssuer.java
M core/src/main/java/hudson/slaves/ChannelPinger.java
M core/src/main/java/hudson/tasks/Maven.java
M core/src/main/java/hudson/tools/ToolDescriptor.java
M core/src/main/java/hudson/util/ChartUtil.java
M core/src/main/java/hudson/views/ListViewColumn.java
M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol3.java
M core/src/main/java/jenkins/util/SystemProperties.java
M core/src/main/java/jenkins/util/xml/XMLUtils.java
M src/findbugs/findbugs-excludes.xml
Log Message:
-----------
Merge pull request #2459 from oleg-nenashev/findbugs/JENKINS-36717-cleanup
[JENKINS-36717] - FindBugs cleanup
Compare:
https://github.com/jenkinsci/jenkins/compare/03750c92ee4b...ba83b3dee5c8
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.