Skip to content

Bump org.mvnpm.at.mvnpm:codeblock from 1.0.19 to 1.1.1 #47088

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps org.mvnpm.at.mvnpm:codeblock from 1.0.19 to 1.1.1.

Release notes

Sourced from org.mvnpm.at.mvnpm:codeblock's releases.

1.1.1

No release notes provided.

1.1.0

What's Changed

Full Changelog: qomponent/qui-code-block@1.0.20...1.1.0

1.0.20

What's Changed

Full Changelog: qomponent/qui-code-block@1.0.19...1.0.20

Commits
  • 3dc5868 Merge pull request #10 from phillip-kruger/main
  • e26586e Added support for more languages and updates some deps
  • b323c11 Merge pull request #9 from phillip-kruger/main
  • 93d6a68 Added value-change event
  • 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 [org.mvnpm.at.mvnpm:codeblock](https://github.com/qomponent/qui-code-block) from 1.0.19 to 1.1.1.
- [Release notes](https://github.com/qomponent/qui-code-block/releases)
- [Commits](qomponent/qui-code-block@1.0.19...1.1.1)

---
updated-dependencies:
- dependency-name: org.mvnpm.at.mvnpm:codeblock
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

quarkus-bot bot commented Mar 31, 2025

/cc @phillip-kruger (mvnpm)

Copy link

quarkus-bot bot commented Apr 1, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 0cd7a86.

Failing Jobs

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

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

Failures

⚙️ JVM Integration Tests - JDK 17 #

- Failing: integration-tests/observability-lgtm 

📦 integration-tests/observability-lgtm

io.quarkus.observability.test.LgtmReloadTest.testReload - History - More details - Source on GitHub

java.io.UncheckedIOException: java.io.IOException: parsing HTTP/1.1 status line, receiving [&amp#0;&amp#0;&amp#6;&amp#4;&amp#0;&amp#0;&amp#0;&amp#0;&amp#0;&amp#0;&amp#5;&amp#0;&amp#0;@&amp#0;], parser state [STATUS_LINE]
	at io.quarkus.observability.test.utils.GrafanaClient.handle(GrafanaClient.java:55)
	at io.quarkus.observability.test.utils.GrafanaClient.user(GrafanaClient.java:81)
	at org.awaitility.core.AbstractHamcrestCondition.lambda$new$0(AbstractHamcrestCondition.java:48)
	at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
	at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)

Flaky tests - Develocity

⚙️ JVM Tests - JDK 21

📦 extensions/smallrye-reactive-messaging/deployment

io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector - History

  • Expecting actual: ["-6","-7","-9","-10","-11","-12","-13","-14"] to start with: ["-6", "-7", "-8", "-9"] - java.lang.AssertionError
java.lang.AssertionError: 

Expecting actual:
  ["-6","-7","-9","-10","-11","-12","-13","-14"]
to start with:
  ["-6", "-7", "-8", "-9"]

	at io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector(ConnectorChangeTest.java:41)

⚙️ JVM Integration Tests - JDK 21

📦 integration-tests/grpc-hibernate

com.example.grpc.hibernate.VertxBlockingRawTest.shouldAdd - History

  • Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 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:1160)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
	at com.example.grpc.hibernate.BlockingRawTestBase.shouldAdd(BlockingRawTestBase.java:59)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

@phillip-kruger phillip-kruger merged commit ff7b0f6 into main Apr 1, 2025
56 of 57 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.22 - main milestone Apr 1, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.mvnpm.at.mvnpm-codeblock-1.1.1 branch April 1, 2025 23:05
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