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

Support generation of multi-module guides #8

Merged
merged 5 commits into from
Jan 29, 2021
Merged

Conversation

ilopmar
Copy link
Contributor

@ilopmar ilopmar commented Jan 29, 2021

This PR adds support for multi-project guides and migrates the Consul guide to the new publication system. It partially fixes #1. Once this is merged I'll migrate the Jaeger guide that continues from this.

I've also added support to read skipGradleTests and skipMavenTests from metadata and default them to false if they are not present. What is missing is modifying the logic to generate the appropriate tesh.sh for multi-projects and take those flags into account.

Btw @sdelamo the .svg files are not rendered. Can you please convert them to .png? I've also included the original sketch file for future references so you should be able to export them.

@ilopmar ilopmar requested a review from sdelamo January 29, 2021 07:49
@sdelamo sdelamo mentioned this pull request Jan 29, 2021
if (guidesOption.language == Language.GROOVY) {
guidesFeatures.remove('graalvm')
}

BuildTool buildTool = guidesOption.buildTool
TestFramework testFramework = guidesOption.testFramework
Language lang = guidesOption.language
JdkVersion javaVersion = JdkVersion.JDK_8
Copy link
Contributor

Choose a reason for hiding this comment

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

do you want us to generate guides with JDK 8 or should we go to 11 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Umm... As we are defaulting apps in Launch to JDK11 I think we should go with 11 here too

@sdelamo sdelamo merged commit 0627caa into master Jan 29, 2021
@sdelamo sdelamo deleted the multi-module-guides branch January 29, 2021 08:51
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.

Migrate consul service discovery and jaeger to the new system
2 participants