Skip to content

Commit 3ea8605

Browse files
authored
Merge branch 'quarkusio:main' into benefactors
2 parents 4ddbb55 + 009b241 commit 3ea8605

File tree

147 files changed

+6977
-2831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+6977
-2831
lines changed

.github/workflows/preview.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ jobs:
3636
fi
3737
echo "id=${pr}" >> $GITHUB_OUTPUT
3838
rm -f pr-id.txt
39+
- name: Reduce the size of the website to be compatible with surge
40+
run: |
41+
find assets/images/posts/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf ./{} \;
42+
find newsletter/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf ./{} \;
43+
rm -rf ./assets/stickers
44+
rm -rf ./assets/images/worldtour/2023
45+
rm -rf ./assets/images/worldtour/2024
46+
rm -rf ./assets/images/desktopwallpapers
47+
rm -rf ./assets/images/stickers
3948
- name: Publishing to surge for preview
4049
id: deploy
4150
run: npx [email protected] ./ --domain https://quarkus-site-pr-${PR_ID}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }}

_data/insights-videos.yaml

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,15 @@ socialdescription: "View the Podcast on these platforms"
55
futureheadline: "Scheduled Podcasts"
66

77
# Next upcoming session (update weekly)
8-
nextsessiontitle: "EPISODE #216: What's new with Leyden"
9-
nextsessiondate: "2025-08-25T13:00Z"
10-
nextsessionguest: "Andrew Dinn"
8+
nextsessiontitle: "EPISODE #218: The latest on Agentic Framework with LangChain4J"
9+
nextsessiondate: "2025-09-15T13:00Z"
10+
nextsessionguest: "Mario Fusco, Georgios Andrianakis, Clément Escoffier, & Emmanuel Bernard"
1111

1212

1313
# upcoming session list (update weekly)
1414

1515
futurevideos:
1616

17-
- title: "No Session - Holidays"
18-
link:
19-
date: "August 18, 2025"
20-
authors: "None"
21-
22-
- title: "EPISODE #216: What's new with Leyden"
23-
link:
24-
date: "August 25, 2025"
25-
authors: "Andrew Dinn"
26-
27-
- title: "No Session - Holidays"
28-
link:
29-
date: "September 1, 2025"
30-
authors: "None"
31-
32-
- title: "EPISODE #217: Back to basics with Observability"
33-
link:
34-
date: "September 8, 2025"
35-
authors: "Bruno Baptista"
3617

3718
- title: "EPISODE #218: The latest on Agentic Framework with LangChain4J"
3819
link:
@@ -49,13 +30,38 @@ futurevideos:
4930
date: "September 29, 2025"
5031
authors: "Willem Jan Glerum"
5132

33+
- title: "EPISODE #221: Back to basics with Observability - Part 2"
34+
link:
35+
date: "October 6, 2025"
36+
authors: "Bruno Baptista"
37+
38+
- title: "EPISODE #222: To Be Scheduled"
39+
link:
40+
date: "October 13, 2025"
41+
authors: "Guest TBD"
42+
43+
- title: "EPISODE #223: Evolution of Java Code Execution"
44+
link:
45+
date: "October 20, 2025"
46+
authors: "Ben Evans"
47+
5248

5349
# past session list (move last upcoming to this list weekly)
5450

5551
pastheadline: "Archived Podcast Videos"
5652

5753
pastvideos:
5854

55+
- title: "EPISODE #217: Back to basics with Observability"
56+
link: https://youtube.com/live/jZankvgggN4
57+
date: "September 8, 2025"
58+
authors: "Bruno Baptista"
59+
60+
- title: "EPISODE #216: What's new with Leyden"
61+
link: https://www.youtube.com/live/G6nb77qcetA
62+
date: "September 1, 2025"
63+
authors: "Andrew Dinn"
64+
5965
- title: "EPISODE #215: Customer stories of Quarkus in the wild"
6066
link: https://youtube.com/live/PBPS0Cz7134
6167
date: "August 11, 2025"

_data/versioned/latest/index/quarkus.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,15 @@ types:
14631463
- extension
14641464
type: guide
14651465
url: /guides/assistant
1466+
- title: Dev MCP
1467+
filename: dev-mcp.adoc
1468+
summary: Learn more about Dev MCP
1469+
categories: writing-extensions
1470+
topics:
1471+
- dev-mcp
1472+
- dev-ui
1473+
type: guide
1474+
url: /guides/dev-mcp
14661475
- title: Dev Services Overview
14671476
filename: dev-services.adoc
14681477
summary: An introduction to Dev Services and a list of all extensions that support Dev Services and their configuration options.

_data/versioned/latest/index/relations.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,10 @@
626626
url: /guides/continuous-testing
627627
type: guide
628628
matches: 1
629+
- title: Dev MCP
630+
url: /guides/dev-mcp
631+
type: guide
632+
matches: 1
629633
- title: Dev UI
630634
url: /guides/dev-ui
631635
type: guide
@@ -2539,6 +2543,10 @@
25392543
url: /guides/assistant
25402544
type: guide
25412545
matches: 1
2546+
- title: Dev MCP
2547+
url: /guides/dev-mcp
2548+
type: guide
2549+
matches: 1
25422550
- title: How dev mode differs from a production application
25432551
url: /guides/dev-mode-differences
25442552
type: guide
@@ -4319,6 +4327,28 @@
43194327
url: /guides/init-tasks
43204328
type: guide
43214329
matches: 1
4330+
/guides/dev-mcp:
4331+
sameTopics:
4332+
- title: Continuous Testing
4333+
url: /guides/continuous-testing
4334+
type: guide
4335+
matches: 1
4336+
- title: Dev Assistant
4337+
url: /guides/assistant
4338+
type: guide
4339+
matches: 1
4340+
- title: Dev UI
4341+
url: /guides/dev-ui
4342+
type: guide
4343+
matches: 1
4344+
- title: Kafka Dev UI
4345+
url: /guides/kafka-dev-ui
4346+
type: guide
4347+
matches: 1
4348+
- title: Using OpenAPI and Swagger UI
4349+
url: /guides/openapi-swaggerui
4350+
type: guide
4351+
matches: 1
43224352
/guides/dev-mode-differences:
43234353
sameTopics:
43244354
- title: Class Loading Reference
@@ -4529,6 +4559,10 @@
45294559
url: /guides/assistant
45304560
type: guide
45314561
matches: 1
4562+
- title: Dev MCP
4563+
url: /guides/dev-mcp
4564+
type: guide
4565+
matches: 1
45324566
- title: Dev Services and Dev UI for OpenID Connect (OIDC)
45334567
url: /guides/security-openid-connect-dev-services
45344568
type: howto
@@ -9915,6 +9949,10 @@
99159949
url: /guides/assistant
99169950
type: guide
99179951
matches: 1
9952+
- title: Dev MCP
9953+
url: /guides/dev-mcp
9954+
type: guide
9955+
matches: 1
99189956
- title: Dev Services and Dev UI for OpenID Connect (OIDC)
99199957
url: /guides/security-openid-connect-dev-services
99209958
type: howto
@@ -12280,6 +12318,10 @@
1228012318
url: /guides/assistant
1228112319
type: guide
1228212320
matches: 1
12321+
- title: Dev MCP
12322+
url: /guides/dev-mcp
12323+
type: guide
12324+
matches: 1
1228312325
- title: Dev UI
1228412326
url: /guides/dev-ui
1228512327
type: guide

_data/versioned/main/index/quarkus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ types:
969969
id: security-openid-connect-client
970970
type: tutorial
971971
url: /guides/security-openid-connect-client
972-
- title: Protect Quarkus web application by using an Auth0 OpenID Connect provider
972+
- title: Protect a Quarkus web application by using an Auth0 OpenID Connect provider
973973
filename: security-oidc-auth0-tutorial.adoc
974974
summary: "Quarkus Security provides comprehensive OpenId Connect (OIDC) and OAuth2 support with its quarkus-oidc extension, supporting both Authorization code flow and Bearer token authentication mechanisms."
975975
keywords: "oidc, sso, auth0"

_data/versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
quarkus:
2-
version: 3.25.4
3-
announce: /blog/quarkus-3-25-4-released/
2+
version: 3.26.3
3+
announce: /blog/quarkus-3-26-3-released/
44
graalvm: 'for Java 21'
55
jdk: "17+"
66
maven: 3.9.6+

0 commit comments

Comments
 (0)