Release notes for sol-jcsmp,sol-common,sol-jms - 10.25.0

Hi team,

I am using the following dependencies :


<dependency>
                <groupId>com.solacesystems</groupId>
                <artifactId>sol-jcsmp</artifactId>
                <version>${solace.version}</version>
            </dependency>
            <dependency>
                <groupId>com.solacesystems</groupId>
                <artifactId>sol-common</artifactId>
                <version>${solace.version}</version>
            </dependency>
            <dependency>
                <groupId>com.solacesystems</groupId>
                <artifactId>sol-jms</artifactId>
                <version>${solace.version}</version>
            </dependency>

And I normally consume the release notes from this link:

It has been over 2 days since my automation discovered the 10.25.0 version but I do not see it in the release notes yet.

Could you please check? Is this a safe version to use?

See : Maven Central: com.solacesystems:sol-common:10.25.0

Hi @yeikel , welcome to the Community!

Yeah, I’ve just noticed that too. Haven’t received a Product Notification email yet. But if you’re a Solace customer, you can find the release notes here: https://products.solace.com/products/10.25GA/APIs/JMS/Current/10.25.0/

I’ve pinged our build team about why the Downloads link isn’t pulling the latest, stay tuned.

BTW: if using sol-jms , you haven’t needed to include sol-jcsmp and sol-common for a LONG time. All built into JMS JAR now.

Thank you for the response,

Unfortunately, I cannot access that link you listed because it is asking about a login that I do not have (I use solace in a shared environment). The other public link still shows nothing about 10.25.0

In terms of the dependencies, thank you for the tip! Can you please link me to the release that did that? I was completely unaware :slight_smile:

I see this now in the release docs

Thanks!

Yeah, I should have come back and updated this thread that it was just about to come out. There was some problem with Maven that they had to fix before all the docs and release notes and everything made it out. Anyhow, it’s out now! ?

In terms of the dependencies, thank you for the tip! Can you please link me to the release that did that? I was completely unaware :slight_smile:

Oh, I would have go digging… but a LONG way back, like maybe 5 years? …digging… Ok, I just checked 10.9.1 which I have on my laptop, and it has JCSMP and Common inside the JMS JAR. So at least since then.

Can you clarify how you verified this in that version? I’ll do the digging after that?

It is important to us to document exactly when this changed :slight_smile:

Oh, just do jar tf sol-jms-10.9.1.jar on the command line! Look in the listing for JCSMP files, and “common files”:


<SNIP>
com/solacesystems/jcsmpx/impl/DefaultDestinationManager.class
com/solacesystems/jcsmpx/impl/TopicProducerImpl.class
com/solacesystems/jcsmpx/impl/DestinationImpl.class
com/solacesystems/common/config/Router.class
com/solacesystems/common/config/DataService.class
com/solacesystems/common/config/Version.class
com/solacesystems/common/config/Service.class
<SNIP>