spring-boot/spring-boot-project/spring-boot-devtools/src
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
..
intTest/java Merge branch '2.7.x' into 3.0.x 2023-06-13 13:51:51 +01:00
main Remove unnecessary synchronization 2023-08-03 17:33:52 +02:00
test Small assertions improvements 2023-05-10 08:38:07 +02:00