Just a heads up so that everybody's aware: the "4.x" branch on
apache/cassandra-java-driver has been renamed to "trunk".  You can checkout
a new copy locally or you can rename your local "4.x" branch via the normal
process:

* git branch -m 4.x trunk
* git fetch origin
* git branch -u origin/trunk trunk
* git remote set-head origin -a

   At some point in the not too distant future "trunk" will be updated to
5.0.0-SNAPSHOT and changed to use Java17 as its minimum version (per the
earlier discussion).  I'll be creating a new "4.x" _branch_ at
that point so that we can create future releases in the 4.x line (in case
such a thing becomes absolutely necessary) but hopefully we'll never need
to use it.  The goal will be for the next release to be 5.0.0 with
subsequent development to take place on that line.

   Thanks all!

      - Bret -

Reply via email to