Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quarkusio/quarkus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.14.0
Choose a base ref
...
head repository: quarkusio/quarkus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.14.1
Choose a head ref

Commits on Aug 27, 2024

  1. Update version to 3.14.999-SNAPSHOT in 3.14

    This is a tradition when we start a LTS.
    gsmet committed Aug 27, 2024
    Copy the full SHA
    19e476c View commit details
  2. Upgrade opentelemetry-semconv to 1.26.0-alpha

    (cherry picked from commit c038ed9)
    ppalaga authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    9e270fa View commit details
  3. Fix config encryption CLI command in guide

    The config command in the Quarkus CLI changed.
    
    Usage: quarkus config set [-ehk] [--verbose] NAME [VALUE]
    (cherry picked from commit a4337a2)
    polarctos authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    edd3b6d View commit details
  4. Bump org.postgresql:postgresql from 42.7.3 to 42.7.4

    Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.3 to 42.7.4.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    - [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit b2ee399)
    dependabot[bot] authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    4802e0c View commit details
  5. Fix OIDC Discord provider configuration

    (cherry picked from commit dba57b9)
    sberyozkin authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    5147760 View commit details
  6. Fix MQTT dev services always start if there is another connector present

    (cherry picked from commit 52c19da)
    Konrad Durnoga authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    c5c28a6 View commit details
  7. Bump mssql-jdbc to 12.8.1

    (cherry picked from commit 7b5ffff)
    sschu authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    f418781 View commit details
  8. TLS - Prevent Duplicate Entries in .env File

    Previously, when generating local certificates, running the command multiple times could result in duplicate lines being written to the `.env` file. This commit resolves the issue by implementing the same mechanism used in the Let's Encrypt commands, ensuring that duplicate entries are avoided.
    
    (cherry picked from commit 1aa9508)
    cescoffier authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    b6b0323 View commit details
  9. Allocates a single OperationIdStrategy converter

    (cherry picked from commit 11ee476)
    franz1981 authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    92d25ce View commit details
  10. Save Objects::hash varargs array allocation on JarResource::hashCode

    (cherry picked from commit 9252585)
    franz1981 authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    76eaa91 View commit details
  11. No need to consider ManifestInfo in equals/hashCode of JarResource

    (cherry picked from commit 3a1ac4b)
    gsmet committed Aug 27, 2024
    Copy the full SHA
    4f554ac View commit details
  12. Add socket timeout config for the hotrod client

    (cherry picked from commit 8a16314)
    ataxexe authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    544c350 View commit details
  13. Register resource classes for reflection when ContainerResponseFilter…

    … exists
    
    This is needed because those filters can call
    setEntityStream which then forces the use of the
    slow path for calling writers
    
    Closes: #42537
    (cherry picked from commit 2a050f7)
    geoand authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    2f01c66 View commit details
  14. fix: false error message on cli plug with flags

    (cherry picked from commit 14b98e3)
    iocanel authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    87e71df View commit details
  15. Avoid using a dynamic regexp

    (cherry picked from commit 7325188)
    gsmet committed Aug 27, 2024
    Copy the full SHA
    6fb7703 View commit details
  16. Revert "Adding new WithTesResource annotation"

    This reverts commit 5717408.
    
    Revert "Removed missed deprecated `@QuarkusTestResource` from docs"
    This reverts commit 6588ea3.
    
    And more as it was more involved than that, since some tests were
    removed, modified, added since then.
    gsmet committed Aug 27, 2024
    Copy the full SHA
    e079ab0 View commit details
  17. Fix logging categories doc example

    Closes: #42166
    (cherry picked from commit def257c)
    geoand authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    982fc78 View commit details
  18. Upgrade to SmallRye GraphQL 2.9.2

    (cherry picked from commit 83d6540)
    jmartisk authored and gsmet committed Aug 27, 2024
    Copy the full SHA
    c48cb11 View commit details

Commits on Aug 28, 2024

  1. Merge pull request #42811 from gsmet/3.14.1-backports-1

    [3.14] 3.14.1 backports 1
    gsmet authored Aug 28, 2024
    Copy the full SHA
    253bee8 View commit details
  2. Merge pull request #42792 from gsmet/3.14.999

    [3.14] Update version to 3.14.999-SNAPSHOT in 3.14
    gsmet authored Aug 28, 2024
    Copy the full SHA
    64563e1 View commit details
  3. [RELEASE] - Bump version to 3.14.1

    quarkusbot committed Aug 28, 2024
    Copy the full SHA
    212dfdc View commit details
Loading