Re: Switch to GitHub issues - tools and automation

2025-01-03 Thread Olivier Lamy
Great job! Sandra nice work on the tool! Thanks a lot for your time On Fri, 3 Jan 2025 at 4:06 pm, Slawomir Jaranowski wrote: > Hi, > > - We have a tool for migrating issues from JIRA to GitHub - [1] - > thanks to Sandra Parsick > - We have a one place when we can define labels for Maven project

Re: [MCHANGES ] Where is MCHANGES 3.0.0-M1 and M2 is JIRA plus bug

2025-01-03 Thread Gary Gregory
Great & TY. I cut a new RC for commons-parent using m-changes-p 3.0.0-M2 :-) Gary On Fri, Jan 3, 2025 at 11:01 AM Slawomir Jaranowski wrote: > On Fri, 3 Jan 2025 at 16:43, Gary Gregory wrote: > > > > TY! :-) > > > > Eclipse no longer shows XML validation errors. > > > > It's not clear to me i

Re: [MCHANGES ] Where is MCHANGES 3.0.0-M1 and M2 is JIRA plus bug

2025-01-03 Thread Slawomir Jaranowski
On Fri, 3 Jan 2025 at 16:43, Gary Gregory wrote: > > TY! :-) > > Eclipse no longer shows XML validation errors. > > It's not clear to me if the validation performed by > https://maven.apache.org/plugins/maven-changes-plugin/examples/changes-file-validation.html > is using the XSD or some other too

Re: [MCHANGES ] Where is MCHANGES 3.0.0-M1 and M2 is JIRA plus bug

2025-01-03 Thread Gary Gregory
TY! :-) Eclipse no longer shows XML validation errors. It's not clear to me if the validation performed by https://maven.apache.org/plugins/maven-changes-plugin/examples/changes-file-validation.html is using the XSD or some other tooling. Should the page clarify this? Maybe point to the XSD? I c

Re: [MCHANGES ] Where is MCHANGES 3.0.0-M1 and M2 is JIRA plus bug

2025-01-03 Thread Slawomir Jaranowski
On Fri, 3 Jan 2025 at 16:01, Gary Gregory wrote: > > Hi All: > > I'm trying to debug an issue in MCHANGES M2 and that version not in Jira! I > want to look at the ticket about making the "dev" attribute optional in M2 > (it's not optional BTW, it should be). > > There must be a missing unit test b

Switch to GitHub issues - tools and automation

2025-01-03 Thread Slawomir Jaranowski
Hi, - We have a tool for migrating issues from JIRA to GitHub - [1] - thanks to Sandra Parsick - We have a one place when we can define labels for Maven projects - [2] - We have some automation on PR - default label and milestone can be manage by GitHub action - [3] I have enabled GitHub issues

[MCHANGES ] Where is MCHANGES 3.0.0-M1 and M2 is JIRA plus bug

2025-01-03 Thread Gary Gregory
Hi All: I'm trying to debug an issue in MCHANGES M2 and that version not in Jira! I want to look at the ticket about making the "dev" attribute optional in M2 (it's not optional BTW, it should be). There must be a missing unit test because the XSD still requires "dev": https://maven.apache.org/x

Re: Fwd: [DISCUSS] Switch to GitHub issues

2025-01-03 Thread Slawomir Jaranowski
On Fri, 3 Jan 2025 at 12:33, Sandra Parsick wrote: > > I continued working on the migration tool. > > Splitting Jira Project in several repositories: > I added a JiraIssueFilter so that you can implement a filter based on > issue information, so that only matched issues will be migrated (sample [1

Re: Fwd: [DISCUSS] Switch to GitHub issues

2025-01-03 Thread Sandra Parsick
I continued working on the migration tool. Splitting Jira Project in several repositories: I added a JiraIssueFilter so that you can implement a filter based on issue information, so that only matched issues will be migrated (sample [1]) The idea is that you run the migration tool several time