Re: `logging-parent` release

2022-09-30 Thread Piotr P. Karwasz
Hi all,

On Sat, 17 Sept 2022 at 23:54, Piotr P. Karwasz  wrote:
> Once `logging-parent` 6 is out I would delegate to `apache` the choice
> of version of many Maven plugins: the bonus is, we don't get
> Dependabot alerts for them.

I upgraded `logging-parent` in both `release-2.x` and `master`,
delegating all possible settings to the parent.

There is one practical change that you should be aware of: since the
snapshots repository is now inherited from the ASF parent, its id
changed to `apache.snapshots.https`. That could cause authentication
failures, while deploying snapshots.

Piotr


Re: Dependabot emails are filling my mailbox

2022-09-30 Thread Matt Sicker
Seems like that fixed the issue. Carry on,, Dependabot!

—
Matt Sicker

> On Sep 25, 2022, at 11:12, Matt Sicker  wrote:
> 
> I tried disabling Jira propagation before via that file, though it still 
> seems to be enabled. We have talked a little before about migrating to GitHub 
> Issues, though nothing concrete yet. Guess I’ll file an Infra ticket about 
> the issue.
> 
> —
> Matt Sicker
> 
>>> On Sep 25, 2022, at 04:16, Vladimir Sitnikov  
>>> wrote:
>>> 
>> Alternative options could be:
>> 
>> a) Divert GitBox notifications to a separate mailing list (e.g.
>> issues-gitbox@) which no one really subscribes.
>> The key issue with GitBox notifications is that it produces messages that
>> do not group by subject,
>> so 5 notifications on a single PR might look like 5 different emails.
>> See https://lists.apache.org/thread/xk18m7sp46z7d86pwtkvn69mnb906hss
>> Personally, I use GitHub notifications as it enables me to subscribe or
>> mute issues/PRs individually,
>> and I believe the only viable reason for having GitBox notifications is for
>> archiving purposes (== write-only).
>> 
>> b) Disable propagating PR comments to JIRA comments.
>> See
>> https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Jiranotificationoptions
>> 
>> c) Allow JIRA-less PRs, or even migrate from JIRA to GitHub issues.
>> That would resolve "PR comments are duplicated in JIRA" issue.
>> Jokes aside, I've just migrated Apache JMeter from Bugzilla to GitHub
>> Issues, and Apache Lucene
>> recently migrated from JIRA to GitHub Issues, so the migration is an option
>> indeed.
>> 
>> Vladimir