Skip to content

Commit

Permalink
fix: initialize failover2 topology monitors after dialect is updated (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo authored Nov 22, 2024
1 parent 7734146 commit ec0a6cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Abort interrupts running queries ([PR #1182](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1182))
- Use the AwsCredentialsProviderHandler from the ConfigurationProfile when it is defined ([PR #1183](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1183)).
- Use iamHost property in federated auth and okta plugins ([PR #1191](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1191))
- Initialize failover2 topology monitors after dialect is updated ([PR #1196](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1196))

## [2.5.2] - 2024-11-4
### :bug: Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public static void clearCache() {
@Override
protected void init() throws SQLException {
super.init();
this.initMonitor();
}

protected ClusterTopologyMonitor initMonitor() {
Expand Down

0 comments on commit ec0a6cc

Please sign in to comment.