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

Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.109 to 0.0.111 #43032

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2024

Bumps io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.109 to 0.0.111.

Commits
  • b35be22 [maven-release-plugin] prepare release 0.0.111
  • 43d1f35 Merge pull request #346 from aloubyansky/proper-merge-support-overrides
  • 7af0b61 Properly detect supported extensions in metadata overrides files
  • a5dcb17 [maven-release-plugin] prepare for next development iteration
  • e502864 [maven-release-plugin] prepare release 0.0.110
  • 9c4694b Merge pull request #345 from aloubyansky/resolve-bom-properties
  • e5a9bab Replace properties in BOM dependencies when resolveDependencyManagement is false
  • 7624387 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.quarkus:quarkus-platform-bom-maven-plugin](https://github.com/quarkusio/quarkus-platform-bom-generator) from 0.0.109 to 0.0.111.
- [Release notes](https://github.com/quarkusio/quarkus-platform-bom-generator/releases)
- [Commits](quarkusio/quarkus-platform-bom-generator@0.0.109...0.0.111)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-platform-bom-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Sep 4, 2024
Copy link

quarkus-bot bot commented Sep 5, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 82c9c20.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
✔️ JVM Tests - JDK 17 Logs Raw logs 🔍
✔️ JVM Tests - JDK 21 Logs Raw logs 🔍
JVM Tests - JDK 17 Windows Build ⚠️ Check → Logs Raw logs 🚧
Devtools Tests - JDK 17 Build Failures Logs Raw logs 🔍
Devtools Tests - JDK 21 Build Failures Logs Raw logs 🔍
Devtools 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

⚙️ Devtools Tests - JDK 17 #

- Failing: integration-tests/devtools 

📦 integration-tests/devtools

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(String)[1] line 86 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(QuarkusCodestartBuildIT.java:86)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(String)[1] line 86 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(QuarkusCodestartBuildIT.java:86)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(String)[1] line 93 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(QuarkusCodestartBuildIT.java:93)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(String)[1] line 93 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(QuarkusCodestartBuildIT.java:93)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

⚙️ Devtools Tests - JDK 21 #

- Failing: integration-tests/devtools 

📦 integration-tests/devtools

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(String)[1] line 86 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(QuarkusCodestartBuildIT.java:86)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(String)[1] line 86 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(QuarkusCodestartBuildIT.java:86)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(String)[1] line 93 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(QuarkusCodestartBuildIT.java:93)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(String)[1] line 93 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(QuarkusCodestartBuildIT.java:93)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

⚙️ Devtools Tests - JDK 17 Windows #

- Failing: integration-tests/devtools 

📦 integration-tests/devtools

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(String)[1] line 86 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(QuarkusCodestartBuildIT.java:86)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(String)[1] line 86 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(QuarkusCodestartBuildIT.java:86)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(String)[1] line 93 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(QuarkusCodestartBuildIT.java:93)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(String)[1] line 93 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0
 but was: 1
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:137)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.generateProjectRunTests(QuarkusCodestartBuildIT.java:116)
	at io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradleKotlinDSL(QuarkusCodestartBuildIT.java:93)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

Flaky tests - Develocity

⚙️ JVM Tests - JDK 17

📦 integration-tests/opentelemetry

io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest.testOTelInjections - History

  • Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest was not fulfilled within 5 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest was not fulfilled within 5 seconds.
	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:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest.reset(OpenTelemetryInjectionsTest.java:26)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

⚙️ JVM Tests - JDK 17 Windows

📦 extensions/scheduler/deployment

io.quarkus.scheduler.test.PausedSchedulerTest.testSchedulerPauseResume - History

  • expected: <false> but was: <true> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertFalse.failNotFalse(AssertFalse.java:63)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:36)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:31)
	at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:231)
	at io.quarkus.scheduler.test.PausedSchedulerTest.testSchedulerPauseResume(PausedSchedulerTest.java:47)

@aloubyansky aloubyansky merged commit c648de9 into main Sep 5, 2024
49 of 53 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.quarkus-quarkus-platform-bom-maven-plugin-0.0.111 branch September 5, 2024 06:34
@quarkus-bot quarkus-bot bot added this to the 3.16 - main milestone Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant