diff --git a/4.0.8-SNAPSHOT/index.html b/4.0.8-SNAPSHOT/index.html index 54b3ccd8..2b5ccef7 100644 --- a/4.0.8-SNAPSHOT/index.html +++ b/4.0.8-SNAPSHOT/index.html @@ -4,7 +4,7 @@ - + Embedded Cassandra Reference Documentation @@ -85,10 +85,10 @@ ul,ol,dl{line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit} ul,ol{margin-left:1.5em} ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0} -ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit} -ul.square{list-style-type:square} ul.circle{list-style-type:circle} ul.disc{list-style-type:disc} +ul.square{list-style-type:square} +ul.circle ul:not([class]),ul.disc ul:not([class]),ul.square ul:not([class]){list-style:inherit} ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0} dl dt{margin-bottom:.3125em;font-weight:bold} dl dd{margin-bottom:1.25em} @@ -659,7 +659,7 @@

Embedded Cassandra Reference Documentation

Dmytro Nosan
version 4.0.8-SNAPSHOT, -2022-04-05T09:40:29Z +2023-10-02T19:00:40Z
Table of Contents
@@ -865,7 +865,7 @@

2.1. Version

-Defaults to 4.0.3. +Defaults to 4.1.3. @@ -1142,8 +1142,7 @@

-

By default, only the following directories "bin", "pylib", "lib", "tools", "doc", "javadoc", "interface" -will be deleted.

+

By default, the whole working directory will be deleted.

However, if you don’t want to delete a working directory, you can use:

@@ -1155,16 +1154,6 @@

.build();

-
-

From another side, if you don’t want to keep data between launches, it makes sense to use:

-
-
-
-
new CassandraBuilder()
-        .workingDirectoryDestroyer(WorkingDirectoryDestroyer.deleteAll())
-        .build();
-
-

2.11. Working Directory Resources

@@ -1597,12 +1586,12 @@

<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.21</version> + <version>1.24.0</version> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.30</version> + <version>2.2</version> </dependency> </dependecies>

@@ -1627,7 +1616,7 @@

-

Copyright © 2022

+

Copyright © 2023

@@ -1636,7 +1625,7 @@