From 97af22f2bf3e41d198cf8a04baeee6ed3c97df40 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Tue, 9 Apr 2024 16:01:50 -0500 Subject: [PATCH 1/3] BLADE-744 liferay-blade-cli: updates README.markdown --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 2ef380a55..0222c6bd2 100644 --- a/README.markdown +++ b/README.markdown @@ -1,12 +1,12 @@ # Blade CLI The Blade CLI is a command line Java tool that can be used to help bootstrap -Liferay 7 module development. +Liferay development -Please refer to the documentation on Liferay's Developer Network for information -on how to download and use Blade CLI: +Please refer to the documentation on Liferay Learn for information on how to +download and use Blade CLI: -https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-1/blade-cli +https://learn.liferay.com/web/guest/w/dxp/liferay-development/tooling/blade-cli ## License From 8232a7a9b4f171cd39d308d86eefd9ce2121769e Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Tue, 9 Apr 2024 16:06:20 -0500 Subject: [PATCH 2/3] BLADE-744 liferay-blade-cli: autogenerated: prepareRelease --- cli/build.gradle | 8 ++++---- extensions/maven-profile/build.gradle | 2 +- extensions/project-templates-js-theme/build.gradle | 2 +- extensions/project-templates-js-widget/build.gradle | 2 +- extensions/project-templates-social-bookmark/build.gradle | 2 +- extensions/remote-deploy-command/build.gradle | 2 +- gradle-tooling/build.gradle | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cli/build.gradle b/cli/build.gradle index fd8e49341..0961bee02 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -113,9 +113,9 @@ dependencies { api name: "org.objectweb.asm.tree-6.0.0" api name: "org.objectweb.asm.util-6.0.0" - bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.39-SNAPSHOT" - bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.22-SNAPSHOT" - bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.23-SNAPSHOT" + bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.39" + bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.22" + bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.23" compileOnly group: "org.osgi", name: "osgi.core", version: "6.0.0" compileOnly project(":gradle-tooling") @@ -324,6 +324,6 @@ unzipPortal { finalizedBy("processZipsResources") } -version = "6.0.0-SNAPSHOT" +version = "6.0.0" apply from: "blade-jar-smoke-tests.gradle" \ No newline at end of file diff --git a/extensions/maven-profile/build.gradle b/extensions/maven-profile/build.gradle index d7349b4da..70885ab91 100644 --- a/extensions/maven-profile/build.gradle +++ b/extensions/maven-profile/build.gradle @@ -44,4 +44,4 @@ publishing { } } -version = "1.0.39-SNAPSHOT" \ No newline at end of file +version = "1.0.39" \ No newline at end of file diff --git a/extensions/project-templates-js-theme/build.gradle b/extensions/project-templates-js-theme/build.gradle index d7bd60f07..eccbcb4b3 100644 --- a/extensions/project-templates-js-theme/build.gradle +++ b/extensions/project-templates-js-theme/build.gradle @@ -59,4 +59,4 @@ test { } } -version = "1.0.22-SNAPSHOT" \ No newline at end of file +version = "1.0.22" \ No newline at end of file diff --git a/extensions/project-templates-js-widget/build.gradle b/extensions/project-templates-js-widget/build.gradle index f15ba18aa..8f8adc343 100644 --- a/extensions/project-templates-js-widget/build.gradle +++ b/extensions/project-templates-js-widget/build.gradle @@ -57,4 +57,4 @@ test { } } -version = "1.0.23-SNAPSHOT" \ No newline at end of file +version = "1.0.23" \ No newline at end of file diff --git a/extensions/project-templates-social-bookmark/build.gradle b/extensions/project-templates-social-bookmark/build.gradle index 83d34565e..866279371 100644 --- a/extensions/project-templates-social-bookmark/build.gradle +++ b/extensions/project-templates-social-bookmark/build.gradle @@ -59,4 +59,4 @@ publishing { } } -version = "1.0.20-SNAPSHOT" \ No newline at end of file +version = "1.0.20" \ No newline at end of file diff --git a/extensions/remote-deploy-command/build.gradle b/extensions/remote-deploy-command/build.gradle index 7fd19b1ff..c946e3007 100644 --- a/extensions/remote-deploy-command/build.gradle +++ b/extensions/remote-deploy-command/build.gradle @@ -37,4 +37,4 @@ publishing { } } -version = "1.0.30-SNAPSHOT" \ No newline at end of file +version = "1.0.30" \ No newline at end of file diff --git a/gradle-tooling/build.gradle b/gradle-tooling/build.gradle index 3017c353e..aed76c411 100644 --- a/gradle-tooling/build.gradle +++ b/gradle-tooling/build.gradle @@ -17,4 +17,4 @@ publishing { } */ -version = "1.2.23-SNAPSHOT" \ No newline at end of file +version = "1.2.23" \ No newline at end of file From d10fff299edcdfc1bb9620ebb967da43c4844b33 Mon Sep 17 00:00:00 2001 From: drewbrokke Date: Wed, 10 Apr 2024 15:29:59 -0500 Subject: [PATCH 3/3] BLADE-744 liferay-blade-cli: autogenerated: buildChangelogs --- CHANGELOG.commits | 3 +- CHANGELOG.markdown | 106 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 108 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.commits b/CHANGELOG.commits index 227788039..dc6f085eb 100644 --- a/CHANGELOG.commits +++ b/CHANGELOG.commits @@ -1,4 +1,5 @@ -5.0.1:964b6366cdf26cf5c93b7a4d8802efdd1c75543b..ecf5ee5260d86877aa04a9fd5a5210f99e9f540f +6.0.0:24b33093382cf2e0d14b7b22cc6f15786cb0c267..8232a7a9b4f171cd39d308d86eefd9ce2121769e +5.0.1:964b6366cdf26cf5c93b7a4d8802efdd1c75543b..24b33093382cf2e0d14b7b22cc6f15786cb0c267 5.0.0:8cdb866d7f232f1dc89e58d47906aa931067c57f..964b6366cdf26cf5c93b7a4d8802efdd1c75543b 4.1.1:a42e65484ec2e3514f62d2098342aab2e726fc74..8cdb866d7f232f1dc89e58d47906aa931067c57f 4.1.0:d950ed482806e15c1dddd488e0e194e42b0b0f7a..a42e65484ec2e3514f62d2098342aab2e726fc74 diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index fa4c6be9f..850a58576 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,108 @@ # Liferay Blade CLI Change Log +## 6.0.0 - 2024-04-09 + +### Commits +- [BLADE-744] liferay-blade-cli: updates README.markdown (97af22f2bf) +- [BLADE-743] liferay-blade-cli: removes references to +project-templates-freemarker-portlet (eedb89e157) +- [BLADE-743] extensions: removes project-templates-freemarker-portlet directory +(767f913a38) +- [BLADE-743] liferay-blade-cli: removes project-templates-freemarker-portlet +project (e6609b536c) +- [BLADE-743] liferay-blade-cli: removes references to +project-templates-activator (5de01e90a1) +- [BLADE-743] extensions: removes project-templates-activator directory +(8858bac075) +- [BLADE-743] liferay-blade-cli: settings.gradle: removes +project-templates-activator project (931eef5375) +- [BLADE-743] cli: BladeTest: temporarily hard-codes the value (f4911ea824) +- [BLADE-743] liferay-blade-cli: StringUtil: fixes NPE - allows null strings +(ea8883aee7) +- [BLADE-743] liferay-blade-cli: BladeCLI: simplify (a9dfccae98) +- [BLADE-743] liferay-blade-cli: ReleaseUtil: initialize releases if none are +found (386284c9a2) +- [BLADE-743] liferay-blade-cli: ServerStartCommandTest: apply Gradle memory fix +(b8c3f214b5) +- [BLADE-743] liferay-blade-cli: CreateCommandTest: update usage (1bef0138c5) +- [BLADE-743] liferay-blade-cli: TestUtil: adds helper methods for updating +Gradle properties (e031f4f2cf) +- [BLADE-743] cli: ReleaseUtil: adjusts priority, and adds an option for an +environment var (664823dde6) +- [BLADE-743] cli: BladeCLI: ResourceUtil follows the trace arg (40df81fcd4) +- [BLADE-743] cli: ArrayUtil: adds contains helper method (ac30f96335) +- [BLADE-743] extensions: SampleTemplatesTest: fixes test case (712de2d3a5) +- [BLADE-743] cli: updates expected values in smoke tests (2fb3877b67) +- [BLADE-743] cli: ReleaseUtil: removes unused methods and classes (6b64416129) +- [BLADE-743] cli: BladeTest: removes unused field (eb63e348b7) +- [BLADE-743] cli: removes unused ProductKey classes (064a52e19c) +- [BLADE-743] cli: InitCommand: use fallback matching on the version +(77211e2843) +- [BLADE-743] extensions: bumps com.liferay.project.templates.extensions +dependency version (ee13e989ab) +- [BLADE-743] liferay-blade-cli: removes references to deleted extensions +(9638e81984) +- [BLADE-743] extensions: removes project-templates-client-extension +(327816f3cf) +- [BLADE-743] extensions: removes content-targeting extensions (ac9d5617f9) +- [BLADE-743] liferay-blade-cli: build.gradle: major version bump (96bf2a919b) +- [BLADE-743] cli: LiferayMoreVersionValidatorTest: fixes test cases +(63a6c7653b) +- [BLADE-743] cli: ServerStartCommandTest: fixes test case (66403e64f7) +- [BLADE-743] cli: SamplesCommandTest: ignores tests that break because of the +Gradle 8 updates (949214e649) +- [BLADE-743] cli: CreateCommandTest: fix the heap size failure (51d31ed06b) +- [BLADE-743] cli: CreateCommandTest: fixes test cases (109f69bbc8) +- [BLADE-743] cli: UtilTest: fixes test cases (1b05f9c561) +- [BLADE-743] cli: InitCommandTest: fixes test cases (fd4596342a) +- [BLADE-743] cli: BladeTest: adds helper method and ensures that the constants +are reading live values (74efac8666) +- [BLADE-743] cli: JavaProcesses: source formatting (de19eb8644) +- [BLADE-743] cli: BladeUtil: removes unused methods and fields (e7575bb556) +- [BLADE-743] extensions: ClientExtensionProjectTemplateCustomizer: uses +ReleaseUtil (fb11aaf187) +- [BLADE-743] cli: GradleWorkspaceProvider: uses ReleaseUtil (b659fbceca) +- [BLADE-743] cli: LiferayMoreVersionValidator: uses ReleaseUtil (1d2e6c1436) +- [BLADE-743] cli: LiferayDefaultVersionValidator: uses ReleaseUtil (4bbc561d74) +- [BLADE-743] cli: InitCommand: uses ReleaseUtil (602c08be8d) +- [BLADE-743] cli: CreateCommand: provides exception for quarterly versions +(eb06764098) +- [BLADE-743] cli: ConvertCommand: uses ReleaseUtil (2b4393066b) +- [BLADE-743] cli: BladeCLI: uses ReleaseUtil to get target platform version +(6573bd1438) +- [BLADE-743] cli: BladeCLI: refreshes releases if the refreshReleases flag is +found (9da0a8c85e) +- [BLADE-743] cli: adds flag to force Blade to check for new releases +(9e25ca5477) +- [BLADE-743] cli: adds ReleaseUtil (60ff1aad26) +- [BLADE-743] cli: adds ResourceUtil (b4d98fbfde) +- [BLADE-743] cli: bnd.bnd: includes json lib (c43add9065) +- [BLADE-743] cli: build.gradle, bnd.bnd: adds releases.json into the jar during +build (0c50c3361e) +- [BLADE-743] cli: build.gradle: adds idea plugin to generate IDE files +(02eadfcd8f) +- [BLADE-743] cli: build.gradle: bumps project templates version (c9fb7111e5) +- [BLADE-743] cli: build.gradle: updates json dependencies (77cc0e5ca0) + +### Dependencies +- [BLADE-744] Update the com.liferay.blade.extensions.maven.profile dependency +to version 1.0.39. +- [BLADE-744] Update the com.liferay.project.templates.js.theme dependency to +version 1.0.22. +- [BLADE-744] Update the com.liferay.project.templates.js.widget dependency to +version 1.0.23. +- [BLADE-743] Update the com.liferay.project.templates dependency to version +5.0.289. +- [BLADE-743] Update the jackson-databind dependency to version 2.16.1. +- [BLADE-741] Update the com.liferay.blade.extensions.maven.profile dependency +to version 1.0.39-SNAPSHOT. +- [BLADE-741] Update the com.liferay.project.templates.client.extension +dependency to version 1.0.6-SNAPSHOT. +- [BLADE-741] Update the com.liferay.project.templates.js.theme dependency to +version 1.0.22-SNAPSHOT. +- [BLADE-741] Update the com.liferay.project.templates.js.widget dependency to +version 1.0.23-SNAPSHOT. + ## 5.0.1 - 2023-11-27 ### Commits @@ -2714,6 +2817,9 @@ maintainability (7f9bc3f45e) [BLADE-738]: https://issues.liferay.com/browse/BLADE-738 [BLADE-739]: https://issues.liferay.com/browse/BLADE-739 [BLADE-740]: https://issues.liferay.com/browse/BLADE-740 +[BLADE-741]: https://issues.liferay.com/browse/BLADE-741 +[BLADE-743]: https://issues.liferay.com/browse/BLADE-743 +[BLADE-744]: https://issues.liferay.com/browse/BLADE-744 [IDE-2756]: https://issues.liferay.com/browse/IDE-2756 [IDE-3043]: https://issues.liferay.com/browse/IDE-3043 [IDE-3167]: https://issues.liferay.com/browse/IDE-3167