From aada00936c4b2af1abcc90beb76649489416746a Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Wed, 12 Jun 2024 10:35:04 +0200 Subject: [PATCH 01/10] JBIDE-29194: Prepare 4.29.1.Final release Signed-off-by: Stephane Bouchet --- _config/products.yml | 21 ++++++- blog/4.29.0.final.adoc | 8 +-- blog/4.29.1.final.adoc | 58 +++++++++++++++++++ .../hibernate-news-4.29.1.Final.adoc | 31 ++++++++++ .../server/server-news-4.29.0.Final.adoc | 2 +- .../server/server-news-4.29.1.Final.adoc | 12 ++++ 6 files changed, 126 insertions(+), 6 deletions(-) create mode 100644 blog/4.29.1.final.adoc create mode 100644 documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc create mode 100644 documentation/whatsnew/server/server-news-4.29.1.Final.adoc diff --git a/_config/products.yml b/_config/products.yml index fd827908..30b6d9bb 100644 --- a/_config/products.yml +++ b/_config/products.yml @@ -1860,8 +1860,27 @@ jbt_core: 4.30.x.Nightly: update_site_url: https://download.jboss.org/jbosstools/photon/snapshots/updates/ simrel-2023-09: - 4.29.0.Final: + 4.29.1.Final: archived: false + release_date: 2024-06-13 + supported_jbt_is_version: + blog_announcement_url: /blog/4.29.1.final.html + documentation_url: https://docs.jboss.org/tools/ + update_site_url: https://download.jboss.org/jbosstools/photon/stable/updates/ + eclipse_name: Eclipse 4.29 (2023-09) + zips: + - name: Update site (including sources) bundle of all JBoss Core Tools + file_size: 581MB + url: https://download.jboss.org/jbosstools/static/photon/stable/updates/core/jbosstools-4.29.1.Final-updatesite-core.zip + sha256_url: https://download.jboss.org/jbosstools/static/photon/stable/updates/core/jbosstools-4.29.1.Final-updatesite-core.zip.sha256 + - name: Sources zip of all JBoss Core Tools + file_size: 202MB + url: https://download.jboss.org/jbosstools/static/photon/stable/updates/core/jbosstools-4.29.1.Final-src.zip + sha256_url: https://download.jboss.org/jbosstools/static/photon/stable/updates/core/jbosstools-4.29.1.Final-src.zip.sha256 + - name: Release Notes + url: https://tools.jboss.org/documentation/whatsnew/index.html + 4.29.0.Final: + archived: true release_date: 2023-11-02 supported_jbt_is_version: blog_announcement_url: /blog/4.29.0.final.html diff --git a/blog/4.29.0.final.adoc b/blog/4.29.0.final.adoc index b7fea66a..6d9e17aa 100644 --- a/blog/4.29.0.final.adoc +++ b/blog/4.29.0.final.adoc @@ -23,16 +23,16 @@ As outlined and announced in a prior blog post, the subsequent components have b === Hibernate Tools -== Hibernate Runtime Provider Updates +==== Hibernate Runtime Provider Updates Multiple additions and updates have been performed on the available Hibernate runtime providers. -=== New Runtime Provider +===== New Runtime Provider A new Hibernate 6.3 runtime provider incorporates Hibernate Core version 6.3.1.Final, Hibernate Ant version 6.3.1.Final and Hibernate Tools version 6.3.1.Final. -=== Runtime Provider Updates +===== Runtime Provider Updates The Hibernate 6.2 runtime provider now incorporates Hibernate Core version 6.2.13.Final, Hibernate Ant version 6.2.13.Final and Hibernate Tools version 6.2.13.Final. @@ -42,7 +42,7 @@ The Hibernate 5.3 runtime provider now incorporates Hibernate Core version 5.3.3 ==== New Server view based on RSP -In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Remote Server Protocol (RSP). +In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Runtime Server Protocol (RSP). image::/documentation/whatsnew/server/images/RSP_View_1.png[Empty RSP View at start] diff --git a/blog/4.29.1.final.adoc b/blog/4.29.1.final.adoc new file mode 100644 index 00000000..3169aabc --- /dev/null +++ b/blog/4.29.1.final.adoc @@ -0,0 +1,58 @@ += JBoss Tools 4.29.1.Final for Eclipse 2023-09 +:page-layout: blog +:page-author: sbouchet +:page-tags: [release, jbosstools, jbosscentral] +:page-date: 2024-06-13 + +Happy to announce 4.29.1.Final build for Eclipse 2023-09. + +Downloads available at link:/downloads/jbosstools/2023-09/4.29.1.Final.html[JBoss Tools 4.29.1 Final]. + +== What is New? + +Full info is at link:/documentation/whatsnew/jbosstools/4.29.1.Final.html[this page]. Some highlights are below. + +=== General + +=== Hibernate Tools + +==== Older hibernate runtime disabled by default + +The old 5.4, 5.5, 6.0, 6.1, 6.2, 6.3 and 6.4 Hibernate Runtiles are now disabled by default. + +==== Hibernate Runtime Provider Updates + +Multiple additions and updates have been performed on the available Hibernate runtime providers. + +===== New Runtime Providers + +A new Hibernate 6.5 runtime provider incorporates Hibernate Core version 6.5.2.Final, Hibernate Ant version 6.5.2.Final and Hibernate Tools version 6.5.2.Final. + +A new Hibernate 6.6 runtime provider incorporates Hibernate Core version 6.6.0.Alpha1, Hibernate Ant version 6.6.0.Alpha1 and Hibernate Tools version 6.6.0.Alpha1. + +===== Runtime Provider Updates + +The Hibernate 6.4 runtime provider now incorporates Hibernate Core version 6.4.8.Final, Hibernate Ant version 6.4.8.Final and Hibernate Tools version 6.4.8.Final. + +The Hibernate 6.3 runtime provider now incorporates Hibernate Core version 6.3.2.Final, Hibernate Ant version 6.3.2.Final and Hibernate Tools version 6.3.2.Final. + +The Hibernate 6.2 runtime provider now incorporates Hibernate Core version 6.2.25.Final, Hibernate Ant version 6.2.25.Final and Hibernate Tools version 6.2.25.Final. + +The Hibernate 5.3 runtime provider now incorporates Hibernate Core version 5.3.36.Final and Hibernate Tools version 5.3.36.Final. + +=== Server Tools + +==== New Server view based on RSP available in the update site + +In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Runtime Server Protocol (RSP). More information on link:/documentation/whatsnew/server/server-news-4.29.0.Final.html[this page]. + +However, this feature was not available on the JBossTools update site. This as been resolved and now the feature appears as "Runtime Server Protocol Server Tooling by Red Hat", under the "JBoss Application Server Adapters" category. + +=== And more... + +You can find more noteworthy updates in on link:/documentation/whatsnew/jbosstools/4.29.1.Final.html[this page]. + + +Enjoy! + +Stéphane Bouchet diff --git a/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc b/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc new file mode 100644 index 00000000..c0488689 --- /dev/null +++ b/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc @@ -0,0 +1,31 @@ += Hibernate Tools 4.29.1.Final What's New +:page-layout: whatsnew +:page-component_id: hibernate +:page-component_version: 4.29.1.Final +:page-product_id: jbt_core +:page-product_version: 4.29.1.Final + +== Older hibernate runtime disabled by default + +The old 5.4, 5.5, 6.0, 6.1, 6.2, 6.3 and 6.4 Hibernate Runtiles are now disabled by default. + +== Hibernate Runtime Provider Updates + +Multiple additions and updates have been performed on the available Hibernate runtime providers. + +=== New Runtime Providers + +A new Hibernate 6.5 runtime provider incorporates Hibernate Core version 6.5.2.Final, Hibernate Ant version 6.5.2.Final and Hibernate Tools version 6.5.2.Final. + +A new Hibernate 6.6 runtime provider incorporates Hibernate Core version 6.6.0.Alpha1, Hibernate Ant version 6.6.0.Alpha1 and Hibernate Tools version 6.6.0.Alpha1. + +=== Runtime Provider Updates + +The Hibernate 6.4 runtime provider now incorporates Hibernate Core version 6.4.8.Final, Hibernate Ant version 6.4.8.Final and Hibernate Tools version 6.4.8.Final. + +The Hibernate 6.3 runtime provider now incorporates Hibernate Core version 6.3.2.Final, Hibernate Ant version 6.3.2.Final and Hibernate Tools version 6.3.2.Final. + +The Hibernate 6.2 runtime provider now incorporates Hibernate Core version 6.2.25.Final, Hibernate Ant version 6.2.25.Final and Hibernate Tools version 6.2.25.Final. + +The Hibernate 5.3 runtime provider now incorporates Hibernate Core version 5.3.36.Final and Hibernate Tools version 5.3.36.Final. + diff --git a/documentation/whatsnew/server/server-news-4.29.0.Final.adoc b/documentation/whatsnew/server/server-news-4.29.0.Final.adoc index b602e9b9..bb69f3d3 100644 --- a/documentation/whatsnew/server/server-news-4.29.0.Final.adoc +++ b/documentation/whatsnew/server/server-news-4.29.0.Final.adoc @@ -7,7 +7,7 @@ == New Server view based on RSP -In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Remote Server Protocol (RSP). +In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Runtime Server Protocol (RSP). image::/documentation/whatsnew/server/images/RSP_View_1.png[Empty RSP View at start] diff --git a/documentation/whatsnew/server/server-news-4.29.1.Final.adoc b/documentation/whatsnew/server/server-news-4.29.1.Final.adoc new file mode 100644 index 00000000..44106611 --- /dev/null +++ b/documentation/whatsnew/server/server-news-4.29.1.Final.adoc @@ -0,0 +1,12 @@ += Server What's New in 4.29.1.Final +:page-layout: whatsnew +:page-component_id: server +:page-component_version: 4.29.1.Final +:page-product_id: jbt_core +:page-product_version: 4.29.1.Final + +== New Server view based on RSP available in the update site + +In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Runtime Server Protocol (RSP). More information on link:/documentation/whatsnew/server/server-news-4.29.0.Final.html[this page]. + +However, this feature was not available on the JBossTools update site. This as been resolved and now the feature appears as "Runtime Server Protocol Server Tooling by Red Hat", under the "JBoss Application Server Adapters" category. From fcc9d4a10f7105f9f07db0c4abfb2de0a749c136 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Thu, 13 Jun 2024 20:14:12 +0200 Subject: [PATCH 02/10] Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman --- blog/4.29.1.final.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/4.29.1.final.adoc b/blog/4.29.1.final.adoc index 3169aabc..d3c0d5ef 100644 --- a/blog/4.29.1.final.adoc +++ b/blog/4.29.1.final.adoc @@ -46,7 +46,7 @@ The Hibernate 5.3 runtime provider now incorporates Hibernate Core version 5.3.3 In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Runtime Server Protocol (RSP). More information on link:/documentation/whatsnew/server/server-news-4.29.0.Final.html[this page]. -However, this feature was not available on the JBossTools update site. This as been resolved and now the feature appears as "Runtime Server Protocol Server Tooling by Red Hat", under the "JBoss Application Server Adapters" category. +However, this feature was not available on the JBossTools update site. This has been resolved and now the feature appears as "Runtime Server Protocol Server Tooling by Red Hat", under the "JBoss Application Server Adapters" category. === And more... From f942e17075fcddf4aab1321c2fd443263bf10689 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Thu, 13 Jun 2024 20:14:23 +0200 Subject: [PATCH 03/10] Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman --- blog/4.29.1.final.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/4.29.1.final.adoc b/blog/4.29.1.final.adoc index d3c0d5ef..83abe978 100644 --- a/blog/4.29.1.final.adoc +++ b/blog/4.29.1.final.adoc @@ -50,7 +50,7 @@ However, this feature was not available on the JBossTools update site. This has === And more... -You can find more noteworthy updates in on link:/documentation/whatsnew/jbosstools/4.29.1.Final.html[this page]. +You can find more noteworthy updates on link:/documentation/whatsnew/jbosstools/4.29.1.Final.html[this page]. Enjoy! From b64e757fceecdcb72f36d7cec3115b1acfcaa9e3 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Thu, 13 Jun 2024 20:14:41 +0200 Subject: [PATCH 04/10] Update documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman --- .../whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc b/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc index c0488689..80a89d2e 100644 --- a/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc +++ b/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc @@ -7,7 +7,7 @@ == Older hibernate runtime disabled by default -The old 5.4, 5.5, 6.0, 6.1, 6.2, 6.3 and 6.4 Hibernate Runtiles are now disabled by default. +The old Hibernate Runtimes for versions 5.4, 5.5, 6.0, 6.1, 6.2, 6.3, and 6.4 are now disabled by default. == Hibernate Runtime Provider Updates From 37dcffbe6301ba47e956d2b1616de2f507547a86 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Thu, 13 Jun 2024 20:14:56 +0200 Subject: [PATCH 05/10] Update documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman --- .../whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc b/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc index 80a89d2e..115085f0 100644 --- a/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc +++ b/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc @@ -15,7 +15,7 @@ Multiple additions and updates have been performed on the available Hibernate ru === New Runtime Providers -A new Hibernate 6.5 runtime provider incorporates Hibernate Core version 6.5.2.Final, Hibernate Ant version 6.5.2.Final and Hibernate Tools version 6.5.2.Final. +A new Hibernate 6.5 runtime provider includes Hibernate Core version 6.5.2.Final, Hibernate Ant version 6.5.2.Final, and Hibernate Tools version 6.5.2.Final. A new Hibernate 6.6 runtime provider incorporates Hibernate Core version 6.6.0.Alpha1, Hibernate Ant version 6.6.0.Alpha1 and Hibernate Tools version 6.6.0.Alpha1. From 6010583294423a7b4ef686510cadd6dc1c9b61b1 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Thu, 13 Jun 2024 20:15:03 +0200 Subject: [PATCH 06/10] Update documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman --- .../whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc b/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc index 115085f0..879e9f6c 100644 --- a/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc +++ b/documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc @@ -17,7 +17,7 @@ Multiple additions and updates have been performed on the available Hibernate ru A new Hibernate 6.5 runtime provider includes Hibernate Core version 6.5.2.Final, Hibernate Ant version 6.5.2.Final, and Hibernate Tools version 6.5.2.Final. -A new Hibernate 6.6 runtime provider incorporates Hibernate Core version 6.6.0.Alpha1, Hibernate Ant version 6.6.0.Alpha1 and Hibernate Tools version 6.6.0.Alpha1. +A new Hibernate 6.6 runtime provider includes Hibernate Core version 6.6.0.Alpha1, Hibernate Ant version 6.6.0.Alpha1, and Hibernate Tools version 6.6.0.Alpha1. === Runtime Provider Updates From 4a88dfc4d5aa7f13b8b4057e83edc44f7b3a44a0 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Thu, 13 Jun 2024 20:15:12 +0200 Subject: [PATCH 07/10] Update documentation/whatsnew/server/server-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman --- documentation/whatsnew/server/server-news-4.29.1.Final.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/whatsnew/server/server-news-4.29.1.Final.adoc b/documentation/whatsnew/server/server-news-4.29.1.Final.adoc index 44106611..217b216e 100644 --- a/documentation/whatsnew/server/server-news-4.29.1.Final.adoc +++ b/documentation/whatsnew/server/server-news-4.29.1.Final.adoc @@ -9,4 +9,4 @@ In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Runtime Server Protocol (RSP). More information on link:/documentation/whatsnew/server/server-news-4.29.0.Final.html[this page]. -However, this feature was not available on the JBossTools update site. This as been resolved and now the feature appears as "Runtime Server Protocol Server Tooling by Red Hat", under the "JBoss Application Server Adapters" category. +However, this feature was not available on the JBossTools update site. This has been resolved and now the feature appears as "Runtime Server Protocol Server Tooling by Red Hat", under the "JBoss Application Server Adapters" category. From 35f90dd740926a45a63b2685c4dbb593b74a57f6 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Thu, 13 Jun 2024 20:15:26 +0200 Subject: [PATCH 08/10] Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman --- blog/4.29.1.final.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/4.29.1.final.adoc b/blog/4.29.1.final.adoc index 83abe978..3f267f6a 100644 --- a/blog/4.29.1.final.adoc +++ b/blog/4.29.1.final.adoc @@ -4,7 +4,7 @@ :page-tags: [release, jbosstools, jbosscentral] :page-date: 2024-06-13 -Happy to announce 4.29.1.Final build for Eclipse 2023-09. +We are pleased to announce the release of build 4.29.1.Final for Eclipse 2023-09. Downloads available at link:/downloads/jbosstools/2023-09/4.29.1.Final.html[JBoss Tools 4.29.1 Final]. From 295177fe74657052760090f3dbfc9c3c8bd557f0 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Thu, 13 Jun 2024 20:15:38 +0200 Subject: [PATCH 09/10] Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman --- blog/4.29.1.final.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/4.29.1.final.adoc b/blog/4.29.1.final.adoc index 3f267f6a..0b437157 100644 --- a/blog/4.29.1.final.adoc +++ b/blog/4.29.1.final.adoc @@ -10,7 +10,7 @@ Downloads available at link:/downloads/jbosstools/2023-09/4.29.1.Final.html[JBos == What is New? -Full info is at link:/documentation/whatsnew/jbosstools/4.29.1.Final.html[this page]. Some highlights are below. +Full details can be found at link:/documentation/whatsnew/jbosstools/4.29.1.Final.html[this page]. Here are some highlights: === General From 50c97e3b2018a09b85f1f29445df69940a174cba Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Thu, 13 Jun 2024 20:15:52 +0200 Subject: [PATCH 10/10] Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman --- blog/4.29.1.final.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/4.29.1.final.adoc b/blog/4.29.1.final.adoc index 0b437157..e603b288 100644 --- a/blog/4.29.1.final.adoc +++ b/blog/4.29.1.final.adoc @@ -18,7 +18,7 @@ Full details can be found at link:/documentation/whatsnew/jbosstools/4.29.1.Fina ==== Older hibernate runtime disabled by default -The old 5.4, 5.5, 6.0, 6.1, 6.2, 6.3 and 6.4 Hibernate Runtiles are now disabled by default. +The old Hibernate Runtimes for versions 5.4, 5.5, 6.0, 6.1, 6.2, 6.3, and 6.4 are now disabled by default. ==== Hibernate Runtime Provider Updates