This is an automated email from the ASF dual-hosted git repository.
absurdfarce pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git
The following commit(s) were added to refs/heads/4.x by this push:
new 241dd52c5 docs: adding an extra space to render the page correctly
with mkdocs
241dd52c5 is described below
commit 241dd52c56be660f892f1bf636049379ce16c527
Author: Mikhail Laptev <[email protected]>
AuthorDate: Wed Jan 7 14:35:55 2026 +0000
docs: adding an extra space to render the page correctly with mkdocs
I've been looking into details on custom codes and noticed that the there
is an issue with rendering bullet points on the following page:
https://apache.github.io/cassandra-java-driver/4.19.0/core/custom_codecs/
---
manual/core/custom_codecs/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/manual/core/custom_codecs/README.md
b/manual/core/custom_codecs/README.md
index f3b7be1e3..ae42a8637 100644
--- a/manual/core/custom_codecs/README.md
+++ b/manual/core/custom_codecs/README.md
@@ -33,6 +33,7 @@ Define custom Java to CQL mappings.
(MutableCodecRegistry) session.getContext().getCodecRegistry();
registry.register(myCodec);
```
+
* using a codec:
* if already registered: `row.get("columnName", MyCustomType.class)`
* otherwise: `row.get("columnName", myCodec)`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]