Update instructions/convert-jpa-to-spring-data-cosmos.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Theo van Kraay 2025-08-14 14:50:07 +01:00 committed by GitHub
parent da10841bd2
commit 44111d2844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -913,7 +913,6 @@ public Set<RelatedEntity> getRelatedEntities() {
return StreamSupport.stream(this.findAll().spliterator(), false)
.collect(Collectors.toList());
}
````
2. **BigDecimal Compatibility (Java 17+)**: