Re: GitHub Issues & Discussions enabled
Jean-Baptiste Onofré <[email protected]> Mon, 11 May 2026 05:20:07 +0200
| Newsgroups | gmane.comp.jakarta.avalon.user,gmane.comp.java.activemq.devel |
|---|---|
| Message-ID | <CAB8EV3QQPT7mTxDgsK_rhmQYGrfmUS3Oa5-Y2bqVu-HeAzW24A__8864.81318609498$1778469647$gmane$org@mail.gmail.com> |
--00000000000034dd690651823abf Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi I went ahead and fixed the typo (missing space after :) on discussions. Regards JB On Sun, May 10, 2026 at 6:50=E2=80=AFPM Havret <[email protected]> wrote: > JB, I think we need some adjustments: > > while scanning a simple key > in "<byte string>", line 37, column 5: > discussions:true > ^ > could not find expected ':' > in "<byte string>", line 39, column 1: > notifications: > ^ > > > On Sun, May 10, 2026 at 4:58=E2=80=AFPM Jean-Baptiste Onofr=C3=A9 <jb@nan= thrax.net> > wrote: > > > Hi > > > > I created a first PR for nms-api repo: > > https://github.com/apache/activemq-nms-api/pull/35 > > > > If it works for you, I will create the PRs for the other repos. > > > > Regards > > JB > > > > On Sun, May 10, 2026 at 12:50=E2=80=AFPM Havret <[email protected]> wro= te: > > > > > Hi JB, > > > > > > Any update on this? Or any action needed from my end? > > > > > > Best, > > > KP > > > > > > On Wed, Apr 22, 2026 at 7:37=E2=80=AFAM Jean-Baptiste Onofr=C3=A9 <jb= @nanthrax.net> > > > wrote: > > > > > > > Hi > > > > > > > > Sure, let me create the PRs for your review. > > > > > > > > Regards > > > > JB > > > > > > > > On Wed, Apr 22, 2026 at 12:21=E2=80=AFAM Havret <[email protected]>= wrote: > > > > > > > > > Hi JB, > > > > > > > > > > Could you walk me through the process of enabling github issues > for: > > > > > > > > > > - https://github.com/apache/activemq-nms-api > > > > > - https://github.com/apache/activemq-nms-amqp > > > > > - https://github.com/apache/activemq-nms-openwire > > > > > > > > > > Thanks, > > > > > KP > > > > > > > > > > On Fri, Feb 20, 2026 at 8:37=E2=80=AFAM Jean-Baptiste Onofr=C3=A9= < > > [email protected]> > > > > > wrote: > > > > > > > > > > > Hi > > > > > > > > > > > > 1. About stale: the stale issues are flagged by not closed (onl= y > > the > > > PR > > > > > > could be closed by the stale bot). So the issues are still open > > (just > > > > > > flagged). > > > > > > 2. Yes, we have a script provided by the ASF infra to migrate > Jira > > > > > tickets > > > > > > to GH Issues. I'm creating issues manually for now (new issues)= . > I > > > will > > > > > run > > > > > > the migration soon. Again, Jira is still there, just read-only. > > > > > > > > > > > > Regards > > > > > > JB > > > > > > > > > > > > On Thu, Feb 19, 2026 at 10:27=E2=80=AFPM Vilius =C5=A0umskas vi= a dev < > > > > > > [email protected]> wrote: > > > > > > > > > > > > > Nice! > > > > > > > > > > > > > > Will all old Jira issues be migrated to GitHub too? > > > > > > > > > > > > > > Also, I'm wondering, how "stale" issues will be managed? I > would > > > hate > > > > > to > > > > > > > see those bots automatically closing issues if they are > > > "inactive". I > > > > > > > understand that sometimes there is a need to manage a backlog= , > > but > > > > this > > > > > > > doesn't allow "voting" on issues with likes or other means of > > > > activity > > > > > > > other than "me too, please reopen" comments. > > > > > > > > > > > > > > -- > > > > > > > Best Regards, > > > > > > > Vilius > > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: Jean-Baptiste Onofr=C3=A9 <[email protected]> > > > > > > > Sent: Thursday, February 19, 2026 6:42 PM > > > > > > > To: [email protected]; [email protected] > > > > > > > Subject: GitHub Issues & Discussions enabled > > > > > > > > > > > > > > Hi folks, > > > > > > > > > > > > > > We are pleased to announce that GitHub Issues & Discussions. > > > > > > > > > > > > > > 1. GitHub Issues (https://github.com/apache/activemq/issues) > > > > > > > Jira is now read-only and we should now all use GitHub Issues= . > > > > > > > > > > > > > > We have the following labels available: > > > > > > > - bug: for bug reports > > > > > > > - dependencies: for dependencies updates > > > > > > > - enhancement: for improvements on existing code > > > > > > > - feature: for a complete new features > > > > > > > - proposal: for a design proposal, big features > > > > > > > - stale: when the issue is "inactive" for more than 60 days > > > > > > > > > > > > > > Please use these labels to classify the issues. > > > > > > > > > > > > > > When you create a PR, you can associate it with an issue eith= er > > in > > > > the > > > > > > > GitHub UI or using "This closes #xxxx" in the comments. > > > > > > > I also suggest using conventional commit messages in PR with > the > > > > format > > > > > > > <type>(<scope>): <subject> where scope is optional. The type > can > > > be: > > > > > > > - feat: (a new feature is introduced with the changes) > > > > > > > - fix: (bug fix has occurred, not a fix to a build script) > > > > > > > - docs: (changes to the documentation) > > > > > > > - style: (formatting, missing semicolons, etc; no production > code > > > > > change) > > > > > > > - refactor: (refactoring production code, eg. renaming a > > variable) > > > > > > > - test: (adding missing tests, refactoring tests; no producti= on > > > code > > > > > > > change) > > > > > > > - chore: (changes that do not relate to a fix or feature and > > don't > > > > > modify > > > > > > > src or test files (for example updating dependencies or chang= e > in > > > > > > > production code)) > > > > > > > - perf =E2=80=93 (performance improvements) > > > > > > > - ci =E2=80=93 (continuous integration related) > > > > > > > - build =E2=80=93 (changes that affect the build system or ex= ternal > > > > > dependencies) > > > > > > > - revert =E2=80=93 (reverts a previous commit) > > > > > > > That's a nice practice because GitHub can use that to create > nice > > > > > Release > > > > > > > Notes. > > > > > > > Thanks to that, it's not necessary to create GH issues for al= l > > > > changes. > > > > > > > > > > > > > > For versions, we are using GitHub Projects ( > > > > > > > https://github.com/apache/activemq/projects?query=3Dis%3Aopen= ). > > > > > > > You can assign several projects/versions per issue, and track > the > > > > > status > > > > > > > of the versions. > > > > > > > > > > > > > > 2. GitHub Discussions > > > > > > > We also enabled GitHub Discussions where we can have technica= l > > > > > > discussions. > > > > > > > The GH Discussions are automatically going to the dev@ mailin= g > > > list. > > > > > > > > > > > > > > Let us know if you have any questions. > > > > > > > > > > > > > > Regards > > > > > > > JB > > > > > > > > > > > > > > > > > > > > > > > > > > > > --00000000000034dd690651823abf--