Skip to content
Started 2 yr 1 mo ago
Took 36 sec

Build #64 (Mar 29, 2022, 9:49:06 PM)

Changes
  1. [Upd, Feature #10] Add a configuration parameter for datetime serialization. (commit: b929ff4) (details / githubweb)
  2. [Feature #10] Implement serialization of date/time as ISO string using ValueSerializer. (commit: 22ce7f4) (details / githubweb)
  3. [Feature #10] Implement serialization of datetime values as the number of millis since epoch. (commit: 3c81513) (details / githubweb)
  4. [Feature #10] Support globally configuring datetime format. (commit: cac09b0) (details / githubweb)
  5. [Feature #10] Javadoc correction. (commit: 0fbc714) (details / githubweb)
  6. [Feature #10] Incorporate new temporal serializers as built-in value serializers. (commit: 5cf1b93) (details / githubweb)
  7. Align type coercion with JOPA's XSD datatype handling. (commit: 6facb44) (details / githubweb)
  8. Rely more on JOPA datatype transformation. Simplify LangString handling. (commit: 8b809d9) (details / githubweb)
  9. Minor deserialization cleanup. (commit: fedbe5f) (details / githubweb)
  10. [Feature #10] Implement transformation between offset-based temporals and other representations (zoned, local, instant, date). (commit: e3ac3f8) (details / githubweb)
  11. [Feature #28] Add interface and management for custom deserializers. (commit: 9544e89) (details / githubweb)
  12. [Feature #28] Pass custom deserializers to the deserialization process. (commit: 1fc94ab) (details / githubweb)
  13. [Feature #28] Use custom deserializer when it matches root target type. (commit: b57c666) (details / githubweb)
  14. [Feature #28] Use custom deserializer when deserializing singular property value. (commit: 34c9341) (details / githubweb)
  15. [Feature #28] Use custom deserializer when deserializing plural property value. (commit: e166790) (details / githubweb)
  16. [Feature #10] Implement and use custom deserializers for datetime values. (commit: 07e9f78) (details / githubweb)
  17. [Feature #10] Implement and use custom deserializers for time values. (commit: 7bcdc47) (details / githubweb)
  18. [Feature #10] Implement and use custom deserializers for date values. (commit: 4e8d90e) (details / githubweb)
  19. [Feature #10] Implement and use custom deserializers for Instant value. (commit: 626ee56) (details / githubweb)
  20. [Feature #10] Implement and use custom (de)serializers for TemporalAmount values. (commit: 8a98e3c) (details / githubweb)
  21. [Feature #10] Unify exception handling in datetime deserializers. (commit: d0195a7) (details / githubweb)
  22. [Doc] Minor Javadoc updates. (commit: ab1bedd) (details / githubweb)
  23. [Feature #28] Handle null returned from custom deserializers. (commit: c94ba17) (details / githubweb)
  24. [Upd] Update dependencies. (commit: 3fc5c7c) (details / githubweb)
  25. [Upd] Update to JOPA 0.18.5, fix Java 8 compilation issue. (commit: d472045) (details / githubweb)
  26. [0.9.0] Bump version, update readme with info on new datetime-related parameters. (commit: f94eb24) (details / githubweb)
  27. [Fix] Fix site name in pom.xml. (commit: 2727d5a) (details / githubweb)

Started by GitHub push by ledsoft

This run spent:

  • 7.5 sec waiting;
  • 36 sec build duration;
  • 44 sec total from scheduled to completion.
Revision: 2727d5ac0fb1e383304a3a692e79ab5911c3b521
Repository: https://github.com/kbss-cvut/jb4jsonld.git
  • origin/master
Test Result (no failures)
    Jacoco - Overall Coverage Summary
    INSTRUCTION92%
    BRANCH86%
    COMPLEXITY85%
    LINE95%
    METHOD94%
    CLASS98%