Re: [DISCUSS] Migrate from Jira to GitHub Issues

2024-04-02 Thread Étienne Hossack
This is a good summary Justin. As someone who mostly follows issues these days-as opposed to contributing-a few things to add, having used both to manage work: * Github has "projects" which allow you to organize tasks across repos -- which in some ways is helpful, but you have to know to look

Re: [DISCUSS/VOTE] Remove Artemis Javadoc from the ActiveMQ website...

2022-09-28 Thread Étienne Hossack
-1 Reasons to keep: * It's useful to be able to link a specific line/method in the javadoc when explaining something to someone through the use of a URL * It's nice to be able to navigate the source code in your browser, if say your IDE is having issues and you can't correctly navigate to docs

Re: Asynchronous Replication plugin

2022-09-13 Thread Étienne Hossack
gt;> Greetings. >> >> My name is Nikita Shupletsov. I am a software development engineer at >> Amazon MQ. >> >> I have been working on an Asynchronous Replication plugin for ActiveMQ >> “Classic” that was proposed by Étienne Hossack last year: >>

Re: [VOTE] Terminology to replace master/slave in ActiveMQ

2022-05-09 Thread Étienne Hossack
Given I'm still hoping to drive the PRs for AMQ-8317, and AMQ-7514 through I apologize for not chiming in earlier due to busyness. But echoing the consensus as well for posterity: > Nouns: Primary/Backup > Adjectives: Active/Passive Such that for AMQ5 we'd be starting generally to use the

Re: [DISCUSS] Use a generic logger in ActiveMQ Artemis

2022-05-04 Thread Étienne Hossack
Thanks for clarifying Justin, Clebert. +1 to the approach Art is highlighting. One of the problems with the log4j migration we had in AMQ5 (and as Matt has linked) is that the test classes are coupled to the logging framework (log4j specifically). So if there was a need to switch to say,

Re: [VOTE] Apache ActiveMQ Artemis 2.22.0

2022-05-03 Thread Étienne Hossack
+1 Bit late, but LGTM Docker image is helpful, could be a good thing to build automatically in the future! -- Étienne he/him/his On Tue, 3 May 2022, at 2:07 AM, Domenico Francesco Bruscino wrote: > +1 (non binding) > > * Checked parent version in pom.xml files using `grep -LPrz --include >

Re: [DISCUSS] Use a generic logger in ActiveMQ Artemis

2022-05-03 Thread Étienne Hossack
Jumping back to the specific approach... Out of curiousity, why add in annotation processing to the mix? Seems like a clever enough approach, but most projects I've worked with don't involve annotations/code generation in the logging mix (apart from e.g. Lombok + Slf4j annotations). Clebert,

Re: [DISCUSS] Guidelines for new Jiras and Commit messages

2022-03-24 Thread Étienne Hossack
+1 to this. Particularly if there's a desire to automate more of the announcements on the website. If we wanted to go further someone could set up Jira fields and Github templates to enforce these. It's good to have context in both commits and Jira, so worst case you copy your detailed commit

Re: [PROPOSAL] ActiveMQ 5.17.0 end of this week

2022-03-01 Thread Étienne Hossack
>> to include since it's just logging so it's probably fine. But as I said I >> find very little value in having a toggle mode so I would be a -1 to >> include in the current form and think the toggle mode should be removed. >> That will make the change even simpler. If

Re: [PROPOSAL] ActiveMQ 5.17.0 end of this week

2022-03-01 Thread Étienne Hossack
s. We should be > going to a faster release process so I wouldn't expect it to take too long. > > On Tue, Mar 1, 2022 at 1:33 PM Étienne Hossack wrote: > >> Hey all, >> >> There's been a few PRs open for >> https://issues.apache.org/jira/browse/AMQ-7514 (specifically AMQ-8

Re: [PROPOSAL] ActiveMQ 5.17.0 end of this week

2022-03-01 Thread Étienne Hossack
Hey all, There's been a few PRs open for https://issues.apache.org/jira/browse/AMQ-7514 (specifically AMQ-8317) that have not had traction in a while. I can rebase/re-open them, but it would be good to get the ball rolling on these in an earlier release so that the removal can happen in a

Re: [VOTE] Apache ActiveMQ 5.16.4 release (take #3)

2022-02-11 Thread Étienne Hossack
+1 Thanks for the work JB, Matt! Ran repo + some custom tests. Étienne On Fri, 11 Feb 2022, at 11:49 AM, Christopher Shannon wrote: > +1 (binding), looks good! > > * Validated signatures and checksums > * Built from source and ran some custom tests > * Verified all the new tests added since