quarkusio / quarkus-quickstarts

Quarkus quickstart code
https://quarkus.io
Apache License 2.0
1.92k stars 1.43k forks source link

Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.12.1 to 2.13.1 #1403

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.12.1 to 2.13.1.

Release notes

Sourced from io.quarkiverse.amazonservices:quarkus-amazon-services-bom's releases.

2.13.1

What's Changed

Full Changelog: https://github.com/quarkiverse/quarkus-amazon-services/compare/2.13.0...2.13.1

2.13.0

Major changes

  • New extensions for CloudWatch and CloudWatch Logs

What's Changed

New Contributors

Full Changelog: https://github.com/quarkiverse/quarkus-amazon-services/compare/2.12.1...2.13.0

2.12.2

What's Changed

Full Changelog: https://github.com/quarkiverse/quarkus-amazon-services/compare/2.12.1...2.12.2

Commits
  • 41a61ee [maven-release-plugin] prepare release 2.13.1
  • 8990e63 Update the latest release version 2.13.1 in documentation
  • 9e8ae99 chore: release 2.13.1 (#1190)
  • bdffe5e build(deps): bump software.amazon.awssdk:bom from 2.25.13 to 2.25.15 (#1189)
  • e79513c build(deps): bump software.amazon.awssdk.crt:aws-crt (#1185)
  • b8c148c build(deps): bump quarkus.version from 3.8.3 to 3.9.0 (#1184)
  • 6382686 fix: use org.graalvm.sdk:nativeimage (#1182)
  • 11fb869 [maven-release-plugin] prepare for next development iteration
  • 77811b3 [maven-release-plugin] prepare release 2.13.0
  • c75227b Update the latest release version 2.13.0 in documentation
  • 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 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)
quarkus-bot[bot] commented 3 months ago

Status for workflow Pull Request Build - development

This is the status report for running Pull Request Build - development on commit efccd66d7137ec331847d85bc408eea6455d92db.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build - JDK 17 Build with Maven Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

:gear: Build - JDK 17 #

- Failing: hibernate-orm-multi-tenancy-quickstart quartz-quickstart security-openid-connect-multi-tenancy-quickstart 

:package: hibernate-orm-multi-tenancy-quickstart

org.acme.hibernate.orm.FruitsEndpointTest.testListAllFruitsBaseSchema - More details - Source on GitHub

``` java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:643) at io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:727) at java.base/java.util.Optional.orElseGet(Optional.java:364) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) Caused by: java.lang.RuntimeException: Failed to start quarkus at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source) ```

:package: quartz-quickstart

org.acme.quartz.TaskResourceTest.tasks - More details - Source on GitHub

``` java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:643) at io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:727) at java.base/java.util.Optional.orElseGet(Optional.java:364) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) Caused by: java.lang.RuntimeException: Failed to start quarkus at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source) ```

:package: security-openid-connect-multi-tenancy-quickstart

org.acme.quickstart.oidc.CodeFlowTest.testReAuthenticateWhenSwitchingTenants line 89 - More details - Source on GitHub

``` org.opentest4j.AssertionFailedError: expected: but was: <> 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.AssertEquals.failNotEqual(AssertEquals.java:197) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145) at org.acme.quickstart.oidc.CodeFlowTest.testReAuthenticateWhenSwitchingTenants(CodeFlowTest.java:89) ```