Skip to content
Succès

#88 (30 nov. 2025, 15:57:07)

Démarrée il y a 2 mo. 17 j.
A duré 4 mn 43 s
Artefacts du build

Started by GitHub push by tircis

This run spent:

  • 5,6 s waiting;
  • 4 mn 43 s build duration;
  • 4 mn 49 s total from scheduled to completion.
Revision: bb6e2e9cb72cb3098ad74c4009889da8f200c92e
Repository: https://github.com/codefilarete/stalactite.git/
  • refs/remotes/origin/master
Résultats des tests (aucune erreur)
    Changes
    1. Removing AlreadyAssignedIdentifierPersistExecutor because we can use the default behavior of DefaultPersistExecutor that relies on persister::isNew which, at the very end, cascades the behavior to IsNewDeterminer and, in particular to AlreadyAssignedIdDeterminer for this case. (commit: 38c2c13) (details / githubweb)
    2. Adding relations support to embeddable mapping configuration: adding many-to-one. (commit: 1eb8e5a) (details / githubweb)
    3. Removing unnecessary calls to columnName("isbn") that was added to fix an issue with detection of properties starting with "is" (commit: 5739ad0) (details / githubweb)
    4. Making ManyToOneRelation having its owned MappedByConfiguration class to avoid external usage of ManyToMany.MappedByConfiguration, thus letting ManyToOneRelation have its owned method naming (commit: 8d65bbc) (details / githubweb)
    5. Adding relations support to embeddable mapping configuration: adding many-to-one for mappedSuperClass. (commit: a98ec59) (details / githubweb)
    6. Adding relations support to embeddable mapping configuration: fixing columnName(..) integration in many-to-one. (commit: bf6060e) (details / githubweb)
    7. Implementing missing feature OneToOneOptions.columnName(..) (commit: bb6e2e9) (details / githubweb)