Skip to content

Commit

Permalink
Using @WithName to workaround the config bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Nov 6, 2023
1 parent 6accc13 commit 5446050
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,14 @@ interface ConnectionManagerConfig {
/**
* Whether the connection manager should use same RM override
*/
@WithName("is-same-rm-override")
Optional<Boolean> isSameRMOverride();

/**
* Whether the connection manager should wrap the XAResource
*/
@WithDefault("true")
@WithName("wrap-xa-resource")
boolean wrapXAResource();

/**
Expand Down

0 comments on commit 5446050

Please sign in to comment.