Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: strip testCMD class of license-related functionality and de…
…pendencies ♻️ 🗑️ 🧹 - Removed constructor with dependencies (`SheftService`, `LicenseService`, `ObjectMapper`) - Added empty constructor - Removed all injected services (`sheftService`, `licenseService`, `jacksonObjectMapper`) - Emptied `run` method, removing license generation and validation logic - Added unused imports (`InitialSetupMigration`, `AuthorityRepository`) - Retained unused license-related imports (`LicenseDTO`, `LicenseValidationResult`) - Simplified class to an empty implementation of `CommandLineRunner` This change indicates a significant architectural shift or preparation for future implementation.
- Loading branch information