banking-kata-java
banking-kata-java copied to clipboard
Banking Kata (Java)
When a new account is opened, the event AccountOpened should be published.
Mutation testing used to work, but stopped working after the addition of environment variables The error is: ` 4:46:45 PM PIT >> SEVERE : Tests failing without mutation: Description [testClass=com.optivem.kata.banking.BankingApplicationTests,...
Consider configuring multiple environments. For example, different database connection strings per environment.
In the class RandomAccountIdGenerator, currently GENERATOR_ID is hardcoded but it needs to be made configurable
I had disabled SonarQube, pending to resolve the warnings then I will re-enable it.