Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps org.yaml:snakeyaml from 2.3 to 2.4.

Commits
  • c2f88df [maven-release-plugin] prepare for next development iteration
  • f303695 Merge branch 'master' into build-21
  • 85fa309 Update changes
  • a9a6534 Merge branch 'master' into remove-custom-base64
  • ee85b4f Fix Base64
  • c39afe5 Use tests for Java 8
  • df56322 Merge branch 'master' into ds/checkToken
  • 95bd06b Merge pull request #13 from schlosna/ds/checkToken
  • ccc1be2 Update changes.xml
  • 0487ff4 Update changes.xml
  • Additional commits viewable 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.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.3 to 2.4.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.3)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  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 Feb 17, 2025
@quarkus-bot

This comment has been minimized.

@gsmet
Copy link
Member

gsmet commented Feb 18, 2025

@radcortez there's something fishy in the test failure:

2025-02-17T23:22:20.2702753Z [INFO] Running io.quarkus.it.keycloak.OidcClientInGraalITCase
2025-02-17T23:22:25.2608232Z 2025-02-17 23:22:25,206 INFO  [io.qua.it.key.KeycloakRealmResourceManager] (pool-3-thread-1) Keycloak started in mock mode: http://localhost:35175
2025-02-17T23:22:26.4689243Z Executing "/home/runner/work/quarkus/quarkus/integration-tests/oidc-client-wiremock/target/quarkus-integration-test-oidc-client-wiremock-999-SNAPSHOT-runner -Dquarkus.http.port=8081 -Dquarkus.http.ssl-port=8444 -Dtest.url=http://localhost:8081 -Dquarkus.log.file.path=/home/runner/work/quarkus/quarkus/integration-tests/oidc-client-wiremock/target/quarkus.log -Dquarkus.log.file.enable=true -Dquarkus.log.category."io.quarkus".level=INFO -Dquarkus.profile=prod -Dkeycloak.url=http://localhost:35175 -Dtoken-path=target/bearer-token-client-assertion.json -Dquarkus.native.container-build=true -Dquarkus.native.native-image-xmx=6g"
2025-02-17T23:22:26.4692712Z Feb 17, 2025 11:22:26 PM io.quarkus.runtime.ApplicationLifecycleManager run
2025-02-17T23:22:26.4693526Z ERROR: Failed to start application
2025-02-17T23:22:26.4693855Z java.lang.RuntimeException: Failed to start quarkus
2025-02-17T23:22:26.4694273Z 	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
2025-02-17T23:22:26.4694720Z 	at io.quarkus.runtime.Application.start(Application.java:101)
2025-02-17T23:22:26.4695306Z 	at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:121)
2025-02-17T23:22:26.4695848Z 	at io.quarkus.runtime.Quarkus.run(Quarkus.java:77)
2025-02-17T23:22:26.4696202Z 	at io.quarkus.runtime.Quarkus.run(Quarkus.java:48)
2025-02-17T23:22:26.4696553Z 	at io.quarkus.runtime.Quarkus.run(Quarkus.java:137)
2025-02-17T23:22:26.4696933Z 	at io.quarkus.runner.GeneratedMain.main(Unknown Source)
2025-02-17T23:22:26.4697615Z Caused by: java.util.NoSuchElementException: SRCFG00027: Could not find a mapping for io.quarkus.resteasy.runtime.ResteasyVertxConfig
2025-02-17T23:22:26.4698398Z 	at io.smallrye.config.SmallRyeConfig.getConfigMapping(SmallRyeConfig.java:683)
2025-02-17T23:22:26.4699002Z 	at io.smallrye.config.SmallRyeConfig.getConfigMapping(SmallRyeConfig.java:673)
2025-02-17T23:22:26.4699928Z 	at io.quarkus.runtime.configuration.AbstractConfigBuilder.withMappingInstance(AbstractConfigBuilder.java:87)
2025-02-17T23:22:26.4700626Z 	at io.quarkus.runtime.generated.RunTimeConfigCustomizer.configBuilder(Unknown Source)
2025-02-17T23:22:26.4701187Z 	at io.smallrye.config.SmallRyeConfigBuilder.build(SmallRyeConfigBuilder.java:769)
2025-02-17T23:22:26.4701667Z 	at io.quarkus.runtime.generated.Config.readConfig(Unknown Source)
2025-02-17T23:22:26.4702113Z 	at io.quarkus.runtime.generated.Config.createRunTimeConfig(Unknown Source)
2025-02-17T23:22:26.4702775Z 	at io.quarkus.deployment.steps.RuntimeConfigSetup.deploy(Unknown Source)
2025-02-17T23:22:26.4703124Z 	... 7 more
2025-02-17T23:22:26.4703224Z 

The config mapping is defined as:

@ConfigRoot(phase = ConfigPhase.BUILD_AND_RUN_TIME_FIXED)
@ConfigMapping(prefix = "quarkus.resteasy.vertx")
public interface ResteasyVertxConfig {

Could it be due to your changes that copy the mappings?

@radcortez
Copy link
Member

It's related yes, but not sure why. The PR with the change was all green, so it seems to be some race condition :(

@quarkus-bot
Copy link

quarkus-bot bot commented Feb 18, 2025

Status for workflow Quarkus CI

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

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@gsmet gsmet merged commit 4e669ca into main Feb 18, 2025
56 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.21 - main milestone Feb 18, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.yaml-snakeyaml-2.4 branch February 18, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file kind/component-upgrade triage/flaky-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants