quarkus-qe / quarkus-test-suite

16 stars 35 forks source link

Bump quarkus.qe.framework.version from 1.6.0.Beta2 to 1.6.0.Beta3 #1978

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps quarkus.qe.framework.version from 1.6.0.Beta2 to 1.6.0.Beta3. Updates io.quarkus.qe:quarkus-test-parent from 1.6.0.Beta2 to 1.6.0.Beta3

Release notes

Sourced from io.quarkus.qe:quarkus-test-parent's releases.

1.6.0.Beta3 Changes

Commits
  • 3df0687 [maven-release-plugin] prepare release 1.6.0.Beta3
  • cbfc8f3 Merge pull request #1282 from quarkus-qe/release/1.6.0.Beta3
  • bb4ff56 Autogenerated JaCoCo coverage badge
  • bf49d58 release/1.6.0.Beta3
  • e3863ec Merge pull request #1281 from michalvavrik/feature/fix-pem-without-tls-registry
  • de6ecc2 Fix PEM certificate generation without TLS registry
  • be1e2bd Merge pull request #1280 from michalvavrik/feature/support-mutiny-https-with-pem
  • 9380ea8 Support Mutiny HTTPS with PEM certificates
  • 4f41e55 Merge pull request #1279 from mocenas/add_cli_methods_to_framework
  • e4bfaed Add option to CLI ti set community bom if not running RHBQ
  • Additional commits viewable in compare view


Updates io.quarkus.qe:quarkus-test-containers from 1.6.0.Beta2 to 1.6.0.Beta3

Release notes

Sourced from io.quarkus.qe:quarkus-test-containers's releases.

1.6.0.Beta3 Changes

Commits
  • 3df0687 [maven-release-plugin] prepare release 1.6.0.Beta3
  • cbfc8f3 Merge pull request #1282 from quarkus-qe/release/1.6.0.Beta3
  • bb4ff56 Autogenerated JaCoCo coverage badge
  • bf49d58 release/1.6.0.Beta3
  • e3863ec Merge pull request #1281 from michalvavrik/feature/fix-pem-without-tls-registry
  • de6ecc2 Fix PEM certificate generation without TLS registry
  • be1e2bd Merge pull request #1280 from michalvavrik/feature/support-mutiny-https-with-pem
  • 9380ea8 Support Mutiny HTTPS with PEM certificates
  • 4f41e55 Merge pull request #1279 from mocenas/add_cli_methods_to_framework
  • e4bfaed Add option to CLI ti set community bom if not running RHBQ
  • Additional commits viewable in compare view


Updates io.quarkus.qe:quarkus-test-openshift from 1.6.0.Beta2 to 1.6.0.Beta3

Release notes

Sourced from io.quarkus.qe:quarkus-test-openshift's releases.

1.6.0.Beta3 Changes

Commits
  • 3df0687 [maven-release-plugin] prepare release 1.6.0.Beta3
  • cbfc8f3 Merge pull request #1282 from quarkus-qe/release/1.6.0.Beta3
  • bb4ff56 Autogenerated JaCoCo coverage badge
  • bf49d58 release/1.6.0.Beta3
  • e3863ec Merge pull request #1281 from michalvavrik/feature/fix-pem-without-tls-registry
  • de6ecc2 Fix PEM certificate generation without TLS registry
  • be1e2bd Merge pull request #1280 from michalvavrik/feature/support-mutiny-https-with-pem
  • 9380ea8 Support Mutiny HTTPS with PEM certificates
  • 4f41e55 Merge pull request #1279 from mocenas/add_cli_methods_to_framework
  • e4bfaed Add option to CLI ti set community bom if not running RHBQ
  • Additional commits viewable in compare view


Updates io.quarkus.qe:quarkus-test-core from 1.6.0.Beta2 to 1.6.0.Beta3

Release notes

Sourced from io.quarkus.qe:quarkus-test-core's releases.

1.6.0.Beta3 Changes

Commits
  • 3df0687 [maven-release-plugin] prepare release 1.6.0.Beta3
  • cbfc8f3 Merge pull request #1282 from quarkus-qe/release/1.6.0.Beta3
  • bb4ff56 Autogenerated JaCoCo coverage badge
  • bf49d58 release/1.6.0.Beta3
  • e3863ec Merge pull request #1281 from michalvavrik/feature/fix-pem-without-tls-registry
  • de6ecc2 Fix PEM certificate generation without TLS registry
  • be1e2bd Merge pull request #1280 from michalvavrik/feature/support-mutiny-https-with-pem
  • 9380ea8 Support Mutiny HTTPS with PEM certificates
  • 4f41e55 Merge pull request #1279 from mocenas/add_cli_methods_to_framework
  • e4bfaed Add option to CLI ti set community bom if not running RHBQ
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
michalvavrik commented 1 month ago

Build step io.quarkus.deployment.index.ApplicationArchiveBuildStep#build threw an exception: org.jboss.jandex.UnsupportedVersion: Can't read Jandex index from /META-INF/jandex.idx: Can't read index version 12; this IndexReader only supports index versions 2-3,6-11

This lifecycle app failure is not related to changes.