Skip to content

[BUGFIX] BulletConfig did not recreate the BulletRecordProvider if it was set after creation

Compare
Choose a tag to compare
@akshaisarma akshaisarma released this 13 May 21:33
· 36 commits to master since this release

The BulletRecordProvider was instantiated once after constructor and did not change if the setting for the class was changed in BulletConfig afterwards. This release doesn't change that behavior, however, it adds a BulletConfig#createBulletRecordProvider() method to always fetch the latest value for the setting and cache it so that future calls to getBulletRecordProvider() do return the up-to-date value.

This release also updates to bullet-record-1.1.3