Skip to content

Commit 1b4f810

Browse files
committed
Sync documentation of main branch
1 parent 82529d2 commit 1b4f810

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_versions/main/guides/_attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
:jandex-version: 3.5.0
2323
:jandex-gradle-plugin-version: 1.0.0
2424
:kotlin-version: 2.2.20
25-
:grpc-version: 1.69.1
26-
:protoc-version: 3.25.5
25+
:grpc-version: 1.75.0
26+
:protoc-version: 4.32.1
2727
:gcf-invoker-version: 1.4.1
2828
// Cannot simply use the name 'hibernate-*-version' here as it somehow gets
2929
// overridden to the full version, at least when building locally.

_versions/main/guides/cassandra.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ in use. Also, never use both annotation processors together.
206206
[source,xml]
207207
----
208208
<dependency>
209-
<groupId>com.datastax.oss</groupId>
209+
<groupId>org.apache.cassandra</groupId>
210210
<artifactId>java-driver-mapper-runtime</artifactId>
211211
</dependency>
212212
----
@@ -476,7 +476,7 @@ Now let's add a simple web page to interact with our `FruitResource`.
476476

477477
Quarkus automatically serves static resources located under the `META-INF/resources` directory. In
478478
the `src/main/resources/META-INF/resources` directory, add a `fruits.html` file with the contents
479-
from link:src/main/resources/META-INF/resources/fruits.html[this file] in it.
479+
from link:https://github.com/datastax/cassandra-quarkus/blob/main/quickstart/src/main/resources/META-INF/resources/fruits.html[this file] in it.
480480

481481
You can now interact with your REST service:
482482

@@ -631,7 +631,7 @@ curl -X GET http://localhost:8080/reactive-fruits
631631

632632
Now let's add a simple web page to interact with our `ReactiveFruitResource`. In the
633633
`src/main/resources/META-INF/resources` directory, add a `reactive-fruits.html` file with the
634-
contents from link:src/main/resources/META-INF/resources/reactive-fruits.html[this file] in it.
634+
contents from link:https://github.com/datastax/cassandra-quarkus/blob/main/quickstart/src/main/resources/META-INF/resources/reactive-fruits.html[this file] in it.
635635

636636
You can now interact with your reactive REST service:
637637

0 commit comments

Comments
 (0)