Skip to content
Started 1 yr 0 mo ago
Took 8 min 36 sec

Build #199 (Apr 26, 2023, 1:43:03 PM)

Changes
  1. [Enhancement #138] Add acceptance test for SOQL. (commit: d313c01) (details / githubweb)
  2. [Fix] Override fetch type of inferred types and properties to eager. (commit: 8b9304e) (details / githubweb)
  3. [0.21.2-SNAPSHOT] Bump version to snapshot. (commit: 7bb7a03) (details / githubweb)
  4. [Bug #150] Add test reproducing the issue. (commit: 14f6f05) (details / githubweb)
  5. [Bug #150] Refactor RDF4J OntoDriver repository connection to support adding repository-specific connectors. (commit: 4aa44b9) (details / githubweb)
  6. [Bug #150] Add a GraphDBStorageConnector whose isInferred implementation ignores context for the inferred statement. (commit: 938f7c2) (details / githubweb)
  7. [Bug #150] Check whether an attribute value is already inferred before inserting it into the repository. (commit: 9ee6c43) (details / githubweb)
  8. Remove TODO. (commit: a210ef4) (details / githubweb)
  9. [Enhancement #136] Clear cache on EMF close. (commit: 714e177) (details / githubweb)
  10. [Enhancement #136] Remove closed EMF from set of active EMFs. (commit: a033769) (details / githubweb)
  11. [0.20.2] Bump version, update changelog. (commit: 6816505) (details / githubweb)
  12. [Feature #60, #134] Extend JOPA API with enum mapping classes. (commit: b6f62bb) (details / githubweb)
  13. [Feature #60] Add a marker annotation for enums mapped to object property values (OWL ObjectOneOf). (commit: 8cc48d4) (details / githubweb)
  14. [Feature #60] Implement ObjectOneOfEnumConverter for object property enum values. (commit: f6ac972) (details / githubweb)
  15. [Feature #60] Create ObjectOneOfEnumConverter when resolving converter for enum-valued object property attribute. (commit: 64d7cf2) (details / githubweb)
  16. [Feature #60] Implement enum value mapping for singular object property attributes. (commit: 2769df9) (details / githubweb)
  17. [Feature #60] Implement enum value mapping for plural object property attributes. (commit: 45dc1d2) (details / githubweb)
  18. [Feature #60] Integration tests of mapping enum constants to ontological individuals. (commit: 270dc8c) (details / githubweb)
  19. [Enhancement #134] Implement OrdinalEnumConverter for converting ordinal values to enum constants and vice versa. (commit: 4a8ad8f) (details / githubweb)
  20. [Enhancement #134] User OrdinalEnumConverter when ordinal enum attribute mapping is configured. (commit: 88a5f42) (details / githubweb)
  21. [Enhancement #134] Integration tests of ordinal enum attribute mapping. (commit: e45612e) (details / githubweb)
  22. [Fix] Do not output empty WHERE/HAVING clause from CriteriaQuery into SOQL query. (commit: e5db0f4) (details / githubweb)
  23. Switch to the dev.aspectj AspectJ Maven plugin. (commit: 99661b7) (details / githubweb)
  24. [SCA] Minor SCA-based code improvements. (commit: 47b9b2a) (details / githubweb)
  25. [0.21.0] Bump version, update changelog. (commit: 76c37ad) (details / githubweb)
  26. Bump snapshot version. (commit: bafefa7) (details / githubweb)
  27. Allow using generic types as plural attribute elements. (commit: b257c29) (details / githubweb)
  28. [Fix] Update readme, fix broken links and obsolete info. (commit: d037a0a) (details / githubweb)
  29. [0.21.1] Bump version, update changelog. (commit: 8d407ab) (details / githubweb)
  30. [Fix] Override fetch type of inferred types and properties to eager. (commit: e9d246e) (details / githubweb)
  31. [0.21.2-SNAPSHOT] Bump version to snapshot. (commit: e3d9eef) (details / githubweb)
  32. [Bug #150] Add test reproducing the issue. (commit: 7d2ce4f) (details / githubweb)
  33. [Bug #150] Refactor RDF4J OntoDriver repository connection to support adding repository-specific connectors. (commit: 26b245e) (details / githubweb)
  34. [Bug #150] Add a GraphDBStorageConnector whose isInferred implementation ignores context for the inferred statement. (commit: 421c0fd) (details / githubweb)
  35. [Bug #150] Check whether an attribute value is already inferred before inserting it into the repository. (commit: bacbdc3) (details / githubweb)
  36. Remove TODO. (commit: ca09dac) (details / githubweb)
  37. [Enhancement #138] Use a VALUES clause when a parameter projected in selection is set in a SPARQL query. (commit: 2d1b0b6) (details / githubweb)
  38. [Enhancement #138] Working on support for selection by entity identifier in SOQL. (commit: cc5b4bf) (details / githubweb)
  39. [Enhancement #138] Support selection by equality of entity identifier in SOQL. (commit: 3369603) (details / githubweb)
  40. [Enhancement #138] Support selection by entity identifier using the IN operator. (commit: f7804d7) (details / githubweb)
  41. [Enhancement #138] Resolve SOQL parsing issues w.r.t. selection by entity identifier. (commit: d2054a0) (details / githubweb)
  42. [Enhancement #138] Ensure Criteria API supports selection by identifier. (commit: c90bb86) (details / githubweb)
  43. [Bug #153] Prevent registration of custom attribute converters for ObjectProperty attributes. (commit: 29bada0) (details / githubweb)
  44. [Enhancement #152] Extend SOQL grammar with new functions (string and numeric). (commit: d19bdc9) (details / githubweb)
  45. [Enhancement #152] Add tests for parsing SOQL with upper/lower functions. (commit: 7c4af9d) (details / githubweb)
  46. Add test reproducing the issue. (commit: 3e3fa02) (details / githubweb)
  47. [Enhancement #152] Improve support for String SOQL functions, add tests for more complex behavior. (commit: d20fc30) (details / githubweb)
  48. [Fix] Support multiple comparison operators on the same attribute in SOQL. (commit: 4896d56) (details / githubweb)
  49. [Enhancement #152] Extend Criteria API with support for lower/upper string functions. (commit: d5b13ff) (details / githubweb)
  50. [Enhancement #152] Extend SOQL an Criteria API with numeric functions length(string), abs, ceil, floor. (commit: 5cc53af) (details / githubweb)
  51. [Enhancement #152] Add tests for numeric functions length(string), abs, ceil, floor. (commit: 9d385f1) (details / githubweb)
  52. [Enhancement #152] Fix test of math functions in Criteria API. (commit: eaf0b5e) (details / githubweb)
  53. [Fix] Fix a NPX when an unpersisted non-initialized object was referenced in equals/hashCode of an entity. (commit: 7aeb27c) (details / githubweb)
  54. [Fix] Prevent clashes when generating query test data. (commit: 559a41a) (details / githubweb)
  55. [SCA] SCA-based code improvements. (commit: 3a4c90b) (details / githubweb)
  56. [0.22.0] Bump version, update changelog. (commit: 0dc8344) (details / githubweb)

Started by GitHub push by ledsoft

This run spent:

  • 9.4 sec waiting;
  • 8 min 36 sec build duration;
  • 8 min 45 sec total from scheduled to completion.
Revision: e4c2ad58ed100bbec27d4df5dc5cb19253ac1950
Repository: https://github.com/kbss-cvut/jopa.git
  • origin/master
Test Result (no failures)
    Jacoco - Overall Coverage Summary
    INSTRUCTION85%
    BRANCH76%
    COMPLEXITY74%
    LINE85%
    METHOD81%
    CLASS93%