-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: backport changes from branch 7.1-jdk17 (#204)
* build: initialize JDK 17 build * fix: remove Gradle Enterprise test distribution * refactor: move immutable classes to records * doc: fix minor documentation issues [skip ci] * refactor: renamed default branch * docs: merge latest documentation updates from main branch [skip ci] * chore(release): initialize release 7.1.0 * feat: add support of Node.js distribution for Linux ARM64 architectures (#199) Fixes #190 * feat: add support for retryable download of Node.js distribution (#202) * add retry mechanism to downloads (#200) * Fixed line endings. * Fixed Gradle Wrapper mode. * Fixed website code tabs. * Fixed website code tabs. * Fixed website code tabs. * Fixed website code tabs. * Fixed website code tabs. * Fixed website code tabs. * Fixed website code tabs. * Fixed sitemap. * Fixed test coverage reporting. * Fixed website issues. * Before merging branch 4.0-jdk11. * Added website publication. * Updated sitemap. * Fixed invalid SpringBoot version number in examples * Initialized release 5.0.1. * Fixed #153 (#154) (#155) * Fixed #152 (#156) * Added contributor. * Merged fix for #149 (#157) * Upgraded to Gradle 6.8.3. * Updated website. * Initialized release 5.1.0. * Fixed #148 (#159) * Merged changes from branch 5.1-jdk8. * Initialized release 5.2.0. * Fixed #161 (#163) * Merged changes from branch 5.2-jdk8. * Merged changes from branch master. * Updated documentation. * Initialized release 5.3.0. * Fixed #165 (#166) * Added FAQ section. * Fixed page title * chore(release): release 7.0.0 * doc: fixed website publication [skip ci] * docs: fix web page metadata * docs: fix web page metadata * docs: add links to released artifacts, fix descriptions for examples [skip ci] * docs: fix website publication [skip ci] * docs: add missing component import [skip ci] * add retry mechanism to downloads --------- Co-authored-by: Vincent Bories-Azeau <5869062+vboriesazeau@users.noreply.github.com> Co-authored-by: Vincent BA <5869062+v1nc3n4@users.noreply.github.com> Co-authored-by: Jean Detoeuf <Jean.Detoeuf1@ibm.com> * feat: add support for retryable download of Node.js distribution Fixes #201 --------- Co-authored-by: Jean Detoeuf <jean.detoeuf@instana.com> Co-authored-by: Vincent Bories-Azeau <5869062+vboriesazeau@users.noreply.github.com> Co-authored-by: Jean Detoeuf <Jean.Detoeuf1@ibm.com> * chore(deps): upgrade dependencies (#203) * fix: fix code quality issue * docs: update installNode task description and sitemap [skip ci] * feat: backport changes from branch 7.1-jdk17 --------- Co-authored-by: Jean Detoeuf <jean.detoeuf@instana.com> Co-authored-by: Vincent Bories-Azeau <5869062+vboriesazeau@users.noreply.github.com> Co-authored-by: Jean Detoeuf <Jean.Detoeuf1@ibm.com>
- Loading branch information
1 parent
a910fce
commit 1a308a3
Showing
111 changed files
with
1,172 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/application-with-preinstalled-nodejs-distribution/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/application-with-preinstalled-nodejs-distribution/settings.gradle.kts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pluginManagement { | ||
plugins { | ||
id("org.siouan.frontend-jdk11") version "7.0.0" | ||
id("org.siouan.frontend-jdk17") version "7.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
examples/multiple-package-managers-with-shared-nodejs-distribution/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ultiple-package-managers-with-shared-nodejs-distribution/node-subproject/build.gradle.kts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/multiple-package-managers-with-shared-nodejs-distribution/settings.gradle.kts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pluginManagement { | ||
plugins { | ||
id("org.siouan.frontend-jdk11") version "7.0.0" | ||
id("org.siouan.frontend-jdk17") version "7.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pluginManagement { | ||
plugins { | ||
id("org.siouan.frontend-jdk11") version "7.0.0" | ||
id("org.siouan.frontend-jdk17") version "7.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/yarn-application-with-node-modules-linker/settings.gradle.kts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pluginManagement { | ||
plugins { | ||
id("org.siouan.frontend-jdk11") version "7.0.0" | ||
id("org.siouan.frontend-jdk17") version "7.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pluginManagement { | ||
plugins { | ||
id("org.siouan.frontend-jdk11") version "7.0.0" | ||
id("org.siouan.frontend-jdk17") version "7.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.