You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
The application should start successfully since transactions are explicitly disabled.
Actual Behavior
Application fails to start with:
***************************
APPLICATION FAILED TO START
***************************
Description:
A component required a bean of type 'org.springframework.transaction.TransactionManager' that could not be found.
Environment
Spring Boot: 3.2.2
Spring Modulith: 1.3.1
MongoDB
Suggestion
Add support for running without a TransactionManager when transactions are disabled via properties, eliminating the need for custom configuration.
The text was updated successfully, but these errors were encountered:
Expected Behavior
The application should start successfully since transactions are explicitly disabled.
Actual Behavior
Application fails to start with:
Environment
Spring Boot: 3.2.2
Spring Modulith: 1.3.1
MongoDB
Suggestion
Add support for running without a TransactionManager when transactions are disabled via properties, eliminating the need for custom configuration.
The text was updated successfully, but these errors were encountered: