Skip to content

Conversation

@rbygrave
Copy link
Member

Change the underlying storage of deleting beans to be by type by id so:

private Map<Class<?>, Set> deletingBeans;

Change the underlying storage of deleting beans to be by type by id so:

  private Map<Class<?>, Set<Object>> deletingBeans;
@rbygrave rbygrave self-assigned this Aug 31, 2025
@rbygrave rbygrave linked an issue Aug 31, 2025 that may be closed by this pull request
@rbygrave rbygrave added this to the 16.0.1 milestone Aug 31, 2025
@rbygrave rbygrave merged commit 1135eb3 into master Aug 31, 2025
1 check passed
@rbygrave rbygrave deleted the feature/3665 branch August 31, 2025 10:32
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.

Database.deleteAll() Skips Bean due to Hash Collision

2 participants