[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support @CreatedDate for Datastore auditing #534

Open
meltsufin opened this issue Jul 15, 2021 · 2 comments
Open

Support @CreatedDate for Datastore auditing #534

meltsufin opened this issue Jul 15, 2021 · 2 comments
Labels

Comments

@meltsufin
Copy link
Member

Migrated from: spring-attic/spring-cloud-gcp#1809

Currently we only support @LastModifiedDate, and do not support @CreatedDate because it's difficult to know if the entity is being created when saving unless we do a second request to check if that ID already exists. We also cannot rely on the entity ID being NULL, because the users can set the ID for new entities as well.

The proposal is to support @CreatedDate based on the NULL ID, and clearly document that it will not work if you set the ID manually.

@Alos

@2021H1030039G
Copy link

Can I contribute to this issue?

@elefeint
Copy link
Contributor
elefeint commented Sep 8, 2022

@2021H1030039G This isn't the right difficulty level for a first-time contributor, sorry. I recommend browsing issues marked with "good first issue" -- https://github.com/search?q=%22good+first+issue%22

prash-mi pushed a commit that referenced this issue Jun 20, 2023
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants