79179138

Date: 2024-11-11 21:14:11
Score: 2.5
Natty:
Report link

This turned out to be default caching in the (IBM Sterling COTS) map component. Under Fuse, the cache wasn't working for some reason (unintentional), when we migrated to Spring Boot, the cache started working, breaking some of our test cases. We just configured the IBM cache to expire in a very short interval and that satisfies our test cases.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Cbraden