-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '9.1-jdk21' into 9.1-jdk17
# Conflicts: # examples/application-with-preinstalled-nodejs-distribution/build.gradle.kts # examples/application-with-preinstalled-nodejs-distribution/settings.gradle.kts # examples/fullstack-war-application/frontend/build.gradle.kts # examples/fullstack-war-application/settings.gradle.kts # examples/multiple-package-managers-with-shared-nodejs-distribution/node-subproject/build.gradle.kts # examples/multiple-package-managers-with-shared-nodejs-distribution/npm-10-subproject/build.gradle.kts # examples/multiple-package-managers-with-shared-nodejs-distribution/npm-6-subproject/build.gradle.kts # examples/multiple-package-managers-with-shared-nodejs-distribution/pnpm-6-subproject/build.gradle.kts # examples/multiple-package-managers-with-shared-nodejs-distribution/pnpm-9-subproject/build.gradle.kts # examples/multiple-package-managers-with-shared-nodejs-distribution/settings.gradle.kts # examples/multiple-package-managers-with-shared-nodejs-distribution/yarn-1-subproject/build.gradle.kts # examples/npm-application/build.gradle.kts # examples/npm-application/settings.gradle.kts # examples/pnpm-application/build.gradle.kts # examples/pnpm-application/settings.gradle.kts # examples/yarn-application-with-node-modules-linker/build.gradle.kts # examples/yarn-application-with-node-modules-linker/settings.gradle.kts # examples/yarn-application-with-pnp-linker/build.gradle.kts # examples/yarn-application-with-pnp-linker/settings.gradle.kts
- Loading branch information
Showing
64 changed files
with
197 additions
and
211 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
5 changes: 0 additions & 5 deletions
5
examples/application-with-preinstalled-nodejs-distribution/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
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 @@ | ||
plugins { | ||
id("org.siouan.frontend-jdk17") | ||
id("org.siouan.frontend-jdk17") version "9.1.0" | ||
} | ||
|
||
frontend { | ||
|
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,11 +1 @@ | ||
pluginManagement { | ||
plugins { | ||
id("java") | ||
id("war") | ||
id("org.springframework.boot") version "3.3.4" | ||
id("io.spring.dependency-management") version "1.1.6" | ||
id("org.siouan.frontend-jdk17") version "9.1.0" | ||
} | ||
} | ||
|
||
include("backend", "frontend") |
1 change: 0 additions & 1 deletion
1
examples/multiple-package-managers-with-shared-nodejs-distribution/gradle.properties
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,2 +1 @@ | ||
org.gradle.caching=false | ||
org.gradle.parallel=true |
5 changes: 5 additions & 0 deletions
5
examples/multiple-package-managers-with-shared-nodejs-distribution/gradle/libs.versions.toml
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[versions] | ||
frontend-version = "9.1.0" | ||
|
||
[plugins] | ||
frontend = { id ="org.siouan.frontend-jdk17", version.ref = "frontend-version" } |
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
.../multiple-package-managers-with-shared-nodejs-distribution/pnpm-9-subproject/package.json
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,4 +1,4 @@ | ||
{ | ||
"private": true, | ||
"packageManager": "[email protected].2" | ||
"packageManager": "[email protected].3" | ||
} |
6 changes: 0 additions & 6 deletions
6
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
pluginManagement { | ||
plugins { | ||
id("org.siouan.frontend-jdk17") version "9.1.0" | ||
} | ||
} | ||
|
||
include("node-subproject", "npm-6-subproject", "npm-10-subproject", "pnpm-6-subproject", "pnpm-9-subproject", "yarn-1-subproject", "yarn-4-subproject") |
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
.../multiple-package-managers-with-shared-nodejs-distribution/yarn-1-subproject/package.json
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,4 +1,4 @@ | ||
{ | ||
"private": true, | ||
"packageManager": "[email protected].19" | ||
"packageManager": "[email protected].22" | ||
} |
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
.../multiple-package-managers-with-shared-nodejs-distribution/yarn-4-subproject/package.json
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,4 +1,4 @@ | ||
{ | ||
"private": true, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |
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 was deleted.
Oops, something went wrong.
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,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].3", | ||
"scripts": { | ||
"build": "echo Building frontend", | ||
"check": "echo Checking frontend && pnpm run lint && pnpm run test", | ||
|
This file was deleted.
Oops, something went wrong.
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/package.json
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 @@ | ||
{ | ||
"private": true, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"scripts": { | ||
"build": "echo Building frontend", | ||
"check": "echo Checking frontend && yarn run lint && yarn run test", | ||
|
5 changes: 0 additions & 5 deletions
5
examples/yarn-application-with-node-modules-linker/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
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,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"scripts": { | ||
"build": "echo Building frontend", | ||
"check": "echo Checking frontend && yarn run lint && yarn run test", | ||
|
5 changes: 0 additions & 5 deletions
5
examples/yarn-application-with-pnp-linker/settings.gradle.kts
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[versions] | ||
assertj-version = "3.26.3" | ||
commons-compress-version = "1.27.1" | ||
gradle-plugin-publish-version = "1.3.0" | ||
httpclient5-version = "5.4.1" | ||
jacoco-version = "0.8.12" | ||
json-version = "20240303" | ||
junit-jupiter-version = "5.11.3" | ||
junit-pioneer-version = "2.3.0" | ||
lombok-version = "1.18.34" | ||
mockito-version = "5.14.2" | ||
resilience4j-retry-version = "2.2.0" | ||
sonarqube-version = "5.1.0.4882" | ||
wiremock-version = "3.9.2" | ||
|
||
[libraries] | ||
assertj-core = { group = "org.assertj", name = "assertj-core", version.ref = "assertj-version" } | ||
commons-compress = { group = "org.apache.commons", name = "commons-compress", version.ref = "commons-compress-version" } | ||
httpclient5 = { group = "org.apache.httpcomponents.client5", name = "httpclient5", version.ref = "httpclient5-version" } | ||
json = { group = "org.json", name = "json", version.ref = "json-version" } | ||
junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit-jupiter-version" } | ||
junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit-jupiter-version" } | ||
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params", version.ref = "junit-jupiter-version" } | ||
junit-pioneer = { group = "org.junit-pioneer", name = "junit-pioneer", version.ref = "junit-pioneer-version" } | ||
lombok = { group = "org.projectlombok", name = "lombok", version.ref = "lombok-version" } | ||
mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mockito-version" } | ||
mockito-junit-jupiter = { group = "org.mockito", name = "mockito-junit-jupiter", version.ref = "mockito-version" } | ||
resilience4j-retry = { group = "io.github.resilience4j", name = "resilience4j-retry", version.ref = "resilience4j-retry-version" } | ||
wiremock = { group = "org.wiremock", name = "wiremock", version.ref = "wiremock-version" } | ||
|
||
[plugins] | ||
gradle-plugin-publish = { id = "com.gradle.plugin-publish", version.ref = "gradle-plugin-publish-version" } | ||
sonarqube = { id ="org.sonarqube", version.ref = "sonarqube-version" } |
Oops, something went wrong.