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

feat/advanced-relationship-handling #4

Merged
merged 1 commit into from
May 28, 2024

Conversation

phmz
Copy link
Contributor

@phmz phmz commented May 26, 2024

  • Implemented a default ObjectIdMixin in the DataEventBroadcaster to standardize serialization of entity identifiers, primarily to prevent infinite reference loops in entity associations.
  • Introduced a new constructor in DataEventBroadcaster that allows custom ObjectMapper configurations via an ObjectMapperConfigurator.
  • Added the ObjectMapperConfigurator interface to facilitate user-defined customization of the ObjectMapper.
  • Expanded unit tests in DataEventBroadcasterTest

Copy link

github-actions bot commented May 26, 2024

⚡ Coverage report

Overall Project 85.58% 🍏
Files changed 100% 🍏

File Coverage
DataEventBroadcaster.java 100% 🍏

@phmz phmz force-pushed the feat/advanced-relationship-handling branch from d2a1c17 to 2f9d272 Compare May 26, 2024 18:56
@phmz phmz requested a review from tmonegier May 26, 2024 19:03
@phmz phmz self-assigned this May 26, 2024
@phmz phmz added the enhancement New feature or request label May 26, 2024
@phmz phmz requested a review from lolo101 May 27, 2024 07:16
@phmz phmz force-pushed the feat/advanced-relationship-handling branch from 2f9d272 to 46737b2 Compare May 28, 2024 09:08
@phmz phmz merged commit e3edd97 into main May 28, 2024
1 check passed
@phmz phmz deleted the feat/advanced-relationship-handling branch May 28, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants