From 2b69373f8da8d52fdbc83e90992bfb255649781c Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Fri, 14 Jun 2024 09:51:23 +0200 Subject: [PATCH] JBIDE-29194: Prepare 4.29.1.Final release (#1006) * JBIDE-29194: Prepare 4.29.1.Final release Signed-off-by: Stephane Bouchet * Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman * Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman * Update documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman * Update documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman * Update documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman * Update documentation/whatsnew/server/server-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman * Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman * Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman * Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman --------- Signed-off-by: Stephane Bouchet Co-authored-by: Mohit Suman --- _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..e603b288 --- /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 + +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]. + +== What is New? + +Full details can be found at link:/documentation/whatsnew/jbosstools/4.29.1.Final.html[this page]. Here are some highlights: + +=== General + +=== Hibernate Tools + +==== Older hibernate runtime 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 + +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 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... + +You can find more noteworthy updates 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..879e9f6c --- /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 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 + +Multiple additions and updates have been performed on the available Hibernate runtime providers. + +=== New Runtime Providers + +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 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 + +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..217b216e --- /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 has been resolved and now the feature appears as "Runtime Server Protocol Server Tooling by Red Hat", under the "JBoss Application Server Adapters" category.