spring-boot/spring-boot-project/spring-boot-devtools
Moritz Halbritter 726d2e6678 Remove unnecessary synchronization
- on AtomicBoolean in SpringApplicationBuilder
- on SimpleFormatter
- in a private method in FileSystemWatcher which is always called in a
  synchronized block
- Replaced synchronized guarded HashMap with ConcurrentHashMap
2023-08-03 17:33:52 +02:00
..
src Remove unnecessary synchronization 2023-08-03 17:33:52 +02:00
build.gradle Don't apply configuration-properties from auto-configuration plugin 2023-04-17 00:41:25 -07:00