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.13.2 backports 1 #28396

Merged
merged 36 commits into from Oct 12, 2022
Merged

2.13.2 backports 1 #28396

merged 36 commits into from Oct 12, 2022

Commits on Oct 5, 2022

  1. Container image registry is ignored when using quarkus-openshift

    This commit fixes several issues when using the `quarkus-openshift` extension:
    - When providing the registry using the property `quarkus.container-image.image` (for example, quay.io/user/app:version, the registry is `quay.io`), the extension `quarkus-openshift` ignores the registry and uses the fallback property which is `docker.io`.
    
    - The `quarkus-openshift` extension always creates the ImageStream resource regardless of the container image builder used (s2i, docker, jib, ...). However, when the user provides a docker image, it was using it for the container image of the Deployment resource, and this ImageStream was never in use. After these changes, the Deployment resource always uses the ImageStream resource, so no changes in the documentation are necessary.
    
    - When the user provides a docker image and the deployment kind is "DeploymentConfig" (the default option), the `quarkus-openshift` extension removes the trigger image change params, so when deploying the application, the application is not automatically started.
    
    (cherry picked from commit 827b1ab)
    Sgitario authored and gsmet committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    66434b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Bump scala.version from 2.13.8 to 2.13.9

    Bumps `scala.version` from 2.13.8 to 2.13.9.
    
    Updates `scala-reflect` from 2.13.8 to 2.13.9
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](scala/scala@v2.13.8...v2.13.9)
    
    Updates `scala-library` from 2.13.8 to 2.13.9
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](scala/scala@v2.13.8...v2.13.9)
    
    Updates `scala-compiler` from 2.13.8 to 2.13.9
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](scala/scala@v2.13.8...v2.13.9)
    
    ---
    updated-dependencies:
    - dependency-name: org.scala-lang:scala-reflect
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.scala-lang:scala-library
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.scala-lang:scala-compiler
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit b036ea1)
    dependabot[bot] authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    eb4ef64 View commit details
    Browse the repository at this point in the history
  2. Update to Netty 4.1.82 and Brotli4J 1.8.0

    - Add a substitution to avoid using the BouncyCastle (BC) PEM reader when BC is unavailable.
    
    (cherry picked from commit b7954d1)
    cescoffier authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5d4e5ba View commit details
    Browse the repository at this point in the history
  3. Bump elasticsearch-opensource-components.version from 8.4.1 to 8.4.2

    Bumps `elasticsearch-opensource-components.version` from 8.4.1 to 8.4.2.
    
    Updates `elasticsearch-rest-client` from 8.4.1 to 8.4.2
    - [Release notes](https://github.com/elastic/elasticsearch/releases)
    - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
    - [Commits](elastic/elasticsearch@v8.4.1...v8.4.2)
    
    Updates `elasticsearch-rest-client-sniffer` from 8.4.1 to 8.4.2
    - [Release notes](https://github.com/elastic/elasticsearch/releases)
    - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
    - [Commits](elastic/elasticsearch@v8.4.1...v8.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.elasticsearch.client:elasticsearch-rest-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.elasticsearch.client:elasticsearch-rest-client-sniffer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 99869a9)
    dependabot[bot] authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    f946ca3 View commit details
    Browse the repository at this point in the history
  4. Retry the admin token acquisition in DevServices for Keycloak

    (cherry picked from commit f121147)
    sberyozkin authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    bc365d4 View commit details
    Browse the repository at this point in the history
  5. Avoid leaking memory in SseParser

    Relates to: quarkusio#23997
    
    (cherry picked from commit 5d485f0)
    geoand authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    e2d67d7 View commit details
    Browse the repository at this point in the history
  6. Bump mongo-client.version from 4.7.1 to 4.7.2

    Bumps `mongo-client.version` from 4.7.1 to 4.7.2.
    
    Updates `mongodb-driver-sync` from 4.7.1 to 4.7.2
    - [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
    - [Commits](mongodb/mongo-java-driver@r4.7.1...r4.7.2)
    
    Updates `mongodb-driver-core` from 4.7.1 to 4.7.2
    - [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
    - [Commits](mongodb/mongo-java-driver@r4.7.1...r4.7.2)
    
    Updates `mongodb-driver-legacy` from 4.7.1 to 4.7.2
    - [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
    - [Commits](mongodb/mongo-java-driver@r4.7.1...r4.7.2)
    
    Updates `mongodb-driver-reactivestreams` from 4.7.1 to 4.7.2
    - [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
    - [Commits](mongodb/mongo-java-driver@r4.7.1...r4.7.2)
    
    Updates `bson` from 4.7.1 to 4.7.2
    - [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
    - [Commits](mongodb/mongo-java-driver@r4.7.1...r4.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.mongodb:mongodb-driver-sync
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.mongodb:mongodb-driver-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.mongodb:mongodb-driver-legacy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.mongodb:mongodb-driver-reactivestreams
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.mongodb:bson
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 4f7610d)
    dependabot[bot] authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    3771f70 View commit details
    Browse the repository at this point in the history
  7. Add link to datasource guide for JDBC extensions

    (cherry picked from commit c99a109)
    yrodiere authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6cffefb View commit details
    Browse the repository at this point in the history
  8. Add link to datasource guide for datasource extension

    (cherry picked from commit 6daaa49)
    yrodiere authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    3b52ea4 View commit details
    Browse the repository at this point in the history
  9. Upgrade protobuf to 3.19.6

    (cherry picked from commit ed68ec2)
    gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    30ac8e9 View commit details
    Browse the repository at this point in the history
  10. Update OIDC DevUI to accept hybrid application types

    (cherry picked from commit c540c11)
    sberyozkin authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    53b2bf4 View commit details
    Browse the repository at this point in the history
  11. docs: added ':Z' opt to volume mount

    Without the option mount won't work on machines with SELinux enabled.
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    (cherry picked from commit f50794d)
    matejvasek authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    42b265b View commit details
    Browse the repository at this point in the history
  12. Bump elasticsearch-opensource-components.version from 8.4.2 to 8.4.3

    Bumps `elasticsearch-opensource-components.version` from 8.4.2 to 8.4.3.
    
    Updates `elasticsearch-rest-client` from 8.4.2 to 8.4.3
    - [Release notes](https://github.com/elastic/elasticsearch/releases)
    - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
    - [Commits](elastic/elasticsearch@v8.4.2...v8.4.3)
    
    Updates `elasticsearch-rest-client-sniffer` from 8.4.2 to 8.4.3
    - [Release notes](https://github.com/elastic/elasticsearch/releases)
    - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
    - [Commits](elastic/elasticsearch@v8.4.2...v8.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.elasticsearch.client:elasticsearch-rest-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.elasticsearch.client:elasticsearch-rest-client-sniffer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 02cdd09)
    dependabot[bot] authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    8132fe4 View commit details
    Browse the repository at this point in the history
  13. Make sure the app model is initialized from the POMs provided by the

    Maven plugin that could be manipulated by Maven extensions
    
    (cherry picked from commit a426f6a)
    aloubyansky authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    223a12b View commit details
    Browse the repository at this point in the history
  14. Ensure that RESTEasy Reactive knows the proper return type when Flow …

    …is used
    
    (cherry picked from commit 5a2c6a7)
    geoand authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    51dc073 View commit details
    Browse the repository at this point in the history
  15. Use proper type for serializing Kotlin response

    Fixes: quarkusio#28096
    (cherry picked from commit 26f53a7)
    geoand authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    e458754 View commit details
    Browse the repository at this point in the history
  16. Improve OpenApi CORS message

    (cherry picked from commit c78f626)
    sberyozkin authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    2dd52e0 View commit details
    Browse the repository at this point in the history
  17. Update the keycloak-admin-client doc to show a correct URL for legacy…

    … Keycloak
    
    (cherry picked from commit f6d1b7c)
    sberyozkin authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    707e402 View commit details
    Browse the repository at this point in the history
  18. Fixed maven and gradle snippet

    (cherry picked from commit 7c176d6)
    turing85 authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    0ca470f View commit details
    Browse the repository at this point in the history
  19. Eventbus documentation uses non existing method

    (cherry picked from commit e480f70)
    manofthepeace authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    2b14a37 View commit details
    Browse the repository at this point in the history
  20. Prevent possible NPE when building violations report

    The NPE could happen when Response was used as a return type
    and no @produces annotation was present.
    
    Fixes: quarkusio/quarkus-workshops#183
    (cherry picked from commit 1a15852)
    geoand authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5ae7c82 View commit details
    Browse the repository at this point in the history
  21. Use fixed ports in Dev Svc for Keycloak on shared network & user request

    fixes: quarkusio#27763
    (cherry picked from commit 04582da)
    michalvavrik authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    4bf4506 View commit details
    Browse the repository at this point in the history
  22. Ensure that JAX-RS Cookie parameter type is usable in Resource methods

    Fixes: quarkusio#28453
    (cherry picked from commit ac731a2)
    geoand authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    9bcf2b9 View commit details
    Browse the repository at this point in the history
  23. Allow Linux extensions on Windows with containers

    (cherry picked from commit 00392e7)
    Karm authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    9e0c020 View commit details
    Browse the repository at this point in the history
  24. Provide a dedicated build item for @RegisterProvider instances

    (cherry picked from commit 580e126)
    geoand authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6ab85e2 View commit details
    Browse the repository at this point in the history
  25. Introduce a version of @OidcClientFilter for the reactive client

    Closes: quarkusio#16522
    (cherry picked from commit 527f84a)
    geoand authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    313c0f9 View commit details
    Browse the repository at this point in the history
  26. Update documentation to display the use of @OidcClientFilter

    (cherry picked from commit c46a9b4)
    geoand authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    3afcb40 View commit details
    Browse the repository at this point in the history
  27. Polish OidcClientRequestReactiveFilter

    (cherry picked from commit 6a9327a)
    geoand authored and gsmet committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    60a7544 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Mobe OidcClientFilter annotation to quarkus-oidc-client

    (cherry picked from commit 8074d3a)
    sberyozkin authored and gsmet committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    29c7476 View commit details
    Browse the repository at this point in the history
  2. Make sure all CLI commands work with Powershell

    Fixe quarkusio#28465
    
    (cherry picked from commit e5c6af2)
    gsmet committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    59384f6 View commit details
    Browse the repository at this point in the history
  3. Fix RR match bug

    When matching literals we break out of the wrong loop
    
    (cherry picked from commit 7dfe43a)
    stuartwdouglas authored and gsmet committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    0f812d5 View commit details
    Browse the repository at this point in the history
  4. Fix RESTEasy Reactive testsuite

    The failure showed up in a few PRs
    (like quarkusio#28429 and quarkusio#27526)
    
    (cherry picked from commit fbd8fff)
    geoand authored and gsmet committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    8bd4c6a View commit details
    Browse the repository at this point in the history
  5. Bump scala.version from 2.13.9 to 2.13.10

    Bumps `scala.version` from 2.13.9 to 2.13.10.
    
    Updates `scala-reflect` from 2.13.9 to 2.13.10
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](scala/scala@v2.13.9...v2.13.10)
    
    Updates `scala-library` from 2.13.9 to 2.13.10
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](scala/scala@v2.13.9...v2.13.10)
    
    Updates `scala-compiler` from 2.13.9 to 2.13.10
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](scala/scala@v2.13.9...v2.13.10)
    
    ---
    updated-dependencies:
    - dependency-name: org.scala-lang:scala-reflect
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.scala-lang:scala-library
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.scala-lang:scala-compiler
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 23a0005)
    dependabot[bot] authored and gsmet committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    eced01e View commit details
    Browse the repository at this point in the history
  6. Add Rest Client Guide to Dev UI

    (cherry picked from commit 4e96d33)
    phillip-kruger authored and gsmet committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ee710b9 View commit details
    Browse the repository at this point in the history
  7. Fix package structure of Kotlin serialization extensions

    (cherry picked from commit bf2da28)
    gsmet committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    65f92e2 View commit details
    Browse the repository at this point in the history
  8. Fix RESTEasy Reactive Kotlin Serialization Common extension

    (cherry picked from commit 9996936)
    gsmet committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3aaf91e View commit details
    Browse the repository at this point in the history