-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework `quarkus.transaction-manager.allow-unsafe-multiple-last-resour…
…ces` into `quarkus.transaction-manager.unsafe-multiple-last-resources` * The property is now named `quarkus.transaction-manager.unsafe-multiple-last-resources` * It has three possible values: * `allow`: allow unsafe multiple last resources, no warning per offending transaction * `warn`: allow unsafe multiple last resources, one warning log per offending transaction * `fail`: fail on unsafe multiple last resources * It will log a warning on startup if *explicitly* set to `allow` or `warn`. * It defaults to `fail` in this commit. * The plan is to make it default to `warn` in 3.8, which means no log on startup, but one per offending transaction. People will be able to set it to `allow` explicitly to suppress the warning per offending transaction, but will get a warning on startup (since they set the property explicitly). (cherry picked from commit 2595498)
- Loading branch information
Showing
4 changed files
with
74 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters