Skip to content

Commit d2a520a

Browse files
committed
deploy: 1b4f810
1 parent 2d460a5 commit d2a520a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Quarkus</title>
66
<link>https://quarkus.io</link>
77
<description>Quarkus: Supersonic Subatomic Java</description>
8-
<lastBuildDate>Fri, 03 Oct 2025 03:14:16 +0000</lastBuildDate>
8+
<lastBuildDate>Sat, 04 Oct 2025 03:10:52 +0000</lastBuildDate>
99

1010

1111
<item>

version/main/guides/cassandra.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ <h2 id="generating-the-dao-and-mapper-implementations"><a class="anchor" href="#
573573
<div class="listingblock">
574574
<div class="content">
575575
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency&gt;
576-
&lt;groupId&gt;com.datastax.oss&lt;/groupId&gt;
576+
&lt;groupId&gt;org.apache.cassandra&lt;/groupId&gt;
577577
&lt;artifactId&gt;java-driver-mapper-runtime&lt;/artifactId&gt;
578578
&lt;/dependency&gt;</code></pre>
579579
</div>
@@ -960,7 +960,7 @@ <h2 id="creating-a-frontend"><a class="anchor" href="#creating-a-frontend"></a>C
960960
<div class="paragraph">
961961
<p>Quarkus automatically serves static resources located under the <code>META-INF/resources</code> directory. In
962962
the <code>src/main/resources/META-INF/resources</code> directory, add a <code>fruits.html</code> file with the contents
963-
from <a href="src/main/resources/META-INF/resources/fruits.html">this file</a> in it.</p>
963+
from <a href="https://github.com/datastax/cassandra-quarkus/blob/main/quickstart/src/main/resources/META-INF/resources/fruits.html">this file</a> in it.</p>
964964
</div>
965965
<div class="paragraph">
966966
<p>You can now interact with your REST service:</p>
@@ -1176,7 +1176,7 @@ <h2 id="creating-a-reactive-frontend"><a class="anchor" href="#creating-a-reacti
11761176
<div class="paragraph">
11771177
<p>Now let&#8217;s add a simple web page to interact with our <code>ReactiveFruitResource</code>. In the
11781178
<code>src/main/resources/META-INF/resources</code> directory, add a <code>reactive-fruits.html</code> file with the
1179-
contents from <a href="src/main/resources/META-INF/resources/reactive-fruits.html">this file</a> in it.</p>
1179+
contents from <a href="https://github.com/datastax/cassandra-quarkus/blob/main/quickstart/src/main/resources/META-INF/resources/reactive-fruits.html">this file</a> in it.</p>
11801180
</div>
11811181
<div class="paragraph">
11821182
<p>You can now interact with your reactive REST service:</p>

version/main/guides/grpc-generation-reference.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@ <h3 id="protobuf-maven-plugin"><a class="anchor" href="#protobuf-maven-plugin"><
522522
</div>
523523
<div class="listingblock">
524524
<div class="content">
525-
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;grpc.version&gt;1.69.1&lt;/grpc.version&gt;
526-
&lt;protoc.version&gt;3.25.5&lt;/protoc.version&gt;</code></pre>
525+
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;grpc.version&gt;1.75.0&lt;/grpc.version&gt;
526+
&lt;protoc.version&gt;4.32.1&lt;/protoc.version&gt;</code></pre>
527527
</div>
528528
</div>
529529
<div class="paragraph">

0 commit comments

Comments
 (0)