Skip to content

remove javax usage to fix compatibility with spring6

Rustam Lotsmanenko (EPAM) requested to merge fix-for-spring6-migration into main

The issue was spotted during spring migration in Indexer service: osdu/platform/system/indexer-service!745 (merged)

@PostConstruct from Javax is not working properly, client not getting the required configurations.

Merge request reports