Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 18 additions & 17 deletions _includes/standards.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@
</div>
</div>

<h3>Quarkus implements the following Specifications:</h3>
<h3>Quarkus 3.20 (latest LTS) implements the following Specifications:</h3>
<br>

<div class="grid-wrapper center">
<div class="width-3-12 width-12-12-m">
<a href="https://jakarta.ee"><img src="{{site.baseurl}}/assets/images/about/jakarta.svg"></a>
</div>
<div class="width-9-12 width-12-12-m">
<a href="https://jakarta.ee/specifications/cdi//">Jakarta Contexts and Dependency Injection 4.0 (Lite)</a>
<br><a href="https://jakarta.ee/specifications/coreprofile/">Jakarta Core 10</a>
<br><a href="https://jakarta.ee/specifications/cdi/">Jakarta Contexts and Dependency Injection 4.1 (Lite)</a>
<br><a href="https://jakarta.ee/specifications/bean-validation/">Jakarta Bean Validation 3.0</a>
<br><a href="https://jakarta.ee/specifications/persistence/">Jakarta Persistence 3.1</a>
<br><a href="https://jakarta.ee/specifications/transactions/">Jakarta Transactions 2.0</a>
<br><a href="https://jakarta.ee/specifications/restful-ws/">Jakarta RESTful Web Services 3.0</a>
<br><a href="https://jakarta.ee/specifications/jsonp/">Jakarta JSON Processing 2.0</a>
<br><a href="https://jakarta.ee/specifications/jsonp/">Jakarta JSON Binding 2.0</a>
<br><a href="https://jakarta.ee/specifications/batch/">Jakarta Batch 2.0</a>
<br><a href="https://jakarta.ee/specifications/restful-ws/">Jakarta RESTful Web Services 3.1</a>
<br><a href="https://jakarta.ee/specifications/jsonp/">Jakarta JSON Processing 2.1</a>
<br><a href="https://jakarta.ee/specifications/jsonp/">Jakarta JSON Binding 2.1</a>
<br><a href="https://jakarta.ee/specifications/batch/">Jakarta Batch 2.1</a>
</div>
</div>

Expand All @@ -42,20 +43,18 @@ <h3>Quarkus implements the following Specifications:</h3>
</a>
</div>
<div class="width-9-12 width-12-12-m">
<a href="https://github.com/eclipse/microprofile-config">MicroProfile Config 3.0</a>
<a href="https://github.com/eclipse/microprofile-config">MicroProfile Config 3.1</a>
<br><a href="https://github.com/eclipse/microprofile-jwt-auth">MicroProfile JWT RBAC 2.1</a>
<br><a href="https://github.com/eclipse/microprofile-health">MicroProfile Health 4.0</a>
<br><a href="https://github.com/eclipse/microprofile-fault-tolerance">MicroProfile Fault Tolerance 4.0</a>
<br><a href="https://github.com/eclipse/microprofile-metrics">MicroProfile Metrics 4.0</a>
<br><a href="https://github.com/eclipse/microprofile-open-api">MicroProfile OpenAPI 3.1</a>
<br><a href="https://github.com/eclipse/microprofile-opentracing">MicroProfile OpenTracing 3.0</a>
<br><a href="https://github.com/eclipse/microprofile-rest-client">MicroProfile REST Client 3.0</a>
<br><a href="https://github.com/eclipse/microprofile-fault-tolerance">MicroProfile Fault Tolerance 4.1</a>
<br><a href="https://github.com/eclipse/microprofile-open-api">MicroProfile OpenAPI 4.0</a>
<br><a href="https://github.com/eclipse/microprofile-rest-client">MicroProfile REST Client 4.0</a>
<br><a href="https://github.com/eclipse/microprofile-telemetry">MicroProfile Telemetry 2.0</a>
<br><a href="https://github.com/eclipse/microprofile-context-propagation">MicroProfile Context Propagation 1.3</a>
<br><a href="https://github.com/eclipse/microprofile-reactive-streams-operators">MicroProfile Reactive Streams Operators 3.0</a>
<br><a href="https://github.com/eclipse/microprofile-reactive-messaging">MicroProfile Reactive Messaging 3.0</a>
<br><a href="https://github.com/eclipse/microprofile-graphql">MicroProfile GraphQL 2.0</a>
<br><a href="https://github.com/eclipse/microprofile-lra">MicroProfile Long Running Actions 2.0</a>
<br><a href="https://github.com/eclipse/microprofile-telemetry">MicroProfile Telemetry 2.0</a>
</div>
</div>

Expand All @@ -66,10 +65,12 @@ <h3>Quarkus implements the following Specifications:</h3>
<a href="https://opentelemetry.io"><img src="{{site.baseurl}}/assets/images/about/opentelemetry.svg"></a>
</div>
<div class="width-9-12 width-12-12-m">
<a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/trace">OpenTelemetry Trace 1.18</a>
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/context">OpenTelemetry Context 1.18</a>
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/baggage">OpenTelemetry Baggage 1.18</a>
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/resource">OpenTelemetry Resource 1.18</a>
<a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.39.0/specification/trace">OpenTelemetry Trace 1.39</a>
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.39.0/specification/context">OpenTelemetry Context 1.39</a>
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.39.0/specification/baggage">OpenTelemetry Baggage 1.39</a>
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.39.0/specification/resource">OpenTelemetry Resource 1.39</a>
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.39.0/specification/metrics">OpenTelemetry Metrics 1.39</a>
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.39.0/specification/logs">OpenTelemetry Logs 1.39</a>
</div>
</div>

Expand Down
Loading