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.12.2
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.12.3
Choose a head ref
  • 18 commits
  • 1,345 files changed
  • 13 contributors

Commits on Jul 16, 2024

  1. Fix correct parsing of collections in AmazonLambdaRecorder with Colle…

    …ctionInputReader
    
    add test for abstractHandler
    add test for collection input and collection output
    rename tests for clarification what they are for
    
    (cherry picked from commit df27b36)
    hamburml authored and gsmet committed Jul 16, 2024
    Copy the full SHA
    272e123 View commit details
  2. Infinispan Extension adds SASL to service providers

    (cherry picked from commit e5a1efa)
    karesti authored and gsmet committed Jul 16, 2024
    Copy the full SHA
    5458fb4 View commit details
  3. Use SecureDirectoryStream to avoid FS problems and fix other minor …

    …issues in `IoUtils`
    
    Possible fix for #41767.
    
    (cherry picked from commit c58af08)
    dmlloyd authored and gsmet committed Jul 16, 2024
    Copy the full SHA
    ebed119 View commit details
  4. Scheduler: fix Trigger#getNextFireTime() for cron-based jobs

    - fixes #41717
    
    (cherry picked from commit 30af1a6)
    mkouba authored and gsmet committed Jul 16, 2024
    Copy the full SHA
    3b3dc13 View commit details
  5. Fix code example for JSON serialisation in rest guide

    (cherry picked from commit 656b38b)
    jedla97 authored and gsmet committed Jul 16, 2024
    Copy the full SHA
    277cc25 View commit details
  6. Properly close AsyncFile in Quarkus REST

    Fixes: #41811
    (cherry picked from commit a010cbd)
    geoand authored and gsmet committed Jul 16, 2024
    Copy the full SHA
    1f57bd1 View commit details
  7. Create new vertx context for blocking health checks

    (cherry picked from commit d5d0aee)
    xstefank authored and gsmet committed Jul 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    24fa941 View commit details
  8. Update quarkus-build-caching-extension to 1.3

    Should fix the failing tests due to the cache not including
    quarkus-artifact.properties.
    We will need to merge this update in all supported branches and then
    clear the cache.
    
    (cherry picked from commit b6c96b5)
    gsmet committed Jul 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    29fc5a5 View commit details
  9. Bump com.gradle:quarkus-build-caching-extension from 1.3 to 1.4

    Bumps [com.gradle:quarkus-build-caching-extension](https://github.com/gradle/develocity-build-config-samples) from 1.3 to 1.4.
    - [Release notes](https://github.com/gradle/develocity-build-config-samples/releases)
    - [Commits](gradle/develocity-build-config-samples@v1.3...v1.4)
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle:quarkus-build-caching-extension
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 5586979)
    dependabot[bot] authored and gsmet committed Jul 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d86eaee View commit details
  10. WebSockets Next: broadcasting fixes

    - intentionally ignore 'WebSocket is closed' failures
    - do not fail fast but collect all failures
    
    (cherry picked from commit cf67cc1)
    mkouba authored and gsmet committed Jul 16, 2024
    Copy the full SHA
    471e5b1 View commit details
  11. Module java.security.jgss should export sun.security.jgss

    (cherry picked from commit ab2bd29)
    gastaldi authored and gsmet committed Jul 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8a711d4 View commit details
  12. Bump com.gradle:quarkus-build-caching-extension from 1.4 to 1.5

    Bumps [com.gradle:quarkus-build-caching-extension](https://github.com/gradle/develocity-build-config-samples) from 1.4 to 1.5.
    - [Release notes](https://github.com/gradle/develocity-build-config-samples/releases)
    - [Commits](gradle/develocity-build-config-samples@v1.4...v1.5)
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle:quarkus-build-caching-extension
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 1ed1b2f)
    dependabot[bot] authored and gsmet committed Jul 16, 2024
    Copy the full SHA
    d915819 View commit details
  13. Fix flaky InputCollectionOutputCollectionLambdaTest

    (cherry picked from commit 852e386)
    geoand authored and gsmet committed Jul 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2e0ffaa View commit details
  14. Use quarkusConditional prefix for Quarkus conditional dependency conf…

    …igurations
    
    (cherry picked from commit 647a3d5)
    aloubyansky authored and gsmet committed Jul 16, 2024
    Copy the full SHA
    0331a04 View commit details
  15. Bump com.gradle:quarkus-build-caching-extension from 1.5 to 1.6

    Bumps [com.gradle:quarkus-build-caching-extension](https://github.com/gradle/develocity-build-config-samples) from 1.5 to 1.6.
    - [Release notes](https://github.com/gradle/develocity-build-config-samples/releases)
    - [Commits](gradle/develocity-build-config-samples@v1.5...v1.6)
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle:quarkus-build-caching-extension
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit b8bc206)
    dependabot[bot] authored and gsmet committed Jul 16, 2024
    Copy the full SHA
    d82e652 View commit details
  16. fix formatting issue

    (cherry picked from commit 9217fe6)
    c15yi authored and gsmet committed Jul 16, 2024
    Copy the full SHA
    d4b869b View commit details

Commits on Jul 17, 2024

  1. Merge pull request #41934 from gsmet/3.12.3-backports-1

    [3.12] 3.12.3 backports 1
    gsmet authored Jul 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    35a1b3a View commit details
  2. [RELEASE] - Bump version to 3.12.3

    quarkusbot committed Jul 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    268f6bd View commit details
Loading