You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code below parellizes the processing across the number of supplied keys. But StringBuilder is not thread-safe. Causes random ArrayIndexOutOfBoundsExceptions in reactive/multi-threaded environments.
The code below parellizes the processing across the number of supplied keys. But StringBuilder is not thread-safe. Causes random ArrayIndexOutOfBoundsExceptions in reactive/multi-threaded environments.
spring-ai/spring-ai-core/src/main/java/org/springframework/ai/reader/JsonReader.java
Lines 95 to 99 in 5a35213
Most notable with large collections of JSON documents and keys and in reactive environments.
The text was updated successfully, but these errors were encountered: