Skip to content

Releases: imperva/stepping

5.1.0

17 Jun 16:25
f01b59a
Compare
Choose a tag to compare

Increase all dependencies versions

Make Distribution class constructor public

04 May 08:09
Compare
Choose a tag to compare

Make Distribution class constructor public

v4.0.5

26 Apr 06:50
Compare
Choose a tag to compare

increase ver in pom

v4.0.4

26 Apr 03:32
Compare
Choose a tag to compare

make distribute protected to enable custom implementation of IDistributionStrategy

Make IStepDecorator Public

25 Apr 13:04
Compare
Choose a tag to compare

Make IStepDecorator Public to enable custom implementations of IDistributionStrategy

Improve logs

21 Apr 05:44
Compare
Choose a tag to compare

Decrease amount of "Errors" when Stepping is about to die

Fix pom to use pgp only on deploy

13 Apr 08:03
Compare
Choose a tag to compare

Fix pom to use pgp only on deploy

Visualizer + Fix bugs

13 Apr 07:21
Compare
Choose a tag to compare
  • Integrate Visualizer in Beta
  • Expose a way to decide the name of the threads of the steps
  • Fix a critical bug in SharedDistributionStrategy

Test Coverage + Introducing new SteppingLauncher

12 Oct 15:40
Compare
Choose a tag to compare
  • Test coverage from 0 to 68%
  • SteppingLauncher - A new way to instantiate Stepping, good for: Component Tests, Debugging, Varying Stepping instantiation in production at runtime based on configuration (be able to init a subset of the steps, override steps config), run Stepping for a one time task or a time-based task

Bug fixes

14 Jul 07:03
Compare
Choose a tag to compare
  • Fix bug caused by using the RunningPeriodicCronDelay API. When changing the delay the previous task was not closed properly
  • When Shouting an orphan Subject (one that no Step is attached to it), Stepping will not fail, but just emit a log error