orca
orca copied to clipboard
fix(config): Exception in fresh development environment (LocalGit)
After following the guide below in a fresh development environment (LocalGit): https://spinnaker.io/docs/community/contributing/code/developer-guides/dev-env/getting-set-up/
I got:
BeanInstantiationException: Failed to instantiate [com.netflix.spinnaker.fiat.shared.FiatService]: Factory method 'fiatService' threw exception
When I run ./gradlew run
The following commits need their title changed:
- b536d46cd4432006e96c3c3aec8893d9c3f48036: [LocalGit] Exception in fresh development environment
Please format your commit title into the form:
<type>(<scope>): <subject>, e.g. fix(kubernetes): address NPE in status check
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.