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.3 backports 1 #28641

Merged
merged 30 commits into from Oct 18, 2022
Merged

2.13.3 backports 1 #28641

merged 30 commits into from Oct 18, 2022

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Oct 17, 2022

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

Your Name and others added 22 commits October 17, 2022 11:37
…MavenArtifactResolver in order to resolve go-offline issue, merged 3 commits to 1

(cherry picked from commit 1fd35f9)
…n the

root app module

(cherry picked from commit 902e8e9)
jakarta rewrite version to 4.0.0

(cherry picked from commit bd8896e)
Currently, we maintain a copy of the attributes.adoc in the website and
we always get it wrong when we add a new attribute.

This way, attributes.adoc will come directly from the release and will
be complete.
Attributes that can be overridden has been moved to
attributes-local.adoc. attributes-local.adoc won't be overwritten when
syncing.

(cherry picked from commit 6f51d08)
Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/v1.4.1/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.4.0...v1.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 0f15cce)
At the moment, there are two places where resteasy reactive is verifying the media types: (1) at the handler `ClassRoutingHandler` only for the main resources (it's not invoked for sub-resources; and (2) at the handler `RequestDeserializeHandler` for the rest.
The issue is that the verification at `RequestDeserializeHandler` takes the one from the user which might not be compatible with the one set by the user using the annotation `@Consumes`.
Note that I tried to make this handler to be invoked also for sub resources but it caused more troubles and it would not fix the root cause of the issue that is the logic in the handler `RequestDeserializeHandler` is wrong.
Fix quarkusio#28460

(cherry picked from commit bfbfea6)
Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.13.4 to 2.13.4.20221013.
- [Release notes](https://github.com/FasterXML/jackson-bom/releases)
- [Commits](FasterXML/jackson-bom@jackson-bom-2.13.4...jackson-bom-2.13.4.20221013)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 42a02b1)
Fixes QUARKUS-2390

(cherry picked from commit 678014c)
- each Uni#subscribeAsCompletionStage() results in a new subscription!

(cherry picked from commit d1961ce)
…ing dynamic lookup for gradle user home when loading ApplicationModel

(cherry picked from commit 215880e)
There is no test using non-deprecated properties. If we need to choose, `io.quarkus.jwt.test.JwtCookieDevModeTestCase`, `JwtCookieUnitTest` should prefer non-deprecated `header` and `cookie` properties.

`smallrye.jwt.token.header` property is deprecated and will be removed in a future version. Tests now use `mp.jwt.token.header` property.
`smallrye.jwt.token.cookie` property is deprecated and will be removed in a future version. Tests now use `mp.jwt.token.cookie` property.

(cherry picked from commit 2582c03)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Oct 17, 2022
@gsmet gsmet self-assigned this Oct 17, 2022
@quarkus-bot quarkus-bot bot added 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/gradle Gradle area/jackson Issues related to Jackson (JSON library) labels Oct 17, 2022
@quarkus-bot quarkus-bot bot added area/jakarta area/maven area/oidc area/panache area/platform Issues related to definition and interaction with Quarkus Platform area/qute The template engine area/resteasy-reactive area/smallrye labels Oct 17, 2022
@quarkus-bot

This comment has been minimized.

yrodiere and others added 8 commits October 18, 2022 10:21
Signed-off-by:Nathan Erwin <nathan.d.erwin@gmail.com>
(cherry picked from commit 0bfb83f)
- Remove outdated content
- Rename includes/ to _includes/ so that it does not get rendered
- Move all includes to the _includes/ subdirectory

(cherry picked from commit 282ac0e)
- Fixes quarkusio#28618

(cherry picked from commit afcb4e6)
or with no access to the conf file : /etc/resolv.conf

(cherry picked from commit 06ff785)
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 18, 2022

Failing Jobs - Building 20eee46

Status Name Step Failures Logs Raw logs
✔️ Gradle Tests - JDK 11
Gradle Tests - JDK 11 Windows Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 Windows #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.AddExtensionToSingleModuleKtsProjectTest.testRemoveNonExistentExtension line 43 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

Expecting value to be true but was false

@gsmet gsmet merged commit 73c77d0 into quarkusio:2.13 Oct 18, 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/flyway area/gradle Gradle area/hibernate-orm Hibernate ORM area/hibernate-reactive area/infra internal and infrastructure related issues area/jackson Issues related to Jackson (JSON library) area/jakarta area/maven area/mongodb area/oidc area/panache area/persistence area/platform Issues related to definition and interaction with Quarkus Platform area/qute The template engine area/resteasy-reactive area/smallrye
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet