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

3.7.0 backports 1 #38354

Merged
merged 42 commits into from
Jan 24, 2024
Merged

3.7.0 backports 1 #38354

merged 42 commits into from
Jan 24, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jan 23, 2024

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

FroMage and others added 30 commits January 23, 2024 18:05
…he token

This is only a test to make sure we never regress on such a common
use-case. This was already fixed in quarkusio#37725

(cherry picked from commit 511b0c7)
…b.jvm-arguments in docs

I think that setting quarkus.jib.jvm-arguments would lead to the default
(-Djava.util.logging.manager=org.jboss.logmanager.LogManager) being
replaced, which would mess with logging, so that's probably not
something we want.

(cherry picked from commit dacae71)
Hopefully this will alleviate the flakiness
these tests have exhibited

(cherry picked from commit b5a9b9d)
(cherry picked from commit ad6d5e8)
* applies c857b76 to HR
* applies 989ce28 to HR
* wraps exceptions thrown by build(), but not those thrown when creating
  the builder. Just like ORM.

(cherry picked from commit 0f7ccfa)
Made sure the sourceSets are created before accessing their configurations.

(cherry picked from commit 4db15c3)
Fix markup in examples and a couple of typos

(cherry picked from commit ecc32b7)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.8.0...v5.9.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 91e6d25)
Bumps `resteasy-microprofile.version` from 2.1.4.Final to 2.1.5.Final.

Updates `org.jboss.resteasy.microprofile:microprofile-rest-client` from 2.1.4.Final to 2.1.5.Final
- [Release notes](https://github.com/resteasy/resteasy-microprofile/releases)
- [Commits](resteasy/resteasy-microprofile@2.1.4.Final...2.1.5.Final)

Updates `org.jboss.resteasy.microprofile:microprofile-config` from 2.1.4.Final to 2.1.5.Final
- [Release notes](https://github.com/resteasy/resteasy-microprofile/releases)
- [Commits](resteasy/resteasy-microprofile@2.1.4.Final...2.1.5.Final)

---
updated-dependencies:
- dependency-name: org.jboss.resteasy.microprofile:microprofile-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jboss.resteasy.microprofile:microprofile-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 1db3adf)
Notably, this commit makes transitive interceptor bindings available
at runtime from the `InvocationContext`.

(cherry picked from commit 140fdd8)
(cherry picked from commit 01bef1a)
Bumps [io.smallrye.reactive:mutiny-bom](https://github.com/smallrye/smallrye-mutiny) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@2.5.3...2.5.4)

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:mutiny-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit db11725)
(cherry picked from commit b518eff)
when using multiple persistence-units:
- save a detached entity (merge)
- getOne
- paginated queries
- deleteAll

closes 38319

(cherry picked from commit e7bd343)
- always skip the artificial "it" arg
- strip quotes from the defaulted key for a single word string literal value-only argument; {#tag "foo"} becomes {#tag foo="foo"}
- add Arguments#skipIdenticalKeyValue(),  Arguments#filterIdenticalKeyValue() and Arguments#skipIt()
- resolves quarkusio#38280

(cherry picked from commit 4bd0b0b)
@quarkus-bot quarkus-bot bot added area/agroal area/arc Issue related to ARC (dependency injection) area/cli Related to quarkus cli (not maven/gradle/etc.) 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/docstyle issues related for manual docstyle review area/documentation area/flyway area/gradle Gradle area/health area/hibernate-orm Hibernate ORM area/hibernate-reactive Hibernate Reactive area/infinispan Infinispan area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/kubernetes area/liquibase area/oidc area/panache area/persistence OBSOLETE, DO NOT USE area/reactive-sql-clients area/rest area/security area/smallrye area/spring Issues relating to the Spring integration area/vertx labels Jan 23, 2024
(cherry picked from commit 9a12df4)
Copy link

github-actions bot commented Jan 23, 2024

🙈 The PR is closed and the preview is expired.

Copy link

quarkus-bot bot commented Jan 23, 2024

Failing Jobs - Building f9c960a

Status Name Step Failures Logs Raw logs Build scan
✔️ Maven Tests - JDK 17 🔍
Maven Tests - JDK 17 Windows Build Failures Logs Raw logs 🔍

Full information is available in the Build summary check run.
You can consult the Develocity build scans.

Failures

⚙️ Maven Tests - JDK 17 Windows #

- Failing: integration-tests/maven 

📦 integration-tests/maven

io.quarkus.maven.it.TestMojoIT.testThatTheTestsAreReRunMultiModule - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with io.quarkus.maven.it.continuoustesting.TestModeContinuousTestingMavenTestUtils was not fulfilled within 3 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:954)
	at io.quarkus.maven.it.continuoustesting.TestModeContinuousTestingMavenTestUtils.waitForNextCompletion(TestModeContinuousTestingMavenTestUtils.java:49)
	at io.quarkus.maven.it.LaunchMojoTestBase.testThatTheTestsAreReRunMultiModule(LaunchMojoTestBase.java:56)

@gsmet gsmet merged commit 0e5d468 into quarkusio:3.7 Jan 24, 2024
53 of 54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/agroal area/arc Issue related to ARC (dependency injection) area/cli Related to quarkus cli (not maven/gradle/etc.) 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/docstyle issues related for manual docstyle review area/documentation area/flyway area/gradle Gradle area/health area/hibernate-orm Hibernate ORM area/hibernate-reactive Hibernate Reactive area/infinispan Infinispan area/infra internal and infrastructure related issues area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/kubernetes area/liquibase area/oidc area/panache area/persistence OBSOLETE, DO NOT USE area/reactive-sql-clients area/rest area/security area/smallrye area/spring Issues relating to the Spring integration area/vertx
Projects
None yet
Development

Successfully merging this pull request may close these issues.