Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#193 : fallback on static versions. #195

Merged

Conversation

symphony-soufiane
Copy link
Contributor

@symphony-soufiane symphony-soufiane commented Jun 13, 2022

Description

Closes #193
When generating a project, we fetch the latest versions of the BDK/WDK. In this PR, we catch the error when this request fails, and we use the default hardcoded version.
The default hardcoded version will be updated before every release of finos/Symphony generator.
Made use of https instead of http for the fetch request.

fallback

Checklist

  • Referenced an issue in the PR title or description
  • Filled properly the description and dependencies, if any
  • Unit/Integration tests updated or added
  • [] Javadoc added or updated
  • Updated the documentation in docs folder

When generating a project, we fetch the latest versions of the BDK/WDK. In this PR, we catch the error when this request fails, and we use the default hardcoded version.
The default hardcoded version will be updated before every release of finos/Symphony generator.
Made use of https instead of http for the fetch request.
@symphony-soufiane symphony-soufiane requested a review from a team June 13, 2022 15:46
Copy link
Contributor

@yinan-symphony yinan-symphony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fallback to using static version number if fetch latest version fails
2 participants