narayana-spring-boot
narayana-spring-boot copied to clipboard
Narayana Spring Boot autoconfiguration and starter
I'm trying to send a message inside a transaction to a queue using a JmsTemplate which uses a XAConnectionFactory wrapped with `XAConnectionFactoryWrapper#wrapConnectionFactory` and pooling enabled, but I have an Exception:...
The default order of `XAResource`s in this basic sample (https://github.com/apinske/playground-mq/tree/narayana-spring-boot-issues-85) is: ActiveMQ first, H2 second. I think it is undefined what the actual order is. But it seems to be...
Hi, looks like snowdrop redefines timeout property `spring.jta.narayana.default-timeout` with `narayana.defaultTimeout` Is it possible to honor that property if it is present?
Release workflow is triggered with a new tag that starts with `release-`. After the release is done, this tag becomes useless. We could have another workflow with a cron to...
I have an application that use narayana-spring-boot with JPA and works fine with 3.0.0. After update it to 3.1.0 it begin to fail with MariaDB and DB2, although it runs...
The goal is to fix CVE-2023-3635. Depends on: #112 References: * square/okhttp#7944 * https://square.github.io/okhttp/changelogs/changelog_4x/#version-4120
Following the spring-boot-sample-2ds as a template, I have successfully enlisted two PostgreSQL databases to work with narayana. In order to test the Recovery Manager, I interrupt a JDBC resource connection...
@barreiro: Maybe a regression in latest Agroal version? I'll have a look into the test case either way.