Skip to content

Commit 564c045

Browse files
authored
Merge pull request #104 from rsvoboda/nameFixesGuides
Quarkus and OpenTracing name fixes in Guides
2 parents 5541bde + af79f74 commit 564c045

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_guides/guides.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You often need to execute custom actions when the application starts and clean u
9494
<div class="guide-item" markdown="1">
9595
## Contexts and Dependency Injection
9696

97-
Protean DI solution is based on the [Contexts and Dependency Injection for Java 2.0](https://docs.jboss.org/cdi/spec/2.0/cdi-spec) specification. However, it is not a full CDI implementation verified by the TCK. Only a subset of the CDI features is implemented - see also the list of supported features and the list of limitations.
97+
Quarkus DI solution is based on the [Contexts and Dependency Injection for Java 2.0](https://docs.jboss.org/cdi/spec/2.0/cdi-spec) specification. However, it is not a full CDI implementation verified by the TCK. Only a subset of the CDI features is implemented - see also the list of supported features and the list of limitations.
9898

9999
<a href="{{site.baseurl}}/guides/cdi-reference" class="button-cta secondary">READ THE GUIDE</a>
100100
</div>
@@ -149,7 +149,7 @@ Panache focuses on making your entities trivial and fun to write.
149149
<div class="guide-item" markdown="1">
150150
## Using Infinispan Client
151151

152-
Infinispan is an in memory data grid that allows running in a server outside of application processes. This extension provides functionality to allow the client that can connect to said server when running in Protean.
152+
Infinispan is an in memory data grid that allows running in a server outside of application processes. This extension provides functionality to allow the client that can connect to said server when running in Quarkus.
153153

154154
<a href="{{site.baseurl}}/guides/infinispan-client-guide" class="button-cta secondary">READ THE GUIDE</a>
155155
</div>
@@ -269,7 +269,7 @@ This guide covers:
269269
<div class="guide-item" markdown="1">
270270
## Using OpenTracing
271271

272-
This guide explains how your Quarkus application can utilize opentracing to provide distributed tracing for interactive web applications.
272+
This guide explains how your Quarkus application can utilize OpenTracing to provide distributed tracing for interactive web applications.
273273

274274
<a href="{{site.baseurl}}/guides/opentracing-guide" class="button-cta secondary">READ THE GUIDE</a>
275275
</div>
@@ -333,7 +333,7 @@ This guide covers:
333333
<div class="guide-item" markdown="1">
334334
## Using our Spring Dependency Injection compatibility layer
335335

336-
While you are encouraged to use CDI annotations for injection, Protean provides a compatibility layer for Spring dependency injection in the form of the spring-di extension.
336+
While you are encouraged to use CDI annotations for injection, Quarkus provides a compatibility layer for Spring dependency injection in the form of the spring-di extension.
337337

338338
<a href="{{site.baseurl}}/guides/spring-di-guide" class="button-cta secondary">READ THE GUIDE</a>
339339
</div>
@@ -374,7 +374,7 @@ This guide explains how to use Kotlin.
374374
<div class="guide-item" markdown="1">
375375
## Measuring Performance
376376

377-
When measuring the footprint of a Protean application, we measure Resident Set Size (RSS) and not the JVM heap size which is only a small part of the overall problem. The JVM not only allocates native memory for heap (-Xms, -Xmx) but also structures required by the jvm to run your application.
377+
When measuring the footprint of a Quarkus application, we measure Resident Set Size (RSS) and not the JVM heap size which is only a small part of the overall problem. The JVM not only allocates native memory for heap (-Xms, -Xmx) but also structures required by the jvm to run your application.
378378

379379
<a href="{{site.baseurl}}/guides/performance-measure" class="button-cta secondary">READ THE GUIDE</a>
380380
</div>

0 commit comments

Comments
 (0)