Skip to content

Commit f74f4f2

Browse files
authored
Merge branch 'quarkusio:main' into February_newsletter
2 parents 8a4f095 + 5b9103a commit f74f4f2

28 files changed

+959
-180
lines changed

_data/events.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,6 @@ headline: "Select Upcoming Events"
22

33
upcomingevents:
44

5-
- title: "jChampions Conference"
6-
type: Virtual
7-
link: https://github.com/quarkusio/quarkus/discussions/44905
8-
date: 2025-01-30
9-
displaydate: "January 23-24 & 27-28, 2025"
10-
location: Virtual
11-
description: Conference organized by Java Champions and featuring Java Champions in the presentations.
12-
thumbnail: jchampionsconf_logo.png
13-
14-
- title: "Jfokus"
15-
type: In Person
16-
link: https://github.com/quarkusio/quarkus/discussions/44172
17-
date: 2025-02-05
18-
displaydate: "February 3-5, 2025"
19-
location: Stockholm, Sweden
20-
description: Jfokus is all about developers! Java SE & Java EE, Frontend & Web. Android & Mobile, Continuous Delivery & DevOps, Internet of Things, Cloud & Big Data, Future & Trends, Alt.JVM Languages like Scala, Clojure & many more, Agile development. And super heroes...
21-
thumbnail: jfokus_logo.png
22-
235
- title: "DevNexus"
246
type: In Person
257
link: https://github.com/quarkusio/quarkus/discussions/44173
@@ -47,6 +29,15 @@ upcomingevents:
4729
description: Gain actionable insights from leading software developers on emerging trends and practices at QCon London 2025, April 7-9.
4830
thumbnail: qcon_logo.png
4931

32+
- title: "Devoxx Greece"
33+
type: In Person
34+
link: https://github.com/quarkusio/quarkus/discussions/46214
35+
date: 2025-04-12
36+
displaydate: "April 10-12, 2025"
37+
location: Athens, Greece
38+
description: Devoxx Greece is the evolution of Voxxed Days Athens conference and has become a 3-days conference where the developers’ communities get together and explore the latest technology advancements with some of the most inspiring speakers in our sector.
39+
thumbnail: devoxxgreece_logo.png
40+
5041
- title: "Greater International Developer Summit"
5142
type: In Person
5243
link: https://github.com/quarkusio/quarkus/discussions/45902
@@ -56,6 +47,15 @@ upcomingevents:
5647
description: Join the sixteenth annual edition of the Great International Software Developer Summit, GIDS 2025, April 25-28 in Bangalore, India. The four-day program includes an eclectic mix of technical talks, conversations and experiences, featuring some of the most talented and influential figures in the industries.
5748
thumbnail: gids_logo.png
5849

50+
- title: "DevTalks"
51+
type: In Person
52+
link: https://github.com/quarkusio/quarkus/discussions/46215
53+
date: 2025-06-05
54+
displaydate: "June 4-5, 2025"
55+
location: Bucharest, Romania
56+
description: DevTalks has become a driver of change for the tech world, known as the most desired expo-conference for developers and IT professionals in Romania. This way, the DevTalks network is being present all year, with valuable content and meet-ups of the IT Community, growing it to more than 60 000 IT professionals and developers from all over Romania and internationally.
57+
thumbnail: devtalks_logo.png
58+
5959
- title: "WeAreDevelopers World Congress"
6060
type: In Person
6161
link: https://github.com/quarkusio/quarkus/discussions/45147

_data/versioned/main/index/quarkus.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,26 @@ types:
218218
id: native-reference
219219
type: reference
220220
url: /guides/native-reference
221+
- title: Observability in Quarkus
222+
filename: observability.adoc
223+
summary: This guide explains how your Quarkus application can utilize OpenTelemetry to provide observability for interactive web applications.
224+
categories: observability
225+
topics:
226+
- observability
227+
- opentelemetry
228+
- micrometer
229+
- jfr
230+
- logging
231+
- metrics
232+
- tracing
233+
- monitoring
234+
- devservice
235+
extensions:
236+
- io.quarkus:quarkus-opentelemetry
237+
- io.quarkus:quarkus-micrometer
238+
- io.quarkus:quarkus-jfr
239+
type: reference
240+
url: /guides/observability
221241
- title: OpenID Connect (OIDC) and OAuth2 client and filters
222242
filename: security-openid-connect-client-reference.adoc
223243
summary: "You can use Quarkus extensions for OpenID Connect and OAuth 2.0 access token management, focusing on acquiring, refreshing, and propagating tokens."
@@ -740,6 +760,7 @@ types:
740760
url: /guides/security-openid-connect-multitenancy
741761
- title: Writing a Dev Service
742762
filename: extension-writing-dev-service.adoc
763+
summary: Learn how to develop a Dev Service for your extension in order to replace an external service in development mode.
743764
categories: writing-extensions
744765
topics:
745766
- extensions

0 commit comments

Comments
 (0)