Skip to content

Commit

Permalink
Merge branch 'hotfix-0.3.1' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Apr 29, 2021
2 parents 23c13be + 51f1235 commit f59457e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.3.1

* [#11](https://github.com/pixl8/cbjgroups/issues/11) Fix issue where app context is missing when running logic when cluster membership changes


## 0.3.0

* [#9](https://github.com/pixl8/cbjgroups/issues/9) Add method on cluster to determine whether or not this member is the coordinator
Expand Down
1 change: 1 addition & 0 deletions models/CbJGroupsCluster.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ component {
*
*/
public void function viewAccepted( required any view ) {
_setupApplicationContext();
_announceInterception( "onJgroupsClusterMemberChange", { view=arguments.view } );
}

Expand Down

0 comments on commit f59457e

Please sign in to comment.