On 4/5/22 15:33, Timothy Bish wrote:
Hi folks,

I have put together a release candidate for a 1.0.0-M5 Qpid ProtonJ2 release, please give it a test out and vote accordingly.  I made a mistake and went a step to far when staging the maven bits and hit release instead of just closing the repository which means they were synced to the main maven repository,  I did quite a bit of testing
beforehand so I'm hoping this one passes without issue.

The source and binary archives can be grabbed from:
https://dist.apache.org/repos/dist/dev/qpid/protonj2/1.0.0-M5-rc1/

The artifacts are also available at:
https://repository.apache.org/content/repositories/staging/org/apache/qpid/apache-qpid-protonj2/1.0.0-M5/

The JIRAs assigned are:
https://issues.apache.org/jira/projects/PROTON/versions/12351153

Regards

P.S. If you want to test it out using maven...

The dependency for the protocol engine or the client itself would be:

  <dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>protonj2</artifactId>
    <version>1.0.0-M5</version>
  </dependency>
  <dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>protonj2-client</artifactId>
    <version>1.0.0-M5</version>
  </dependency>

+1

* Validated signatures and checksums
* Verified license and notice files in archives
* Checked source files for license headers with 'mvn apache-rat:check'
* Built from source and ran the test suite
* Ran the included examples against an ActiveMQ Artemis broker install.
* Ran the included examples against an ActiveMQ 5 install.


--
Tim Bish


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to