alpakka icon indicating copy to clipboard operation
alpakka copied to clipboard

bump: activemq-broker, activemq-client 5.18.3 (was 5.16.7)

Open scala-steward opened this issue 1 year ago • 2 comments

About this PR

📦 Updates

from 5.16.7 to 5.18.3

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.apache.activemq" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.apache.activemq" }
}]
labels: test-library-update, early-semver-minor, semver-spec-minor, commit-count:1

scala-steward avatar Feb 19 '24 13:02 scala-steward

Something changed around Logback

[info]   java.lang.IllegalArgumentException: Requires Logback logger for [], it was a [org.slf4j.helpers.NOPLogger]
[info]   at akka.stream.alpakka.testkit.LogbackUtil$.getLogbackLoggerInternal(LogbackUtil.scala:37)

ennru avatar Mar 28 '24 09:03 ennru

Uncaught error from thread [JmsAckConnectorsSpec-akka.actor.default-blocking-io-dispatcher-18]: 'void javax.jms.Message.setJMSDeliveryTime(long)', shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[JmsAckConnectorsSpec]
java.lang.NoSuchMethodError: 'void javax.jms.Message.setJMSDeliveryTime(long)'
	at org.apache.activemq.ActiveMQSession.send(ActiveMQSession.java:1993)

ennru avatar Mar 28 '24 17:03 ennru

Superseded by #3182.

scala-steward avatar May 09 '24 12:05 scala-steward