Sounds like great progress, thanks Art and Arjun. I've actually been wondering if we should just bump the major version to 4.0.0, but at the very least with all the work here certainly 3.10.0
One other thing to note is the OpenWire version is probably out of date (OpenWire is up to 12 and eventually will go to 13 if we add shared subscription support and other changes). At some point this could be brought up to date although the generator that was being used in the ActiveMQ project no longer works on newer versions so that would need to be figured out. On Sun, Mar 2, 2025 at 7:12 PM Arjun Ray <ara...@gmail.com> wrote: > On Sat, 01 Mar 2025 11:00:29 -0500, I wrote: > > | The significant part of that update is my workaround for the m4 macros > | in the build system needing the obsolete (and dropped) cppunit-config > | program. Eventually, the m4 macros themselves need to be revised so > | that this workaround isn't necessary. I've attached an example script > | to the distribution, and tried to make it clear that to be used at all > | it needs adaptation to the local environment. > > 1. Good news! Art Naseef has done some heavy lifting for us and > produced an updated version of a m4 script, that uses pkg-config to > configure Cppunit if the obsolete cppunit-config program is not > available. > > The workaround script may still be necessary, but now in much rarer > circumstances. > > 2. He also found a problem with the library code for handling longs > that comes up only in builds with optimization turned on ('-O2'). This > causes one of the unit tests to fail. > > For now, I think it's best to leave that be, as fixing it may not be > worth the effort (aggressive optimization is a nice-to-have extra at > best). > > 3. Another issue he uncovered was that the unit test for the Date > handling logic was not timezone agnostic. That was an easy fix. > > 4. The README file needs updating. That seems the only remeaining > item that can be immediately looked into. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@activemq.apache.org > For additional commands, e-mail: dev-h...@activemq.apache.org > For further information, visit: https://activemq.apache.org/contact > > >