UNOMI-579 Fix Condition evaluator integration test date calculation (#431)

* UNOMI-579 Fix issue with testDate on Condition evaluator integration tests
- Added a 1h increment to compensate for daylight saving time messing with the day interval calculation.

* UNOMI-579 Fix issue with testDate on Condition evaluator integration tests
- Added a 1h increment to compensate for daylight saving time messing with the day interval calculation.

(cherry picked from commit 24d0ad37256a175d2ace4812ba078abb796f9547)
1 file changed
tree: 600c3009dea63755a8ecc13a8ee01ec68b9acbc0
  1. .github/
  2. api/
  3. common/
  4. docker/
  5. extensions/
  6. itests/
  7. kar/
  8. lifecycle-watcher/
  9. manual/
  10. metrics/
  11. package/
  12. persistence-elasticsearch/
  13. persistence-spi/
  14. plugins/
  15. rest/
  16. samples/
  17. scripting/
  18. services/
  19. src/
  20. tools/
  21. wab/
  22. .gitignore
  23. buildAndRun.sh
  24. buildAndRunNoTests.sh
  25. BUILDING
  26. compileDeploy.sh
  27. generate-package.sh
  28. generate-site-and-upload.sh
  29. generate-site.sh
  30. KEYS
  31. LICENSE
  32. license-mappings.xml
  33. MERGING-PULL-REQUESTS
  34. NOTICE
  35. NOTICE.template
  36. pom.xml
  37. README.md
  38. release-audit.sh
  39. setenv.sh
  40. update-notice.sh
README.md

Build Status Maven Central

Apache Unomi

https://unomi.apache.org

Apache Unomi stores user profile information and is mostly used to provide a backend server for A/B testing and personalization. To do so it implements the currently under development OASIS Context Server specification.

License

The source code is available under the Apache License V2

Branches

  • main (master) branch: is the current development branch and should be considered unstable. At this it might even not compile. It is only recommended for Unomi developers or people looking to contribute on the project.
  • unomi-X.X.X branches : these are the maintenance branches of the stable releases of Apache Unomi and should always compile and be stable. These are recommended for users that prefer to work from the source code. Otherwise you can find packaged binaries on the Apache Unomi website.

Documentation

You can find all the updated documentation, including building and deployment instructions, on the Apache Unomi web site.