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 : https://central.sonatype.com/artifact/com.solacesystems/sol-common/10.25.0
Answers
-
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 includesol-jcsmp
andsol-common
for a LONG time. All built into JMS JAR now.0 -
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 :)
0 -
I see this now in the release docs
Thanks!
Reference Number
Description
Introduced in Version
SOL-95357
The API has been updated to decode "400 Invalid Queue or Topic Endpoint Durability" broker response.For more information, see:C API .Net API https://docs.solace.com/API-Developer-Online-Ref-Documentation/net/html/1dd5e649-a3ad-e357-604c-c56486a6db94.htm JavaRTO API Go API https://docs.solace.com/API-Developer-Online-Ref-Documentation/go/solace.dev/go/messaging/pkg/solace/subcode/Python API Javascript API https://docs.solace.com/API-Developer-Online-Ref-Documentation/js/solace.ErrorSubcode.html JCSMP API JMS API https://docs.solace.com/API-Developer-Online-Ref-Documentation/jms/com/solacesystems/jms/impl/SolJMSErrorCodes.html
10.25.0
0 -
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 :)
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.
1 -
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>
0