matomo-java-tracker
matomo-java-tracker copied to clipboard
Official Java implementation of the Matomo Tracking HTTP API.
Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2. Release notes Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases. 3.1.2 Release Notes - Maven Deploy Plugin - Version 3.1.2 What's Changed [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by...
Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.2. Release notes Sourced from org.apache.maven.plugins:maven-install-plugin's releases. 3.1.2 Release Notes - Maven Install Plugin - Version 3.1.2 What's Changed [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by...
## Feature Description Currently, the Matomo Java Tracker sends each tracking request to the Matomo server as soon as it is created. This can lead to a large number of...
The current release script for our project lacks an essential step to keep the version information consistent across our documentation. Specifically, we need to update the versions in the Maven...
Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.6 to 4.9.3.0. Release notes Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.9.3.0 Users Support spotbugs 4.9.3 release Build Bump junit to 5.12.1 Bump fluido to 2.1.0...
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.0 to 4.9.3. Release notes Sourced from com.github.spotbugs:spotbugs-annotations's releases. SpotBugs 4.9.3 CHANGELOG Added Introduced UselessSuppressionDetector to report the useless annotations instead of NoteSuppressedWarnings (#3348) Fixed Do not...
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.11.0 to 3.12.1. Release notes Sourced from org.wiremock:wiremock's releases. 3.12.1 ð Bug fixes fix: use thread local document builder. (#2977) @âRafeArnold fix: handle unbound ns prefixes when...
Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.4.0 to 3.4.1. Release notes Sourced from org.apache.maven.plugins:maven-clean-plugin's releases. 3.4.1 ð New features and improvements release-drafter configuration (#88) @âslawekjaranowski Add PR Automation (#80) @âslawekjaranowski [MCLEAN-126] - Replaced...
Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 12.0.2 to 12.1.0. Release notes Sourced from org.owasp:dependency-check-maven's releases. Version 12.1.0 Refer to the CHANGELOG.md for information about improvements and upgrade notes. Commits See full diff in...
**Describe the bug** I would like to send as event value the value 0, but constraints in the TrackingParameterMethod do not allow that and an Exception fires. **Code snippets** ```java...