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-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to