Skip to content
Succès

#60 (5 juil. 2025, 06:33:44)

Démarrée il y a 7 mo. 15 j.
A duré 5 mn 32 s
Artefacts du build

Started by GitHub push by tircis

This run spent:

  • 30 s waiting;
  • 5 mn 32 s build duration;
  • 5 mn 41 s total from scheduled to completion.
Revision: b66955083754c4613a4f1a135afcb893023a5b20
Repository: https://github.com/codefilarete/stalactite.git/
  • refs/remotes/origin/master
Résultats des tests (aucune erreur)
    Changes
    1. Introducing a new ColumnedRow to replace Row access by column name for access by Selectable. This allows aligning RowTransformer and IdAssembler way of reading data from ResultSet and simplify data access. Computing the right ColumnedRow according to JoinNode is let to EntityTreeInflater and some RowConsumers (especially polymorphic ones) to avoid "real" consumers be disturbed by this mechanism. Additionally, copyTransformerWithAliases(..) is nor more useful because we can get contextualized data at any time. (commit: cbd3e7f) (details / githubweb)
    2. Removing IdentifierAssembler.assemble(Function<Column, Object>) because it is useless after the refactoring of using ColumnedRow everywhere (commit: 7c79667) (details / githubweb)
    3. Fixing indexed many-to-many and indexed one-to-many relations (order was wrong) (commit: 48a7bf1) (details / githubweb)
    4. Allow Multiple Foreign Keys to target same named Columns (commit: dfa880f) (details / githubweb)
    5. Applying slf4j relocation to reload4j (commit: 72c6abb) (details / githubweb)
    6. Making possible to read an AssociationRecord from an association table (commit: b669550) (details / githubweb)