Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JAVA-3083 Doc updates for new features in 4.17.0 #1677

Merged
merged 15 commits into from
Jul 12, 2023
Merged

JAVA-3083 Doc updates for new features in 4.17.0 #1677

merged 15 commits into from
Jul 12, 2023

Conversation

absurdfarce
Copy link
Contributor

No description provided.

@absurdfarce
Copy link
Contributor Author

@hhughes I believe I covered everything we aimed to include with this ticket. If you see something is missing please note it here and I'll fix it.

upgrade_guide/README.md Outdated Show resolved Hide resolved
manual/core/README.md Show resolved Hide resolved
manual/core/custom_codecs/README.md Outdated Show resolved Hide resolved
upgrade_guide/README.md Outdated Show resolved Hide resolved
upgrade_guide/README.md Show resolved Hide resolved
upgrade_guide/README.md Outdated Show resolved Hide resolved
upgrade_guide/README.md Outdated Show resolved Hide resolved
upgrade_guide/README.md Outdated Show resolved Hide resolved
upgrade_guide/README.md Outdated Show resolved Hide resolved
upgrade_guide/README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@hhughes hhughes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

upgrade_guide/README.md Outdated Show resolved Hide resolved
upgrade_guide/README.md Outdated Show resolved Hide resolved
upgrade_guide/README.md Outdated Show resolved Hide resolved
upgrade_guide/README.md Outdated Show resolved Hide resolved
absurdfarce and others added 5 commits July 12, 2023 11:56
Co-authored-by: Jamie Gillenwater <jamie.gillenwater@datastax.com>
Co-authored-by: Jamie Gillenwater <jamie.gillenwater@datastax.com>
Co-authored-by: Jamie Gillenwater <jamie.gillenwater@datastax.com>
Co-authored-by: Jamie Gillenwater <jamie.gillenwater@datastax.com>
```java
try (CqlSession session = new CqlSessionBuilder().withLocalDatacenter("datacenter1").build()) {

session.execute("drop keyspace if exists test");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: is the drop keyspace line neccessary for this example?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps not strictly necessary but I'd argue it's certainly a good practice. Including it here communicates the idea that this example should reset its state before it runs; I want to cut off any cases of the test code not working because the user already had a "test" keyspace defined.

manual/core/custom_codecs/README.md Outdated Show resolved Hide resolved
upgrade_guide/README.md Show resolved Hide resolved
upgrade_guide/README.md Outdated Show resolved Hide resolved
absurdfarce and others added 2 commits July 12, 2023 13:00
Co-authored-by: Jamie Gillenwater <jamie.gillenwater@datastax.com>
Co-authored-by: Jamie Gillenwater <jamie.gillenwater@datastax.com>
@absurdfarce absurdfarce merged commit 41991c8 into 4.x Jul 12, 2023
1 of 3 checks passed
@absurdfarce absurdfarce deleted the java3083 branch July 12, 2023 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants