Skip to content
Succès

#67 (18 août 2025, 18:00:57)

Démarrée il y a 6 mo. 1 j.
A duré 4 mn 32 s
Artefacts du build

Started by GitHub push by tircis

This run spent:

  • 6,4 s waiting;
  • 4 mn 32 s build duration;
  • 4 mn 38 s total from scheduled to completion.
Revision: 49d26eb96f67d67189f244868d71778148f0dc88
Repository: https://github.com/codefilarete/stalactite.git/
  • refs/remotes/origin/master
Résultats des tests (aucune erreur)
    Changes
    1. Fixing TODO of AbstractPolymorphicEntityFinder.newWhereIdClause(..): replaced by a method that does the job of the callers (which are subclasses) to reduce code duplication. The very reason of the TODO has been fixed by allowing to clone the EntityCriteriaSupport without making it rescan the aggregate properties. (commit: 060aa76) (details / githubweb)
    2. code cleanup (commit: 221cf38) (details / githubweb)
    3. Adding tests for projection queries with OrderBy support (commit: 7284499) (details / githubweb)
    4. Adding tests for Limit support on Spring derived queries and projections (commit: 1c4901e) (details / githubweb)
    5. Code cleanup (commit: e5f2e74) (details / githubweb)
    6. Fixing wrong behavior that was allowing to limit an aggregate with some Collection relation. One of the previous refactoring removed it. (commit: a03865e) (details / githubweb)
    7. Enhancing column mapping resolution by getting cloned columns at collection time instead of retrieval time (commit: 67b0152) (details / githubweb)
    8. Fixing and enhancing Spring Data projection missing features (pagination and sorting). (commit: 49d26eb) (details / githubweb)