Skip to content
Succès

#108 (1 févr. 2026, 14:28:32)

Démarrée il y a 14 j.
A duré 4 mn 51 s
Artefacts du build

Started by GitHub push by tircis

This run spent:

  • 9 s waiting;
  • 4 mn 51 s build duration;
  • 5 mn 0 s total from scheduled to completion.
Revision: 35f70acc312a2563eac1900b1408d73c741cd066
Repository: https://github.com/codefilarete/stalactite.git/
  • refs/remotes/origin/master
Résultats des tests (aucune erreur)
    Changes
    1. `EntityPersister.selectWhere` enhancement: possibility to declare a condition of an element property of a collection (declared as one-to-many for example). (commit: ae26778) (details / githubweb)
    2. Possibility to declare a projection by some method references in the select clause (to be enhanced) (commit: 23a5c32) (details / githubweb)
    3. Code cleanup (commit: f6b9dae) (details / githubweb)
    4. Possibility to declare a projection by some method references in the select clause: removing the `selectionProjectionWhere(Set<CriteriaPath>)` signature (previous commit) and introducing the SelectAdapter class, which is also used to configure simple Column addition to the Select clause. Hence, we have a single method signature to fulfil both needs. (commit: eb38872) (details / githubweb)
    5. Simplifying data access for projected values: (commit: 35f70ac) (details / githubweb)