Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: artemis-jakarta-client, ... 2.37.0 (was 2.33.0) #3260

Conversation

scala-steward
Copy link
Contributor

About this PR

πŸ“¦ Updates

from 2.33.0 to 2.37.0

πŸ“œ GitHub Release Notes - Version Diff

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

@ennru ennru force-pushed the update/artemis-jakarta-server-2.37.0 branch from 8bf498d to 003a050 Compare September 30, 2024 14:59
@ennru
Copy link
Member

ennru commented Sep 30, 2024

Nice error -- let's stay on the current version.

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)
	at org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:329)
	at org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:289)
	at org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:224)
	at akka.stream.alpakka.jms.impl.JmsMessageProducer.send(JmsMessageProducer.scala:44)
	at akka.stream.alpakka.jms.impl.JmsProducerStage$$anon$2.$anonfun$sendWithRetries$1(JmsProducerStage.scala:167)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
	at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:687)
	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:467)
	at akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:64)
	at akka.dispatch.BatchingExecutor$BlockableBatch.$anonfun$run$1(BatchingExecutor.scala:101)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
	at scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:94)
	at akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:101)
	at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Exception in thread "ActiveMQ Connection Executor: vm://brokerName-b2f74c6c-85f8-48b5-9694-809aef440346?create=false#2" java.lang.NullPointerException
	at org.apache.activemq.ActiveMQConnection$5.run(ActiveMQConnection.java:2040)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-change For PRs changing the version of a dependency. p:jakarta-jms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants