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.12.1 backports 1 #27740

Merged
merged 40 commits into from Sep 6, 2022
Merged

2.12.1 backports 1 #27740

merged 40 commits into from Sep 6, 2022

Commits on Sep 5, 2022

  1. Use http.target to drop non application spans

    (cherry picked from commit 9572d44)
    radcortez authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e91a619 View commit details
    Browse the repository at this point in the history
  2. Fix reference to quarkus.http.proxy.proxy-address-forwarding

    Fixes quarkusio#27440
    
    (cherry picked from commit a8cb56d)
    gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    04e4300 View commit details
    Browse the repository at this point in the history
  3. Ensure that HTTP OPTIONS handling involves the proper handler chain

    This is done in order to be more consistent with how
    other cases are handled and how RESTEasy Classic handles things as well
    
    Fixes: quarkusio#26828
    (cherry picked from commit c8380a0)
    geoand authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    238eb07 View commit details
    Browse the repository at this point in the history
  4. Ensure that @requestScope doesn't break field parameter injection

    Fixes: quarkusio#27473
    (cherry picked from commit 6a040db)
    geoand authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    dd137ae View commit details
    Browse the repository at this point in the history
  5. Allow for more complex config transformation in DevServicesAdditional…

    …ConfigBuildItem
    
    The resulting code is also more explicit, which doesn't hurt.
    
    (cherry picked from commit fa8cb79)
    yrodiere authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    22de496 View commit details
    Browse the repository at this point in the history
  6. Re-generate OTel override of dev service configuration on application…

    … reload
    
    (cherry picked from commit f4d39f0)
    yrodiere authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    47c2109 View commit details
    Browse the repository at this point in the history
  7. Test re-enabling OTel in a JDBC driver in dev mode

    (cherry picked from commit cc4e948)
    yrodiere authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9f0ab5f View commit details
    Browse the repository at this point in the history
  8. Add support for DOCKER_CONFIG env var when using Jib

    Resolves: quarkusio#27460
    
    Co-authored-by: George Gastaldi <gegastaldi@gmail.com>
    (cherry picked from commit 8b042db)
    geoand authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9974883 View commit details
    Browse the repository at this point in the history
  9. Fix service binding for MS SqlServer and Oracle

    (cherry picked from commit 9743d7e)
    xieshenzh authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    dc0ba36 View commit details
    Browse the repository at this point in the history
  10. Re-enable ParseOnce starting with GraalVM / Mandrel 22.2

    We no longer need to disable `ParseOnce` as memory usage with it enabled
    has improved in GraalVM 22.2.
    
    See
    https://docs.google.com/spreadsheets/d/15PJ1Qd7kgneuP61N1T2_AyJ3WBsbXpVHIPKbxgH1qfM/edit#gid=1672873268
    for a comparison between using and not using `ParseOnce` with 22.2.
    
    Relates to oracle/graal#3435 and
    graalvm/mandrel#316
    
    Fixes quarkusio#25944
    
    (cherry picked from commit 03ea11c)
    zakkak authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    b07ec5c View commit details
    Browse the repository at this point in the history
  11. Ensure that CDI request scope is active in TemplateResponseUniHandler

    This does not completely solve quarkusio#27229, but it is a step in the right
    direction.
    
    (cherry picked from commit edfd611)
    geoand authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    70ef223 View commit details
    Browse the repository at this point in the history
  12. Output ACR loginServer as tsv format.

    Signed-off-by: galiacheng <haixia.cheng@microsoft.com>
    
     Changes to be committed:
    	modified:   docs/src/main/asciidoc/deploying-to-azure-cloud.adoc
    
    (cherry picked from commit 5782338)
    galiacheng authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    1f85798 View commit details
    Browse the repository at this point in the history
  13. Jandex quarkus-bootstrap-app-model

    This gets rid of the warning when compiling an app to native that depends on it:
    
    ```bash
    [WARNING] [io.quarkus.deployment.steps.ReflectiveHierarchyStep] Unable to properly register the hierarchy of the following classes for reflection as they are not in the Jandex index:
        - io.quarkus.maven.dependency.ArtifactCoords (source: JacksonProcessor > io.quarkus.registry.config.RegistriesConfigImpl$Builder)
        - io.quarkus.maven.dependency.ArtifactKey (source: JacksonProcessor > io.quarkus.registry.json.JsonArtifactCoordsMixin)
    Consider adding them to the index either by creating a Jandex index for your dependency via the Maven plugin, an empty META-INF/beans.xml or quarkus.index-dependency properties.
    ```
    
    (cherry picked from commit e8e7992)
    gastaldi authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    b911287 View commit details
    Browse the repository at this point in the history
  14. Properly use ParamConverter to converting the values of collection types

    Fixes: quarkusio#27515
    (cherry picked from commit 2b85546)
    geoand authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    7819ba8 View commit details
    Browse the repository at this point in the history
  15. Fix SSE cancellation in the Reactive REST Client

    Fix quarkusio#27489.
    
    (cherry picked from commit d876224)
    cescoffier authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    ca804d4 View commit details
    Browse the repository at this point in the history
  16. Ensure that quarkus.native.reuse-existing=true does not fail if Graal…

    …VM missing
    
    Fixes: quarkusio#27479
    (cherry picked from commit 27087eb)
    geoand authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e8ea83e View commit details
    Browse the repository at this point in the history
  17. Support Instance<Optional> injection

    (cherry picked from commit 99e0134)
    radcortez authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    dc8bd64 View commit details
    Browse the repository at this point in the history
  18. add JIB custom entrypoint examples on documentation

    (cherry picked from commit f6d4b05)
    schmittjoaopedro authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    89b7eb9 View commit details
    Browse the repository at this point in the history
  19. Resteasy Reactive: Fix nested bean params for sub resources

    Fix quarkusio#27501
    
    (cherry picked from commit 881c4fe)
    Sgitario authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    5141f20 View commit details
    Browse the repository at this point in the history
  20. Add high level logging for RESTEasy Reactive exceptions

    Closes: quarkusio#27585
    (cherry picked from commit 9eac3a1)
    geoand authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    01af2c5 View commit details
    Browse the repository at this point in the history
  21. Fix to run first example on vertx page

    (cherry picked from commit d7381c3)
    deewhyweb authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    3bb4a40 View commit details
    Browse the repository at this point in the history
  22. Mark quarkus:go-offline as threadSafe=true

    (cherry picked from commit 0ea21e1)
    aloubyansky authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    f174eef View commit details
    Browse the repository at this point in the history
  23. BeanManager.getBeans() - assume the default qualifier if none specified

    - this behavior is defined by the spec
    
    (cherry picked from commit 60f62f7)
    mkouba authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    02b3dc5 View commit details
    Browse the repository at this point in the history
  24. Respect quarkus.class-loading.removed-artifacts when re-augmenting an

    app
    
    (cherry picked from commit 3dea1ce)
    aloubyansky authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    27d781e View commit details
    Browse the repository at this point in the history
  25. Make 'postgres print-command' quarkus command work with reactive data…

    …sources
    
    Fixes: quarkusio#27622
    (cherry picked from commit 40df996)
    geoand authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e115203 View commit details
    Browse the repository at this point in the history
  26. Add notes about logging exception in RESTEasy Reactive

    Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
    (cherry picked from commit ee5aebd)
    geoand authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    02b2cb4 View commit details
    Browse the repository at this point in the history
  27. Check whether the dependency node has been already processed before w…

    …alking its dependencies
    
    (cherry picked from commit 067e888)
    aloubyansky authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    c8356f7 View commit details
    Browse the repository at this point in the history
  28. Support config expansion when validating config changes

    (cherry picked from commit c344879)
    radcortez authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    84497cb View commit details
    Browse the repository at this point in the history
  29. Use devRootAppend for all links in grpc devmode

    (cherry picked from commit a68405f)
    0SkillAllLuck authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    6bbb834 View commit details
    Browse the repository at this point in the history
  30. Bring JBossNettyLoggerFactory implementation in line with other imple…

    …mentations
    
    This change essentially makes all the method implementations behave in the same
    way Netty's built-in implementations do.
    
    Fixes: quarkusio#27605
    
    Co-authored-by: David M. Lloyd <david.lloyd@redhat.com>
    (cherry picked from commit 819f667)
    geoand authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    66739a1 View commit details
    Browse the repository at this point in the history
  31. Funqy - fix constructor injection for normal scoped beans

    fixes: quarkusio#27671
    (cherry picked from commit 297e5df)
    michalvavrik authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    184d316 View commit details
    Browse the repository at this point in the history
  32. Added note about quarkus.native.container-build=true to building-na…

    …tive-image.adoc
    
    (cherry picked from commit 9938cef)
    hbelmiro authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    c201913 View commit details
    Browse the repository at this point in the history
  33. feat: support empty env var values in kubernetes/openshift/knative

    Fix quarkusio#27663
    
    (cherry picked from commit 002af34)
    Sgitario authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    14dfd20 View commit details
    Browse the repository at this point in the history
  34. Update KeycloakTestClient.java

    Corrected AUTH_SERVER_URL_PROP in KeycloakTestClient
    
    (cherry picked from commit 7699adf)
    viswatejan authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9e5b288 View commit details
    Browse the repository at this point in the history
  35. Minor correction in a doc

    Note section in security-openid-connect-multitenancy.adoc is broken
    
    (cherry picked from commit a6778ae)
    ynojima authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    6c17ec5 View commit details
    Browse the repository at this point in the history
  36. GraphQL Field level context and error event on blocking fixes

    Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
    (cherry picked from commit 7744dec)
    phillip-kruger authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    04ae9b9 View commit details
    Browse the repository at this point in the history
  37. Bump dekorate version to 2.11.2

    This release adds support of several features like quarkusio#27222 and fixes some other major issues like dekorateio/dekorate#1031
    
    (cherry picked from commit 7c01fd4)
    Sgitario authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    d912f90 View commit details
    Browse the repository at this point in the history
  38. Support empty-dir volumes in Kubernetes, OpenShift, Knative extensions

    Fix quarkusio#27222
    
    (cherry picked from commit ae92bdc)
    Sgitario authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    d722559 View commit details
    Browse the repository at this point in the history
  39. Reactive routes - don't append trailing slash if empty path and base set

    (cherry picked from commit 8ceb51a)
    mkouba authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e37b95e View commit details
    Browse the repository at this point in the history
  40. Unclutter test resource start error message

    (cherry picked from commit 387b957)
    geoand authored and gsmet committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    844e01e View commit details
    Browse the repository at this point in the history