Skip to content

MODWRKFLOW-69: Support checksums, created on date, and updated on date.#160

Merged
kaladay merged 5 commits into
masterfrom
MODWRKFLOW-69
Jul 15, 2026
Merged

MODWRKFLOW-69: Support checksums, created on date, and updated on date.#160
kaladay merged 5 commits into
masterfrom
MODWRKFLOW-69

Conversation

@kaladay

@kaladay kaladay commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Resolves MODWRKFLOW-69 .

Add checksum, created on, and updated on fields.

Provide default time stamps.
Provide interfaces for handling added fields.

Update unit tests.

Add checksum, created on, and updated on fields.

Provide default time stamps.
Provide interfaces for handling added fields.

Update unit tests.
@kaladay
kaladay requested a review from a team July 10, 2026 20:52
…vate/deactivate.

A likely better design is to just get the success/failure and control the model locally.
This would require just updating the desired fields.

However, doing this would require more massive changes.
@Column(nullable = false, unique = true)
private String name;

@OneToMany

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SonarQube warning present here in this annotation OnetoMany - is not fully defined -either mappedBy or @JoinColumn is missing.

@kaladay kaladay Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, probably need something like:

@OneToMany(mappedBy = "workflow")

The oneToMany isn't new code and this change set does not change that code.
We probably should create an issue and address this separately as it is out of scope and has potential for breaking changes.

SonarQube incorrectly believes that the OneToMany is new code.

see: https://www.baeldung.com/hibernate-one-to-many

@sonarqubecloud

Copy link
Copy Markdown

@kaladay
kaladay merged commit e5e4937 into master Jul 15, 2026
16 checks passed
@kaladay
kaladay deleted the MODWRKFLOW-69 branch July 15, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants