[RELEASE] DataStax Java driver 2.1.7.1

63 views
Skip to first unread message

Olivier Michallat

unread,
Jul 17, 2015, 2:13:41 PM7/17/15
to java-dri...@lists.datastax.com
We've just released 2.1.7.1 to patch two minor issues in Wednesday's 2.1.7 release:

- JAVA-834 caused a metadata parsing error on certain types of indexes in COMPACT STORAGE tables. In particular, this happened when connecting to DataStax Enterprise. This didn't affect any core feature, but would cause repeated warnings in the logs.

- JAVA-835 prevented an accessor query from reusing the same named parameter multiple times, as in the following example:

        @Query("update user set home_phone = :phone, work_phone = :phone where key = :key")
        void updateBothPhones(@Param("key") int key, @Param("phone") String phone);


The release is available in the usual locations:

    <dependency>
      <groupId>com.datastax.cassandra</groupId>
      <artifactId>cassandra-driver-core</artifactId>
      <version>2.1.7.1</version>
    </dependency>



--

Olivier Michallat

Driver & tools engineer, DataStax

Reply all
Reply to author
Forward
0 new messages