-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Comparing changes
Open a pull request
base repository: quarkusio/quarkus
base: 3.8.1
head repository: quarkusio/quarkus
compare: 3.8.2
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 639a66b - Browse repository at this point
Copy the full SHA 639a66bView commit details -
Upgrade to testcontainers 1.19.6
(cherry picked from commit 0a7e34f)
Configuration menu - View commit details
-
Copy full SHA for b283d46 - Browse repository at this point
Copy the full SHA b283d46View commit details -
Clarify that
quarkus.profile
cannot be set from a profile aware file(cherry picked from commit abf03b2)
Configuration menu - View commit details
-
Copy full SHA for 5463707 - Browse repository at this point
Copy the full SHA 5463707View commit details -
Update docs/src/main/asciidoc/config-reference.adoc
Co-authored-by: George Gastaldi <gegastaldi@gmail.com> (cherry picked from commit 78906ad)
Configuration menu - View commit details
-
Copy full SHA for 6302dee - Browse repository at this point
Copy the full SHA 6302deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3290977 - Browse repository at this point
Copy the full SHA 3290977View commit details -
Doc: add Pulsar in Dev Services Overview
(cherry picked from commit e35739f)
Configuration menu - View commit details
-
Copy full SHA for 4e79663 - Browse repository at this point
Copy the full SHA 4e79663View commit details -
Remove selector field from generated Job manifest in docs
(cherry picked from commit f3f18eb)
Configuration menu - View commit details
-
Copy full SHA for 4c0de7b - Browse repository at this point
Copy the full SHA 4c0de7bView commit details -
Updates to Infinispan 14.0.25.Final
(cherry picked from commit b5dff7a)
Configuration menu - View commit details
-
Copy full SHA for 5af6cfd - Browse repository at this point
Copy the full SHA 5af6cfdView commit details -
Optionally run DNS lookup to OIDC server on worker thread
(cherry picked from commit 6a29b34)
Configuration menu - View commit details
-
Copy full SHA for 0c69481 - Browse repository at this point
Copy the full SHA 0c69481View commit details -
Do not fail UPX if compression level is not given
(cherry picked from commit d2b25c8)
Configuration menu - View commit details
-
Copy full SHA for 4a53a8b - Browse repository at this point
Copy the full SHA 4a53a8bView commit details -
Fix cross-references in the Vert.x Reference Guide
The simple `xref:file.adoc` macros were not being processed. (cherry picked from commit 9f48ab5)
Configuration menu - View commit details
-
Copy full SHA for bda5087 - Browse repository at this point
Copy the full SHA bda5087View commit details -
(cherry picked from commit a3bc395)
Configuration menu - View commit details
-
Copy full SHA for b2a3871 - Browse repository at this point
Copy the full SHA b2a3871View commit details -
Unwrap actual GraphQL data fetching exception if it is wrapped
(cherry picked from commit 1002624)
Configuration menu - View commit details
-
Copy full SHA for 9409c29 - Browse repository at this point
Copy the full SHA 9409c29View commit details -
Do not expand configuration for Gradle cache
(cherry picked from commit 11bd532)
Configuration menu - View commit details
-
Copy full SHA for 87d98a8 - Browse repository at this point
Copy the full SHA 87d98a8View commit details -
Fix the OIDC token verification failure with the inlined cert chain
(cherry picked from commit 105fc00)
Configuration menu - View commit details
-
Copy full SHA for 885065a - Browse repository at this point
Copy the full SHA 885065aView commit details -
(cherry picked from commit 366a981)
Configuration menu - View commit details
-
Copy full SHA for fd1c443 - Browse repository at this point
Copy the full SHA fd1c443View commit details -
(cherry picked from commit e3f2004)
Configuration menu - View commit details
-
Copy full SHA for f11e04b - Browse repository at this point
Copy the full SHA f11e04bView commit details -
fix: cli not recognizing installed plugins
(cherry picked from commit 46cf7f5)
Configuration menu - View commit details
-
Copy full SHA for 121d237 - Browse repository at this point
Copy the full SHA 121d237View commit details -
Fix wrong volume host path being used on Windows
(cherry picked from commit a807eb5)
Configuration menu - View commit details
-
Copy full SHA for 5793dae - Browse repository at this point
Copy the full SHA 5793daeView commit details -
Fix build failing due to unused import
(cherry picked from commit 07bfe63)
Configuration menu - View commit details
-
Copy full SHA for 146819c - Browse repository at this point
Copy the full SHA 146819cView commit details -
(cherry picked from commit 22a463b)
Configuration menu - View commit details
-
Copy full SHA for a1306a7 - Browse repository at this point
Copy the full SHA a1306a7View commit details -
Remove misleading note from jacoco.enabled
(cherry picked from commit f83ad85)
Configuration menu - View commit details
-
Copy full SHA for fe74f0e - Browse repository at this point
Copy the full SHA fe74f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1aee8 - Browse repository at this point
Copy the full SHA 3d1aee8View commit details -
Allow setting the SettingsDecrypter when initializing a Maven artifac…
…t resolver (cherry picked from commit 95ff1c8)
Configuration menu - View commit details
-
Copy full SHA for 41f8017 - Browse repository at this point
Copy the full SHA 41f8017View commit details -
Keep the timestamps when copying jars and building JIB layers
Note that I was a bit surprised that we are copying some transformed jars in the lib/main directory. Apparently, only jars for which we remove entries. From my tests, the entry removal is reproducible and always produces the exact same binary so I suppose it's good enough. Fixes #39130 (cherry picked from commit e5eb989)
Configuration menu - View commit details
-
Copy full SHA for 66b05ad - Browse repository at this point
Copy the full SHA 66b05adView commit details -
Emphasize the need to add quarkus-junit5-mockito as a dependency to u…
…se mock injection (cherry picked from commit 986244b)
Configuration menu - View commit details
-
Copy full SHA for 49003b2 - Browse repository at this point
Copy the full SHA 49003b2View commit details -
Update to Vert.x 4.5.4 and Netty 4.1.107
This update brings significant changes affecting extensions utilizing a (Vert.x) TCP client. With Vert.x version 4.5.4, establishing TLS connections now mandates the use of hostname verification algorithms. This requirement impacts various components including Reactive SQL clients, Redis, RabbitMQ, MQTT, among others. Previously, if not explicitly specified by the protocol, the verification algorithm defaulted to "". This setting essentially skipped the verification process. However, with the new version, explicit configuration is necessary. Consequently, each extension has been adjusted to utilize the most appropriate verification algorithm. It's important to note that these modifications may potentially disrupt existing applications. In such cases, referring to the documentation of the specific extension or component is recommended for proper configuration of the hostname verification algorithm. (cherry picked from commit ee8b09a)
Configuration menu - View commit details
-
Copy full SHA for 2cc0863 - Browse repository at this point
Copy the full SHA 2cc0863View commit details -
Update the Mutiny bindings to use Vert.x 4.5.4.
(cherry picked from commit 11824c7)
Configuration menu - View commit details
-
Copy full SHA for a6e7b14 - Browse repository at this point
Copy the full SHA a6e7b14View commit details -
Change TLS Hostname Verifier in Reactive SQL Client default value (do…
… not break) The update to Vert.x 4.5.4 necessitates adjustments in extensions leveraging the Vert.x TCP client, notably impacting reactive SQL clients. TLS connections now require explicit configuration of hostname verification algorithms. Previously, in the absence of explicit specification by the protocol, the verification algorithm defaulted to "". Although this default remains unchanged in this commit, a MicroProfile Config limitation (microprofile/microprofile-config#446) highlights that "" is not a valid value in the Quarkus configuration. Consequently, "NONE" has been adopted as an alternative. This enables users to explicitly set the hostname verification algorithm to "NONE" to bypass the verification process. (cherry picked from commit db68332)
Configuration menu - View commit details
-
Copy full SHA for 7107dbc - Browse repository at this point
Copy the full SHA 7107dbcView commit details -
Update SmallRye Reactive Messaging to 4.18.0
This update addresses the breaking changes introduced by Vert.x 4.5.4 for MQTT and RabbitMQ integration regarding hostname verification. To maintain backward compatibility, hostname verification is still disabled by default. However, to provide users with flexibility and security options, this version introduces connector options to activate hostname verification without using the programmatic customization. (cherry picked from commit 6e4dee7)
Configuration menu - View commit details
-
Copy full SHA for 32a21d6 - Browse repository at this point
Copy the full SHA 32a21d6View commit details -
Update Quarkus HTTP to 5.2.0.Final
This version aligns the Vert.x and Netty versions. (cherry picked from commit 261d756)
Configuration menu - View commit details
-
Copy full SHA for 0d028bb - Browse repository at this point
Copy the full SHA 0d028bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bca80eb - Browse repository at this point
Copy the full SHA bca80ebView commit details -
Skip analysis of plugin executions with phases post quarkus:dev prepa…
…ring for dev mode launch (cherry picked from commit 5563998)
Configuration menu - View commit details
-
Copy full SHA for c7e39ee - Browse repository at this point
Copy the full SHA c7e39eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b47f807 - Browse repository at this point
Copy the full SHA b47f807View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16c11df - Browse repository at this point
Copy the full SHA 16c11dfView commit details -
refactor: use a common DeploymnetResourceKind enum
(cherry picked from commit ca63e5c)
Configuration menu - View commit details
-
Copy full SHA for 0191094 - Browse repository at this point
Copy the full SHA 0191094View commit details -
feat: prevent conflicts when switching deployment kinds
(cherry picked from commit 2d04805)
Configuration menu - View commit details
-
Copy full SHA for 6eb2419 - Browse repository at this point
Copy the full SHA 6eb2419View commit details -
Fix typo in testing Getting Started guide
(cherry picked from commit 048556b)
Configuration menu - View commit details
-
Copy full SHA for cea9a61 - Browse repository at this point
Copy the full SHA cea9a61View commit details -
Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
Bumps `quarkus-http.version` from 5.2.0.Final to 5.2.1.Final. Updates `io.quarkus.http:quarkus-http-vertx-backend` from 5.2.0.Final to 5.2.1.Final Updates `io.quarkus.http:quarkus-http-core` from 5.2.0.Final to 5.2.1.Final Updates `io.quarkus.http:quarkus-http-http-core` from 5.2.0.Final to 5.2.1.Final Updates `io.quarkus.http:quarkus-http-servlet` from 5.2.0.Final to 5.2.1.Final Updates `io.quarkus.http:quarkus-http-websocket-vertx` from 5.2.0.Final to 5.2.1.Final Updates `io.quarkus.http:quarkus-http-websocket-core` from 5.2.0.Final to 5.2.1.Final --- updated-dependencies: - dependency-name: io.quarkus.http:quarkus-http-vertx-backend dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.http:quarkus-http-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.http:quarkus-http-http-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.http:quarkus-http-servlet dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.http:quarkus-http-websocket-vertx dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.http:quarkus-http-websocket-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 545e5ea)
Configuration menu - View commit details
-
Copy full SHA for e8fed18 - Browse repository at this point
Copy the full SHA e8fed18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 002a0ed - Browse repository at this point
Copy the full SHA 002a0edView commit details
Commits on Mar 7, 2024
-
[RELEASE] - Bump version to 3.8.2
quarkusbot committedMar 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 8b37d71 - Browse repository at this point
Copy the full SHA 8b37d71View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.8.1...3.8.2