orca icon indicating copy to clipboard operation
orca copied to clipboard

fix(config): Exception in fresh development environment (LocalGit)

Open gustavotemple opened this issue 2 years ago • 1 comments

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

gustavotemple avatar Jun 19 '23 22:06 gustavotemple

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.

spinnakerbot avatar Jun 19 '23 23:06 spinnakerbot