Matt Pavlovich

Results 197 comments of Matt Pavlovich

1. Leaving JMX enabled, but optionally exposing the port is a simple approach to remove a lot of scaffolding. 2. Why is JAAS not the default just like the dist?

I'm wondering if there is a better approach where we can have a simple generic config by default, and a config flag to replace ${activemq.conf} location. This would allow user...

Some stats: activemq-mqtt build times on MBP M3 14:13 w/o parallel 05:56 w/ parallel

I think we could tackle JUnit 6 migration one module at a time as well. That way we don't need one giant PR (esp for activemq-unit-tests module).

@jeanouii checkout my minor update to your branch. 1. Use properties for versions of plugins 2. Move the 'advanced' surefire plugin configuration to a profile Please rebase and squash your...

Breaking up the commits by type of fix and maven module is helpful in the event something need to be reverted.

I think a multiplier on the 'journalMaxFileLength' would work. edit: Yeah, the fact the the journalMaxFileLength can be changed between restarts is a challenge.

IMO: This is the _ideal_ scenario to add a counter metric. Logging can get clogged up/rotated/etc and having a counter makes it easy to monitor if this is happening in...

Jenkins test setup output ``` Running tests + java -version openjdk version "25" 2025-09-16 LTS OpenJDK Runtime Environment Temurin-25+36 (build 25+36-LTS) OpenJDK 64-Bit Server VM Temurin-25+36 (build 25+36-LTS, mixed mode,...

I don’t think we should remove the unit test retry. @cshannon pointed that out as a good solution to get past some flaky tests and tests that fail when concurrent...