Allow zero as value to certain tracking parameters#362
Conversation
Prior to this change, the parameters changed within this commit did not allow zero as a value as the minimum value they were compared to was 4.9E-324. Fixes #361
|
Both of the actions fail with the same error: I don't see how this is related to the change that I have made as I have not touched any dependencies. This seems to be related to change with See the below line for where it fails: It seems that this is related to the update that happened by Dependabot in f2e2da3, where it updated the version of jetty.servlet from 10.0.24 to 11.0.0 |
|
As mentioned in the commit, I reverted the change to This should fix the failing builds. |
|
The new version 4.0.0 is finally published. Sorry for the long waiting time. https://github.com/matomo-org/matomo-java-tracker/releases/tag/v4.0.0 |
Prior to this change, the parameters changed within this commit
did not allow zero as a value as the minimum value they were
compared to was 4.9E-324.
Fixes #361