Re: ActiveMQ Classic Openwire Generator

2025-04-10 Thread Christopher Shannon
The OpenWire generator is no longer going to be used and is very out of date because of the lack of JDK 11 and JDK 17 support. The plan for v13 is to use this project that Tim started a long time ago and recently Matt and I have been working to bring up to date: https://github.com/apache/activemq-

Re: ActiveMQ Classic Openwire Generator

2025-04-08 Thread Christopher Shannon
The project appears to work but there probably needs to be some more testing done to verify compatibility and nothing is broken. There's a couple outstanding Jiras to do such as https://issues.apache.org/jira/browse/OPENWIRE-79 , but the big thing was just it hasn't been worked on for a while becau

Re: ActiveMQ Classic Openwire Generator

2025-04-07 Thread Ken Liao
I see thanks for the info JB and Chris. I will look into that package and see what I can do to contribute. What is the status of that activemq-openwire package? Thanks, Ken On Mon, Apr 7, 2025 at 12:37 PM Christopher Shannon < christopher.l.shan...@gmail.com> wrote: > There's also a Jira proje

Re: ActiveMQ Classic Openwire Generator

2025-04-07 Thread Christopher Shannon
There's also a Jira project for Openwire: https://issues.apache.org/jira/projects/OPENWIRE/issues/ On Mon, Apr 7, 2025 at 3:25 PM Christopher Shannon wrote: > > The OpenWire generator is no longer going to be used and is very out > of date because of the lack of JDK 11 and JDK 17 support. > > The

Re: ActiveMQ Classic Openwire Generator

2025-03-31 Thread Jean-Baptiste Onofré
Yes both generator and client profile still need jdk8. I will work on another Pr for jdk17 support. Regards JB Le lun. 31 mars 2025 à 23:15, Ken Liao a écrit : > Thanks for the PR JB! > > So do we keep using Java 8 for the generator going forward? Should we come > up with a long term improvemen

Re: ActiveMQ Classic Openwire Generator

2025-03-31 Thread Ken Liao
Thanks for the PR JB! So do we keep using Java 8 for the generator going forward? Should we come up with a long term improvement for that part of the codebase? Thanks, Ken On Sun, Mar 30, 2025 at 1:51 AM Jean-Baptiste Onofré wrote: > Hi Ken > > 1. Yes legacy should stay there and not changed.

Re: ActiveMQ Classic Openwire Generator

2025-03-30 Thread Jean-Baptiste Onofré
Hi Ken 1. Yes legacy should stay there and not changed. 2. I don't think we have such page. I know only https://activemq.apache.org/components/classic/documentation/openwire and https://activemq.apache.org/components/classic/documentation/openwire-version-2-specification pages, but probably not u

Re: ActiveMQ Classic Openwire Generator

2025-03-28 Thread Ken Liao
I added more details of the investigation so far in https://issues.apache.org/jira/projects/AMQ/issues/AMQ-9686?filter=allissues Thanks, Ken On Fri, Mar 28, 2025 at 11:39 AM Ken Liao wrote: > Hi folks, > > I am experimenting with OpenWire and trying to create a V13 of the > protocol. I added my