Skip to content

Commit d4dd02c

Browse files
committed
List Jakarta, MicroProfile and OpenTelemetry specifications supported by Quarkus
1 parent 88762de commit d4dd02c

File tree

5 files changed

+107
-0
lines changed

5 files changed

+107
-0
lines changed

_includes/standards.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,62 @@
99
<p>Since we’re not limited to standards we can go beyond and extend your possibilities. Of course, Quarkus is not a passive consumer. Our goal is to improve and innovate the technologies we use and contribute back to the open source projects and standards we rely on.</p>
1010
</div>
1111
</div>
12+
13+
<h3>Quarkus implements the following Specifications:</h3>
14+
<br>
15+
16+
<div class="grid-wrapper center">
17+
<div class="width-3-12 width-12-12-m">
18+
<a href="https://jakarta.ee"><img src="{{site.baseurl}}/assets/images/about/jakarta.svg"></a>
19+
</div>
20+
<div class="width-9-12 width-12-12-m">
21+
<a href="https://jakarta.ee/specifications/cdi//">Jakarta Contexts and Dependency Injection 4.0 (Lite)</a>
22+
<br><a href="https://jakarta.ee/specifications/bean-validation/">Jakarta Bean Validation 3.0</a>
23+
<br><a href="https://jakarta.ee/specifications/persistence/">Jakarta Persistence 3.1</a>
24+
<br><a href="https://jakarta.ee/specifications/transactions/">Jakarta Transactions 2.0</a>
25+
<br><a href="https://jakarta.ee/specifications/restful-ws/">Jakarta RESTful Web Services 3.0</a>
26+
<br><a href="https://jakarta.ee/specifications/jsonp/">Jakarta JSON Processing 2.0</a>
27+
<br><a href="https://jakarta.ee/specifications/jsonp/">Jakarta JSON Binding 2.0</a>
28+
<br><a href="https://jakarta.ee/specifications/batch/">Jakarta Batch 2.0</a>
29+
</div>
30+
</div>
31+
32+
<br><br>
33+
34+
<div class="grid-wrapper center">
35+
<div class="width-3-12 width-12-12-m">
36+
<a href="https://microprofile.io"><img src="{{site.baseurl}}/assets/images/about/microprofile.svg"></a>
37+
</div>
38+
<div class="width-9-12 width-12-12-m">
39+
<a href="https://github.com/eclipse/microprofile-config">MicroProfile Config 3.0</a>
40+
<br><a href="https://github.com/eclipse/microprofile-jwt-auth">MicroProfile JWT RBAC 2.1</a>
41+
<br><a href="https://github.com/eclipse/microprofile-health">MicroProfile Health 4.0</a>
42+
<br><a href="https://github.com/eclipse/microprofile-fault-tolerance">MicroProfile Fault Tolerance 4.0</a>
43+
<br><a href="https://github.com/eclipse/microprofile-metrics">MicroProfile Metrics 4.0</a>
44+
<br><a href="https://github.com/eclipse/microprofile-open-api">MicroProfile OpenAPI 3.1</a>
45+
<br><a href="https://github.com/eclipse/microprofile-opentracing">MicroProfile OpenTracing 3.0</a>
46+
<br><a href="https://github.com/eclipse/microprofile-rest-client">MicroProfile REST Client 3.0</a>
47+
<br><a href="https://github.com/eclipse/microprofile-context-propagation">MicroProfile Context Propagation 1.3</a>
48+
<br><a href="https://github.com/eclipse/microprofile-reactive-streams-operators">MicroProfile Reactive Streams Operators 3.0</a>
49+
<br><a href="https://github.com/eclipse/microprofile-reactive-messaging">MicroProfile Reactive Messaging 3.0</a>
50+
<br><a href="https://github.com/eclipse/microprofile-graphql">MicroProfile GraphQL 2.0</a>
51+
<br><a href="https://github.com/eclipse/microprofile-lra">MicroProfile Long Running Actions 2.0</a>
52+
<br><a href="https://github.com/eclipse/microprofile-telemetry">MicroProfile Telemetry 1.0</a>
53+
</div>
54+
</div>
55+
56+
<br><br>
57+
58+
<div class="grid-wrapper center">
59+
<div class="width-3-12 width-12-12-m">
60+
<a href="https://opentelemetry.io"><img src="{{site.baseurl}}/assets/images/about/opentelemetry.svg"></a>
61+
</div>
62+
<div class="width-9-12 width-12-12-m">
63+
<a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/trace">OpenTelemetry Trace 1.18</a>
64+
<br></b><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/context">OpenTelemetry Context 1.18</a>
65+
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/baggage">OpenTelemetry Baggage 1.18</a>
66+
<br><a href="https://github.com/open-telemetry/opentelemetry-specification/tree/v1.18.0/specification/resource">OpenTelemetry Resource 1.18</a>
67+
</div>
68+
</div>
69+
1270
</div>

_sass/core/grid.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ $breakpoint-m: 48em;
88
clear: both;
99
}
1010

11+
.center {
12+
align-items: center;
13+
}
14+
1115
.width-1-12 {
1216
grid-column: span 1;
1317
}

assets/images/about/jakarta.svg

Lines changed: 43 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)