You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _guides/guides.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ You often need to execute custom actions when the application starts and clean u
94
94
<divclass="guide-item"markdown="1">
95
95
## Contexts and Dependency Injection
96
96
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.
98
98
99
99
<ahref="{{site.baseurl}}/guides/cdi-reference"class="button-cta secondary">READ THE GUIDE</a>
100
100
</div>
@@ -149,7 +149,7 @@ Panache focuses on making your entities trivial and fun to write.
149
149
<divclass="guide-item"markdown="1">
150
150
## Using Infinispan Client
151
151
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.
153
153
154
154
<ahref="{{site.baseurl}}/guides/infinispan-client-guide"class="button-cta secondary">READ THE GUIDE</a>
155
155
</div>
@@ -269,7 +269,7 @@ This guide covers:
269
269
<divclass="guide-item"markdown="1">
270
270
## Using OpenTracing
271
271
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.
273
273
274
274
<ahref="{{site.baseurl}}/guides/opentracing-guide"class="button-cta secondary">READ THE GUIDE</a>
275
275
</div>
@@ -333,7 +333,7 @@ This guide covers:
333
333
<divclass="guide-item"markdown="1">
334
334
## Using our Spring Dependency Injection compatibility layer
335
335
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.
337
337
338
338
<ahref="{{site.baseurl}}/guides/spring-di-guide"class="button-cta secondary">READ THE GUIDE</a>
339
339
</div>
@@ -374,7 +374,7 @@ This guide explains how to use Kotlin.
374
374
<divclass="guide-item"markdown="1">
375
375
## Measuring Performance
376
376
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.
378
378
379
379
<ahref="{{site.baseurl}}/guides/performance-measure"class="button-cta secondary">READ THE GUIDE</a>
0 commit comments