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.11.0 backports 1 #26822

Merged
merged 27 commits into from Jul 20, 2022
Merged

2.11.0 backports 1 #26822

merged 27 commits into from Jul 20, 2022

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jul 19, 2022

Please don't merge, I will merge it myself.

yrodiere and others added 27 commits July 19, 2022 20:08
Signed-off-by: Michal Maléř <mmaler@redhat.com>
(cherry picked from commit 14a528f)
Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
(cherry picked from commit 89f38ad)
(cherry picked from commit 053a39f)
…first

Presumably the `preClientSendHandler` was added to support observability/telemetry but it has not been working.

The `preClientSendHandler` was previosuly ordered _after_ the request filters but the telemetry is reported using a filter (e.g. `OpenTelemetryClientFilter`). Given that setup the  client’s route template was not set on the context until after the telemeetry was reported.

This simply rearranges the `preClientSendHandler` to run first, before any other handlers, including filters.

(cherry picked from commit fc78635)
(cherry picked from commit 7fd3a7f)
(cherry picked from commit cdf39a4)
(cherry picked from commit 906ebcb)
Bumps [kotlinx-coroutines-bom](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.6.3...1.6.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 2a29f64)
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
(cherry picked from commit 48787de)
…he process id.

Without, it takes the process id from the build time.

(cherry picked from commit 5a34f3f)
Despite being part of the recorder, it is called statically at build
time. We need to be extremely careful about it.

Fixes quarkusio#26773

(cherry picked from commit d125cd8)
…e from contributing guide.

Also: De-emphasise instructions for setting up DOCKER_HOST, make it clear Windows should work.
Co-Authored-By: Jason T. Greene <jason@stacksmash.com>
Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>
(cherry picked from commit 078c44f)
This will succeed even if the `.keep` file already exists.

Closes quarkusio#26476

(cherry picked from commit 65270ab)
Bumps `apicurio-registry.version` from 2.2.4.Final to 2.2.5.Final.

Updates `apicurio-registry-client` from 2.2.4.Final to 2.2.5.Final
- [Release notes](https://github.com/apicurio/apicurio-registry/releases)
- [Commits](Apicurio/apicurio-registry@2.2.4.Final...2.2.5.Final)

Updates `apicurio-registry-serdes-avro-serde` from 2.2.4.Final to 2.2.5.Final

---
updated-dependencies:
- dependency-name: io.apicurio:apicurio-registry-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.apicurio:apicurio-registry-serdes-avro-serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit bffd538)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Jul 19, 2022
@gsmet gsmet self-assigned this Jul 19, 2022
@gsmet gsmet merged commit fbe4c36 into quarkusio:2.11 Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/graphql area/grpc gRPC area/hibernate-validator Hibernate Validator area/infra internal and infrastructure related issues area/liquibase area/logging area/oidc area/panache area/smallrye area/testing area/websockets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet