citrusframework / citrus-simulator

Standalone simulator for different messaging transports such as Http REST, SOAP WebService, JMS, RMI, mail messaging and more
Apache License 2.0
44 stars 45 forks source link

auditable entities #166

Closed bbortt closed 11 months ago

bbortt commented 1 year ago

each entitiy (e.g. all in org.citrusframework.simulator.model) should contain auditing information, so I can have house-keeping jobs running for long-running simulators.

solution: an abstract auditing class (sample) should automatically add the createdDate and lastModifiedDate information to each entity.

conflicting fields with similar names shall be removed.

bbortt commented 1 year ago

I've already implemented and pushed it. but will wait for https://github.com/citrusframework/citrus-simulator/pull/163 to be done first.