Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] 3.11.2 backports 1 #41093

Merged
merged 23 commits into from
Jun 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e06e209
WebSockets Next: provide strategies to process unhandled failures
mkouba May 15, 2024
6c7307c
WebSocket NEXT: automatically close connection when token expires
michalvavrik May 28, 2024
0c6dcbc
Kafka commit strategy: clarify risk of message loss on latest
vsevel Jun 5, 2024
3f00f74
Replace 'bare mortal' with a more idiomatic English expression
holly-cummins Jun 5, 2024
1f4d11f
Add docs note about writing extension with Java and Maven
geoand Jun 6, 2024
517d019
Make sure quarkusXXXCompileOnlyConfiguration extends from platform co…
aloubyansky Jun 6, 2024
faa319d
Config doc - Don't enforce the height
gsmet Jun 5, 2024
91997dd
added missing annotation parameter name
andlinger Jun 6, 2024
ff92188
Fix invalid webjar to show 404
phillip-kruger Jun 6, 2024
807f45f
Prevent abort because of a throwable
brunobat May 15, 2024
2a82618
WebSockets Next client: encode path param values automatically
mkouba Jun 5, 2024
5354da4
Improve OIDC warning when a session encryption key is generated
sberyozkin May 31, 2024
f15e52a
Fix open-in-ide
phillip-kruger Jun 6, 2024
fcd9579
Qute: fix regression for optimized generated value resolvers
mkouba Jun 7, 2024
63cd6dc
Fix callouts
c15yi Jun 7, 2024
316a9bb
Rephrase
c15yi Jun 7, 2024
8140a9a
Make sure we transmit the actual debug port to next dev mode run
gsmet Jun 7, 2024
f1225b0
Fix log warning when application port is already used
gsmet Jun 6, 2024
a6b3e24
Fix encoding of '?' in query parameter values by Encode.encodeQueryPa…
thomasdarimont Jun 7, 2024
4c0b199
Docs: clarify named queries for Panache
FroMage Jun 7, 2024
a16cb8a
Fix GZIP max input in native mode
michalvavrik Jun 7, 2024
28a78a7
Bump up quarkus-build-caching-extension to 1.2
jprinet Jun 10, 2024
acb6fa7
Update Agraol exception message in docs
yrodiere Jun 10, 2024
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
Prev Previous commit
Next Next commit
Fix callouts
(cherry picked from commit ccc374a)
  • Loading branch information
c15yi authored and gsmet committed Jun 10, 2024
commit 63cd6dc3726887b5586a60a4ef3e88a1cbd9ac63
7 changes: 6 additions & 1 deletion docs/src/main/asciidoc/deploying-to-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1462,8 +1462,13 @@ spec:
protocol: "TCP"
serviceAccount: "kubernetes-quickstart"
----
<1> Retained were the provided replicas,
<2> labels and
<3> environment variables.
<4> However, the image and
<5> the container port were modified.

The provided replicas <1>, labels <2> and environment variables <3> were retained. However, the image <4> and container port <5> were modified. Moreover, the default annotations have been added.
Moreover, the default annotations have been added.

[NOTE]
====
Expand Down