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

2.10.1 backports 2 #26406

Merged
merged 36 commits into from Jun 28, 2022
Merged

2.10.1 backports 2 #26406

merged 36 commits into from Jun 28, 2022

Commits on Jun 28, 2022

  1. Add some missing extension descriptions

    These are needed for code.quarkus.io.
    
    (cherry picked from commit d6b7cc9)
    gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8ef59ac View commit details
    Browse the repository at this point in the history
  2. Fix case of RESTEasy Reactive in module names

    (cherry picked from commit 48a0402)
    gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ebf5ee1 View commit details
    Browse the repository at this point in the history
  3. Improve continuous testing output

    - Trim the console stack traces
    - Add a 2 line summary at the bottom to make it easier to view the full results
    
    (cherry picked from commit 4dea8f4)
    stuartwdouglas authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a25b60b View commit details
    Browse the repository at this point in the history
  4. Upgrade Mutiny-dependent modules to 1.6.0

    (cherry picked from commit 8054267)
    jponge authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b3dc894 View commit details
    Browse the repository at this point in the history
  5. Qute - fix Template#getParameterDeclarations()

    - the param declaration node may be removed as a part of a standalone
    line
    
    (cherry picked from commit e2e0cd0)
    mkouba authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    26e0512 View commit details
    Browse the repository at this point in the history
  6. Fix Asciidoc bug in the Mutiny primer

    (cherry picked from commit 70833b3)
    jponge authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    19c7c94 View commit details
    Browse the repository at this point in the history
  7. Fix and improve javadoc in extensions projects

    (cherry picked from commit 8816386)
    marcwrobel authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ac865fe View commit details
    Browse the repository at this point in the history
  8. Mutiny 1.6.0 upgrade and capture Vert.x contexts across all Mutiny sc…

    …hedulers
    
    Fixes quarkusio#25818
    
    This is part of a coordinated fix across Quarkus and Mutiny where scheduler wrapping would cause Vert.x context propagation not to be done.
    
    Some changes have been adapted from the draft code from @luneo7 in the discussions of:
    
    - quarkusio#26242
    - quarkusio#25818
    
    See the matching changes in Mutiny:  smallrye/smallrye-mutiny#955
    
    (cherry picked from commit 059b7b7)
    jponge authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f4bd3b2 View commit details
    Browse the repository at this point in the history
  9. Manage com.squareup.okio:okio quarkusio#26068

    (cherry picked from commit eb2b71d)
    ppalaga authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a4f177f View commit details
    Browse the repository at this point in the history
  10. Ban org.javassist:javassist quarkusio#26071

    (cherry picked from commit da8afc0)
    ppalaga authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    78e648c View commit details
    Browse the repository at this point in the history
  11. Manage com.google.api.grpc:proto-google-common-protos quarkusio#26072

    (cherry picked from commit 7edb055)
    ppalaga authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b8340a6 View commit details
    Browse the repository at this point in the history
  12. Manage org.hdrhistogram:HdrHistogram quarkusio#26073

    (cherry picked from commit 7d2f76a)
    ppalaga authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    793fae5 View commit details
    Browse the repository at this point in the history
  13. Manage com.sun.mail:jakarta.mail quarkusio#26087

    (cherry picked from commit 83688f6)
    ppalaga authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7df2285 View commit details
    Browse the repository at this point in the history
  14. MariaDB jdbc connector missing codec

    Added test to reproduce issue
    Registered missing codec
    
    Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
    (cherry picked from commit b0fbcd7)
    tmihalac authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    aae5284 View commit details
    Browse the repository at this point in the history
  15. Fix OidcBuildStep#findSecurityEventObservers()

    - this build step should consume RuntimeConfigSetupCompleteBuildItem
    because DefaultTenantConfigResolver injects a runtime config property
    - resolves quarkusio#26236
    
    (cherry picked from commit b43a7be)
    mkouba authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    174096c View commit details
    Browse the repository at this point in the history
  16. Qute - fix template extensions regression

    - resolves quarkusio#26306
    
    (cherry picked from commit 8ba079c)
    mkouba authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    00bcac2 View commit details
    Browse the repository at this point in the history
  17. Fix missing plexus-utils:3.4.1 when building gradle plugins

    (cherry picked from commit 67cc725)
    famod authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    0b4af9e View commit details
    Browse the repository at this point in the history
  18. Bump Keycloak version to 18.0.1

    (cherry picked from commit 715d5b4)
    sberyozkin authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    251af6f View commit details
    Browse the repository at this point in the history
  19. Allow to override the Oracle JDBC metadata for native images also on …

    …Windows
    
    (cherry picked from commit 23f43c3)
    Sanne authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2d41d13 View commit details
    Browse the repository at this point in the history
  20. Support downloading list of files in Resteasy Reactive Multipart

    Additionally, it adds support of DownloadFile objects.
    
    Fix quarkusio#26164
    
    (cherry picked from commit 6ad2be3)
    Sgitario authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e4dd0f8 View commit details
    Browse the repository at this point in the history
  21. Don't fail with "Can't generate Hal endpoints" if there are no resources

    Fix quarkusio#26318
    
    Note that I haven't added any tests as there are already existing coverage that verifies this continue working fine.
    
    (cherry picked from commit 3079078)
    Sgitario authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    07f7431 View commit details
    Browse the repository at this point in the history
  22. Fix wrong endpoints in openid-connect-client guide

    Signed-off-by: Harald Albers <github@albersweb.de>
    (cherry picked from commit ccebb37)
    albers authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    db526b4 View commit details
    Browse the repository at this point in the history
  23. Improve the .gitattributes definition

    (cherry picked from commit 6884729)
    Sanne authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    52c1fcd View commit details
    Browse the repository at this point in the history
  24. Apply consistent line endings to all java source files

    (cherry picked from commit 0162456)
    Sanne authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    30a7c6b View commit details
    Browse the repository at this point in the history
  25. Fix quarkusio#26149 - NPE with OTel

    (cherry picked from commit 896e069)
    brunobat authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    08d058a View commit details
    Browse the repository at this point in the history
  26. Make sure an extension category has an ID in the ctor

    (cherry picked from commit ff66b9c)
    aloubyansky authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    cb277d8 View commit details
    Browse the repository at this point in the history
  27. Move excludes for jaeger-thrift to the bom

    (cherry picked from commit 7afbb54)
    rsvoboda authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    4a3970b View commit details
    Browse the repository at this point in the history
  28. Kubernetes Client: Use the correct service account name

    When not setting any name, the extension will use the current resource name which is not a correct logic (as there could have additional resources from users).
    
    Fix quarkusio#25688
    
    (cherry picked from commit 0e6b2b3)
    Sgitario authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    33e0fa0 View commit details
    Browse the repository at this point in the history
  29. Allow overriding of app.openshift.io/runtime label

    Fixes: quarkusio#26273
    (cherry picked from commit 249c153)
    geoand authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9b6c2b0 View commit details
    Browse the repository at this point in the history
  30. Fix kafka with hibernate reactive documentation

    (cherry picked from commit f027f11)
    cescoffier authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b9c04e9 View commit details
    Browse the repository at this point in the history
  31. Clear out OutputStream when a MessageBodyWriter throws an exception

    Fixes: quarkusio#26270
    (cherry picked from commit effe3f9)
    geoand authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    97ee94d View commit details
    Browse the repository at this point in the history
  32. Stop using DefaultClientHeadersFactoryImpl when not needed in REST Cl…

    …ient Reactive
    
    fixes quarkusio#25619
    
    (cherry picked from commit ef59491)
    michalszynkiewicz authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e077552 View commit details
    Browse the repository at this point in the history
  33. OpenAPI: Ignore CDI filters during buildtime

    Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
    (cherry picked from commit fa54232)
    phillip-kruger authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8c606d0 View commit details
    Browse the repository at this point in the history
  34. Fix additional tag handling in container-image-docker

    Fixes: quarkusio#26383
    (cherry picked from commit 0a7b2eb)
    geoand authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d24e402 View commit details
    Browse the repository at this point in the history
  35. Apply tiny RESTEasy Reactive polish

    (cherry picked from commit 7212c2a)
    geoand authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8a29421 View commit details
    Browse the repository at this point in the history
  36. Add tag class names in generated REST Data Panache resources

    Fix quarkusio#26400
    
    (cherry picked from commit 308f538)
    Sgitario authored and gsmet committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    71924e6 View commit details
    Browse the repository at this point in the history