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

1.12.2 backports 2 #15604

Merged
merged 11 commits into from
Mar 10, 2021
Merged

1.12.2 backports 2 #15604

merged 11 commits into from
Mar 10, 2021

Commits on Mar 10, 2021

  1. Disable DevUI for remote dev mode

    (cherry picked from commit 2dd118d)
    stuartwdouglas authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    5949048 View commit details
    Browse the repository at this point in the history
  2. Added descriptions to Health OpenAPI Filter responses

    Signed-off-by:Phillip Kruger <[email protected]>
    
    (cherry picked from commit 8d33525)
    phillip-kruger authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a6d7c2f View commit details
    Browse the repository at this point in the history
  3. Fix ClassRoutingHandler not using sortedOriginalMediaTypes in else block

    (cherry picked from commit b624e78)
    markusdlugi authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    3c79467 View commit details
    Browse the repository at this point in the history
  4. Fix GraphQL queries returning Collection.class in native mode

    (cherry picked from commit 9397de4)
    jmartisk authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    eb342f4 View commit details
    Browse the repository at this point in the history
  5. Fix potential race condition with Multipart upload in RESTEasy Reactive

    As spotted by @cescoffier, the old endHandler was not called when the
    files were written to the FS, but when the last piece of data
    of the file was read.
    
    Co-authored-by: Clement Escoffier <[email protected]>
    (cherry picked from commit f7ede57)
    geoand authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    b3a9d8d View commit details
    Browse the repository at this point in the history
  6. Fix race condition on reading input in RESTEasy Reactive

    Fixes: quarkusio#15479
    (cherry picked from commit 1fd5305)
    geoand authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    88f713b View commit details
    Browse the repository at this point in the history
  7. Fix Polyglot with fast-jar

    (cherry picked from commit e004687)
    stuartwdouglas authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    0d69430 View commit details
    Browse the repository at this point in the history
  8. Look for RedisClient in all modules

    (cherry picked from commit ac273f9)
    glefloch authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    358868b View commit details
    Browse the repository at this point in the history
  9. Fix DevConsole paths;HttpRootPathBuildItem.Builder

    * Expose configured HTTP paths to the DevUI
    * Add Builder to HttpRootPathBuildItem to help create
      RouteBuildItems using resolved paths
    * Create devConsoleAppend attribute for resolving static dev
      console resources
    
    Co-authored-by: Stuart Douglas <[email protected]>
    (cherry picked from commit 307696a)
    ebullient authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    7e8ffc7 View commit details
    Browse the repository at this point in the history
  10. Tests for quarkus.rest.path

    (cherry picked from commit 6b88449)
    ebullient authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a6c0c42 View commit details
    Browse the repository at this point in the history
  11. Look for mongo client in the whole deployment

    (cherry picked from commit fbadd34)
    glefloch authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4fcab67 View commit details
    Browse the repository at this point in the history