You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Timothy Bish <ta...@gmail.com> on 2021/04/21 20:48:21 UTC

Update on the Java based Imperative API AMQP client

Hi Everyone, after a fair bit more development and testing the Java 
based Imperative API AMQP client has reached a point where I'd like to 
start driving towards an initial tech preview release to hopefully get 
it into the hands of some users for some feedback and give us a chance 
to iron out issues not yet spotted in the current test suite.

To that end I've requested a new Git repository and merged the work 
there.  The Github mirror can be found at the link below:

    https://github.com/apache/qpid-protonj2

The new client and the accompanying new protocol engine have been placed 
under the org.apache.qpid.protonj2 namespace and the maven GAV would be 
as follows:

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

My current plan would be to continue with some final cleanup and testing 
of the release artifacts and polish up the documentation a bit and then 
propose an initial release with a version of 1.0.0-M1 indicating this is 
not a full fledged release yet and then drive towards a 1.0.0 after 
we've gotten some feedback.

I'd hope to start the release process the coming weeks if not sooner 
depending on feedback.

-- 
Tim Bish


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