spring-projects / spring-data-commons

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.

Home Page:https://spring.io/projects/spring-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revert workaround for Java 8 `ConcurrentHashMap` bug

manasjoshi14 opened this issue · comments

I believe we can revert the changes done in this PR for this issue DATACMNS-1396. This change was done for a bug in java 8 and latest spring versions require java 17+

Good catch, it makes sense to improve our code.