Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-29194: Prepare 4.29.1.Final release #1006

Merged
merged 11 commits into from
Jun 14, 2024
21 changes: 20 additions & 1 deletion _config/products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions blog/4.29.0.final.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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]

Expand Down
58 changes: 58 additions & 0 deletions blog/4.29.1.final.adoc
Original file line number Diff line number Diff line change
@@ -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.
sbouchet marked this conversation as resolved.
Show resolved Hide resolved

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.
sbouchet marked this conversation as resolved.
Show resolved Hide resolved

=== 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.
sbouchet marked this conversation as resolved.
Show resolved Hide resolved

==== 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.
sbouchet marked this conversation as resolved.
Show resolved Hide resolved

=== And more...

You can find more noteworthy updates in on link:/documentation/whatsnew/jbosstools/4.29.1.Final.html[this page].
sbouchet marked this conversation as resolved.
Show resolved Hide resolved


Enjoy!

Stéphane Bouchet
31 changes: 31 additions & 0 deletions documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc
Original file line number Diff line number Diff line change
@@ -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.
sbouchet marked this conversation as resolved.
Show resolved Hide resolved

== 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.
sbouchet marked this conversation as resolved.
Show resolved Hide resolved

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.
sbouchet marked this conversation as resolved.
Show resolved Hide resolved

=== 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.

Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
12 changes: 12 additions & 0 deletions documentation/whatsnew/server/server-news-4.29.1.Final.adoc
Original file line number Diff line number Diff line change
@@ -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.
sbouchet marked this conversation as resolved.
Show resolved Hide resolved
Loading