Spring common mistake : bypassing the proxy features
Or "why does the Spring magic stopped working?"
Jul 3, 20233 min read

Search for a command to run...
Or "why does the Spring magic stopped working?"

It must be green ok? — Ruby Rhod

Hi! This is my first post on a series of quick tips to improve your tests in Java, I hope you will learn something today 👍 Have you ever used Instant.now(), LocalDateTime.now() or ZonedDateTime.now() in your code, only to find it difficult to test l...
