-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8b2ac9
commit 558a66f
Showing
7 changed files
with
58 additions
and
6 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ation-roots-generated-doc/io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.node-name","additionalKeys":[],"configDoc":"The node name used by the transaction manager.","withinAMap":false,"defaultValue":"quarkus","javaDocSiteLink":"","docMapKey":"node-name","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"java.time.Duration","key":"quarkus.transaction-manager.default-transaction-timeout","additionalKeys":[],"configDoc":"The default transaction timeout.","withinAMap":false,"defaultValue":"60S","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"default-transaction-timeout","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.transaction-manager.enable-recovery","additionalKeys":[],"configDoc":"Start the recovery service on startup.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enable-recovery","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.recovery-modules","additionalKeys":[],"configDoc":"The list of recovery modules.","withinAMap":false,"defaultValue":"com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule,com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule","javaDocSiteLink":"","docMapKey":"recovery-modules","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":true,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.expiry-scanners","additionalKeys":[],"configDoc":"The list of expiry scanners.","withinAMap":false,"defaultValue":"com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner","javaDocSiteLink":"","docMapKey":"expiry-scanners","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":true,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.xa-resource-orphan-filters","additionalKeys":[],"configDoc":"The list of orphan filters.","withinAMap":false,"defaultValue":"com.arjuna.ats.internal.jta.recovery.arjunacore.JTATransactionLogXAResourceOrphanFilter,com.arjuna.ats.internal.jta.recovery.arjunacore.JTANodeNameXAResourceOrphanFilter,com.arjuna.ats.internal.jta.recovery.arjunacore.JTAActionStatusServiceXAResourceOrphanFilter","javaDocSiteLink":"","docMapKey":"xa-resource-orphan-filters","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":true,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.object-store.directory","additionalKeys":[],"configDoc":"The name of the directory where the transaction logs will be stored when using the `file-system` object store. If the value is not absolute then the directory is relative to the _user.dir_ system property.","withinAMap":false,"defaultValue":"ObjectStore","javaDocSiteLink":"","docMapKey":"directory","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"io.quarkus.narayana.jta.runtime.ObjectStoreType","key":"quarkus.transaction-manager.object-store.type","additionalKeys":[],"configDoc":"The type of object store.","withinAMap":false,"defaultValue":"file-system","javaDocSiteLink":"","docMapKey":"type","configPhase":"RUN_TIME","acceptedValues":["`file-system`","`jdbc`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":true}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.object-store.datasource","additionalKeys":[],"configDoc":"The name of the datasource where the transaction logs will be stored when using the `jdbc` object store.\n\nIf undefined, it will use the default datasource.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"datasource","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.transaction-manager.object-store.create-table","additionalKeys":[],"configDoc":"Whether to create the table if it does not exist.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"create-table","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.transaction-manager.object-store.drop-table","additionalKeys":[],"configDoc":"Whether to drop the table on startup.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"drop-table","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.object-store.table-prefix","additionalKeys":[],"configDoc":"The prefix to apply to the table.","withinAMap":false,"defaultValue":"quarkus_","javaDocSiteLink":"","docMapKey":"table-prefix","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":false}}] | ||
[{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.node-name","additionalKeys":[],"configDoc":"The node name used by the transaction manager. Must not exceed a length of 28 bytes.","withinAMap":false,"defaultValue":"quarkus","javaDocSiteLink":"","docMapKey":"node-name","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.transaction-manager.shorten-node-name-if-necessary","additionalKeys":[],"configDoc":"Whether the node name should be shortened if necessary. The node name must not exceed a length of 28 bytes. If this property is set to `true`, and the node name exceeds 28 bytes, the node name is shortened by calculating the link:https://en.wikipedia.org/wiki/SHA-2[SHA-224] hash, which has a length of 28 bytes.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"shorten-node-name-if-necessary","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"java.time.Duration","key":"quarkus.transaction-manager.default-transaction-timeout","additionalKeys":[],"configDoc":"The default transaction timeout.","withinAMap":false,"defaultValue":"60S","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"default-transaction-timeout","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.transaction-manager.enable-recovery","additionalKeys":[],"configDoc":"Start the recovery service on startup.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enable-recovery","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.recovery-modules","additionalKeys":[],"configDoc":"The list of recovery modules.","withinAMap":false,"defaultValue":"com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule,com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule","javaDocSiteLink":"","docMapKey":"recovery-modules","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":true,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.expiry-scanners","additionalKeys":[],"configDoc":"The list of expiry scanners.","withinAMap":false,"defaultValue":"com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner","javaDocSiteLink":"","docMapKey":"expiry-scanners","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":true,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.xa-resource-orphan-filters","additionalKeys":[],"configDoc":"The list of orphan filters.","withinAMap":false,"defaultValue":"com.arjuna.ats.internal.jta.recovery.arjunacore.JTATransactionLogXAResourceOrphanFilter,com.arjuna.ats.internal.jta.recovery.arjunacore.JTANodeNameXAResourceOrphanFilter,com.arjuna.ats.internal.jta.recovery.arjunacore.JTAActionStatusServiceXAResourceOrphanFilter","javaDocSiteLink":"","docMapKey":"xa-resource-orphan-filters","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":true,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.object-store.directory","additionalKeys":[],"configDoc":"The name of the directory where the transaction logs will be stored when using the `file-system` object store. If the value is not absolute then the directory is relative to the _user.dir_ system property.","withinAMap":false,"defaultValue":"ObjectStore","javaDocSiteLink":"","docMapKey":"directory","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"io.quarkus.narayana.jta.runtime.ObjectStoreType","key":"quarkus.transaction-manager.object-store.type","additionalKeys":[],"configDoc":"The type of object store.","withinAMap":false,"defaultValue":"file-system","javaDocSiteLink":"","docMapKey":"type","configPhase":"RUN_TIME","acceptedValues":["`file-system`","`jdbc`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":true}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.object-store.datasource","additionalKeys":[],"configDoc":"The name of the datasource where the transaction logs will be stored when using the `jdbc` object store.\n\nIf undefined, it will use the default datasource.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"datasource","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.transaction-manager.object-store.create-table","additionalKeys":[],"configDoc":"Whether to create the table if it does not exist.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"create-table","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.transaction-manager.object-store.drop-table","additionalKeys":[],"configDoc":"Whether to drop the table on startup.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"drop-table","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.transaction-manager.object-store.table-prefix","additionalKeys":[],"configDoc":"The prefix to apply to the table.","withinAMap":false,"defaultValue":"quarkus_","javaDocSiteLink":"","docMapKey":"table-prefix","configPhase":"RUN_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.transaction-manager","enum":false}}] |
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
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
Oops, something went wrong.