Skip to content
En échec

#65 (16 août 2025, 06:21:39)

Démarrée il y a 6 mo. 3 j.
A duré 54 s

Started by GitHub push by tircis

This run spent:

  • 9,4 s waiting;
  • 54 s build duration;
  • 1 mn 4 s total from scheduled to completion.
Revision: 36b55d1d7d5836aca7fd2a60afb4a7a2f950dff9
Repository: https://github.com/codefilarete/stalactite.git/
  • refs/remotes/origin/master
Changes
  1. Removing RelationalEntityPersister.getColumn(..) method which is unused (commit: e81e130) (details / githubweb)
  2. Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm. Makes it support composite key criteria. (commit: 2c64715) (details / githubweb)
  3. Renaming SimpleIdentifierAssembler to SingleIdentifierAssembler to clarify its intent. (commit: 0616c0b) (details / githubweb)
  4. Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm: root as table-per-class polymorphic case. (commit: 38f8e3e) (details / githubweb)
  5. Adding tests on EntityCriteriaSupport accessor-to-column collect algorithm: collection of element property case. (commit: 31e065c) (details / githubweb)
  6. Moving entity criteria classes to a more suitable package (commit: 97a3558) (details / githubweb)
  7. Extracting AggregateAccessPointToColumnMapping from EntityCriteriaSupport into separate class (commit: 62ff5af) (details / githubweb)
  8. Reviewing AggregateAccessPointToColumnMapping properties collection logic for better code understanding (commit: 3225bf4) (details / githubweb)
  9. Adding support for Map criteria in Spring Data derived queries (commit: c7183ea) (details / githubweb)
  10. Aligning Map query capability on Spring-Data one : they can only be queried on their values, not their keys. Thus, the algorithm is simpler. We do the same simplification for Element Collection. (commit: 36b55d1) (details / githubweb)