Skip to content

Commit

Permalink
merged from java 21 and updated some depedencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
Sowmya Ujjappa Banakar committed Jun 10, 2024
1 parent a1face5 commit 1478f0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public class IdObjectReferenceValidator implements IdObjectValidator {
*/
@PostConstruct
public void loadData() {
resetCache();
if (env.containsProperty(CACHE_RESET_CRON_PATTERN)) {
ScheduledExecutorService localExecutor = Executors.newSingleThreadScheduledExecutor();
TaskScheduler scheduler = new ConcurrentTaskScheduler(localExecutor);
Expand Down

0 comments on commit 1478f0f

Please sign in to comment.