How to support hard aging of java.time date-time based system in Java 8?
I didn't find a way to inject fixed clock at one place for entire code base. Otherwise i need to change my code to either inject Clock in every place i get instant.
Testers wanted to validate year end,month end scenarios while running their scripts. I need to provide this feature through configuration which should to apply to entire application.