smallrye / smallrye-reactive-messaging

SmallRye Reactive Messaging
http://www.smallrye.io/smallrye-reactive-messaging/
Apache License 2.0
237 stars 177 forks source link

Bump io.smallrye:smallrye-parent from 45 to 46 #2752

Closed dependabot[bot] closed 3 days ago

dependabot[bot] commented 2 weeks ago

Bumps io.smallrye:smallrye-parent from 45 to 46.

Release notes

Sourced from io.smallrye:smallrye-parent's releases.

46

  • #543 Release 46
  • #542 Release 46
  • #541 Create retry-release.yml
  • #540 Release 47
  • #539 Update release workflow
  • #538 Bump org.jboss.logging:jboss-logging from 3.6.0.Final to 3.6.1.Final
  • #537 Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0 to 3.2.1
  • #535 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0
  • #533 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0
  • #532 Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3
  • #531 Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3
  • #530 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0
  • #529 Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0
  • #528 Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0
  • #527 Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.3.1 to 3.4.0
  • #526 Bump version.junit5 from 5.10.3 to 5.11.0
  • #525 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5
  • #524 Bump org.awaitility:awaitility from 4.2.1 to 4.2.2
  • #523 Bump org.testcontainers:testcontainers from 1.20.0 to 1.20.1
  • #522 Bump version.org.jboss.logging-processor from 3.0.0.Final to 3.0.1.Final
  • #521 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0
  • #520 Bump org.testcontainers:testcontainers from 1.19.8 to 1.20.0
  • #519 Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1
  • #518 Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
  • #517 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1
  • #516 Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.3.0 to 3.3.1
  • #515 Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1
  • #514 Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
Commits


Dependabot compatibility score

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)
ozangunalp commented 1 week ago

This bump breaks tests in the AMQP connector : AmqpSSLSourceCDISSLContextTest and AmqpSSLSinkCDISSLContextTest.

The tests hang on log line "[main] INFO org.apache.activemq.artemis.core.server - AMQ221034: Waiting indefinitely to obtain primary lock".

I don't see any significant version update that can affect this. @kabir Would you have any idea ?

ozangunalp commented 1 week ago

Never mind, it is a change in JUnit behavior: https://junit.org/junit5/docs/snapshot/user-guide/index.html#extensions-supported-utilities-search-semantics

We'll figure something out