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

Prepare central deployment #221

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

robertoschwald
Copy link
Member

No description provided.

robertoschwald and others added 5 commits July 8, 2021 16:54
…certain condition

Fix #224

When the Stampable is inheriting from a super class, for example

1. The super class `WithDynamicFields` implements Stampable
```
abstract class WithDynamicFields<D> implements Auditable, Stampable<D> {

}
```

2. The actual class extends the super class `WithDynamicFields`

```
class Article extends WithDynamicFields<Article> {

}
```

Currently under this condition, createdBy and lastUpdatedBy value saved to database is always 'N/A', it doesn't happen when class `Article` implements `Stampable` directly.

This commit fixes the above issue
@aadrian
Copy link

aadrian commented Aug 29, 2023

@robertoschwald any news on deploying to Maven Central ?

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.

None yet

3 participants