Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerSupport Category: Select
Anypoint Connector for Cassandra provides the capability to connect a Mule app to a Cassandra database or cluster.
September 27, 2024
This connector is now compatible with Java 17.
| Application/Service | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
Cassandra database or cluster  | 
1.2 and later  | 
CQL spec  | 
3.x  | 
OpenJDK  | 
8, 11, and 17  | 
DataStax Java Driver for Apache Cassandra  | 
3.11.3  | 
October 6, 2023
| Application/Service | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
Cassandra database or cluster  | 
1.2 and later  | 
CQL spec  | 
3.x  | 
OpenJDK  | 
8 and 11  | 
DataStax Java Driver for Apache Cassandra  | 
3.11.3  | 
| Issue Resolution | ID | 
|---|---|
The com.google.guava library is upgraded to version 32.0.1-jre to address reported security vulnerabilities.  | 
W-13844875  | 
The netty-handler library is upgraded to version 4.1.94.Final to address reported security vulnerabilities.  | 
W-13844862  | 
May 2, 2023
| Application/Service | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
Cassandra database or cluster  | 
1.2 and later  | 
CQL spec  | 
3.x  | 
OpenJDK  | 
8 and 11  | 
DataStax Java Driver for Apache Cassandra  | 
3.11.3  | 
| Issue Resolution | ID | 
|---|---|
Cassandra driver is upgraded to version 3.11.3.  | 
W-12665856  | 
Jackson-core and jackson-databind libraries are upgraded to version 2.15.0.  | 
W-12665443  | 
Netty-codec library is upgraded to version 4.1.92-Final.  | 
W-12665865  | 
Mar 27, 2023
| Application/Service | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
Cassandra database or cluster  | 
1.2 and later  | 
CQL spec  | 
3.x  | 
OpenJDK  | 
8 and 11  | 
DataStax Java Driver for Apache Cassandra  | 
3.10.1  | 
| Issue Resolution | ID | 
|---|---|
Cassandra Connector now has a new Prepared Statements Cache Size parameter that enables you to set a cache in memory for prepared statements to avoid performance issues.  | 
W-12630494  | 
May 20, 2022
| Application/Service | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
Cassandra database or cluster  | 
1.2 and later  | 
CQL spec  | 
3.x  | 
OpenJDK  | 
8 and 11  | 
DataStax Java Driver for Apache Cassandra  | 
3.10.1  | 
| Issue | ID | 
|---|---|
Fixed reported security vulnerabilities by upgrading the Netty Codec library from   | 
W-11124605  | 
April 13, 2022
| Application/Service | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
Cassandra database or cluster  | 
1.2 and later  | 
CQL spec  | 
3.x  | 
OpenJDK  | 
8 and 11  | 
DataStax Java Driver for Apache Cassandra  | 
3.10.1  | 
| Issue | ID | 
|---|---|
Fixed reported security vulnerabilities by upgrading the Jackson Databind library from   | 
W-10920459  | 
Fixed reported security vulnerabilities by upgrading the Netty Handler library from   | 
W-10920459  | 
March 28, 2022
| Application/Service | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
Cassandra database or cluster  | 
1.2 and later  | 
CQL spec  | 
3.x  | 
OpenJDK  | 
8 and 11  | 
DataStax Java Driver for Apache Cassandra  | 
3.10.1  | 
| Issue | ID | 
|---|---|
Cassandra Connector can now parse dates with the   | 
W-10853991  | 
September 24, 2021
| Application/Service | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
Cassandra database or cluster  | 
1.2 and later  | 
CQL spec  | 
3.x  | 
OpenJDK  | 
8 and 11  | 
DataStax Java Driver for Apache Cassandra  | 
3.10.1  | 
| Issue | ID | 
|---|---|
Fixed a CassandraDB vulnerability.  | 
CONN-8854  | 
November 5, 2020
| Application/Service | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
Cassandra database or cluster  | 
1.2 and later  | 
CQL spec  | 
3.x  | 
OpenJDK  | 
8 and 11  | 
DataStax Java Driver for Apache Cassandra  | 
3.10.1  | 
Implemented Mutual TlS authentication.
Removed the SSL field from the configuration and replaced it with TLS.
Refactored error handling and error types.
April 26, 2019
| Application/Service | Version | 
|---|---|
Mule  | 
4.0 and later  | 
Cassandra database or cluster  | 
1.2 and later  | 
CQL spec  | 
3.x  | 
Fixed an issue where the timestamp field was presenting the following error: com.datastax.driver.core.exceptions.CodecNotFoundException: Codec not found for requested operation: [timestamp <→ java.lang.String](SE-10920) The string date is now converted into a date accepted by the Cassandra driver. (SE-11613)