Skip to content

Commit b974f26

Browse files
sbouchetmohitsuman
andauthored
JBIDE-29194: Prepare 4.29.1.Final release (#1006)
* JBIDE-29194: Prepare 4.29.1.Final release Signed-off-by: Stephane Bouchet <[email protected]> * Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman <[email protected]> * Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman <[email protected]> * Update documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman <[email protected]> * Update documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman <[email protected]> * Update documentation/whatsnew/hibernate/hibernate-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman <[email protected]> * Update documentation/whatsnew/server/server-news-4.29.1.Final.adoc Co-authored-by: Mohit Suman <[email protected]> * Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman <[email protected]> * Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman <[email protected]> * Update blog/4.29.1.final.adoc Co-authored-by: Mohit Suman <[email protected]> --------- Signed-off-by: Stephane Bouchet <[email protected]> Co-authored-by: Mohit Suman <[email protected]>
1 parent a868915 commit b974f26

File tree

6 files changed

+126
-6
lines changed

6 files changed

+126
-6
lines changed

_config/products.yml

+20-1
Original file line numberDiff line numberDiff line change
@@ -1860,8 +1860,27 @@ jbt_core:
18601860
4.30.x.Nightly:
18611861
update_site_url: https://download.jboss.org/jbosstools/photon/snapshots/updates/
18621862
simrel-2023-09:
1863-
4.29.0.Final:
1863+
4.29.1.Final:
18641864
archived: false
1865+
release_date: 2024-06-13
1866+
supported_jbt_is_version:
1867+
blog_announcement_url: /blog/4.29.1.final.html
1868+
documentation_url: https://docs.jboss.org/tools/
1869+
update_site_url: https://download.jboss.org/jbosstools/photon/stable/updates/
1870+
eclipse_name: Eclipse 4.29 (2023-09)
1871+
zips:
1872+
- name: Update site (including sources) bundle of all JBoss Core Tools
1873+
file_size: 581MB
1874+
url: https://download.jboss.org/jbosstools/static/photon/stable/updates/core/jbosstools-4.29.1.Final-updatesite-core.zip
1875+
sha256_url: https://download.jboss.org/jbosstools/static/photon/stable/updates/core/jbosstools-4.29.1.Final-updatesite-core.zip.sha256
1876+
- name: Sources zip of all JBoss Core Tools
1877+
file_size: 202MB
1878+
url: https://download.jboss.org/jbosstools/static/photon/stable/updates/core/jbosstools-4.29.1.Final-src.zip
1879+
sha256_url: https://download.jboss.org/jbosstools/static/photon/stable/updates/core/jbosstools-4.29.1.Final-src.zip.sha256
1880+
- name: Release Notes
1881+
url: https://tools.jboss.org/documentation/whatsnew/index.html
1882+
4.29.0.Final:
1883+
archived: true
18651884
release_date: 2023-11-02
18661885
supported_jbt_is_version:
18671886
blog_announcement_url: /blog/4.29.0.final.html

blog/4.29.0.final.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ As outlined and announced in a prior blog post, the subsequent components have b
2323

2424
=== Hibernate Tools
2525

26-
== Hibernate Runtime Provider Updates
26+
==== Hibernate Runtime Provider Updates
2727

2828
Multiple additions and updates have been performed on the available Hibernate runtime providers.
2929

30-
=== New Runtime Provider
30+
===== New Runtime Provider
3131

3232
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.
3333

3434

35-
=== Runtime Provider Updates
35+
===== Runtime Provider Updates
3636

3737
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.
3838

@@ -42,7 +42,7 @@ The Hibernate 5.3 runtime provider now incorporates Hibernate Core version 5.3.3
4242

4343
==== New Server view based on RSP
4444

45-
In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Remote Server Protocol (RSP).
45+
In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Runtime Server Protocol (RSP).
4646

4747
image::/documentation/whatsnew/server/images/RSP_View_1.png[Empty RSP View at start]
4848

blog/4.29.1.final.adoc

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
= JBoss Tools 4.29.1.Final for Eclipse 2023-09
2+
:page-layout: blog
3+
:page-author: sbouchet
4+
:page-tags: [release, jbosstools, jbosscentral]
5+
:page-date: 2024-06-13
6+
7+
We are pleased to announce the release of build 4.29.1.Final for Eclipse 2023-09.
8+
9+
Downloads available at link:/downloads/jbosstools/2023-09/4.29.1.Final.html[JBoss Tools 4.29.1 Final].
10+
11+
== What is New?
12+
13+
Full details can be found at link:/documentation/whatsnew/jbosstools/4.29.1.Final.html[this page]. Here are some highlights:
14+
15+
=== General
16+
17+
=== Hibernate Tools
18+
19+
==== Older hibernate runtime disabled by default
20+
21+
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.
22+
23+
==== Hibernate Runtime Provider Updates
24+
25+
Multiple additions and updates have been performed on the available Hibernate runtime providers.
26+
27+
===== New Runtime Providers
28+
29+
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.
30+
31+
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.
32+
33+
===== Runtime Provider Updates
34+
35+
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.
36+
37+
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.
38+
39+
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.
40+
41+
The Hibernate 5.3 runtime provider now incorporates Hibernate Core version 5.3.36.Final and Hibernate Tools version 5.3.36.Final.
42+
43+
=== Server Tools
44+
45+
==== New Server view based on RSP available in the update site
46+
47+
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].
48+
49+
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.
50+
51+
=== And more...
52+
53+
You can find more noteworthy updates on link:/documentation/whatsnew/jbosstools/4.29.1.Final.html[this page].
54+
55+
56+
Enjoy!
57+
58+
Stéphane Bouchet
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
= Hibernate Tools 4.29.1.Final What's New
2+
:page-layout: whatsnew
3+
:page-component_id: hibernate
4+
:page-component_version: 4.29.1.Final
5+
:page-product_id: jbt_core
6+
:page-product_version: 4.29.1.Final
7+
8+
== Older hibernate runtime disabled by default
9+
10+
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.
11+
12+
== Hibernate Runtime Provider Updates
13+
14+
Multiple additions and updates have been performed on the available Hibernate runtime providers.
15+
16+
=== New Runtime Providers
17+
18+
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.
19+
20+
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.
21+
22+
=== Runtime Provider Updates
23+
24+
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.
25+
26+
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.
27+
28+
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.
29+
30+
The Hibernate 5.3 runtime provider now incorporates Hibernate Core version 5.3.36.Final and Hibernate Tools version 5.3.36.Final.
31+

documentation/whatsnew/server/server-news-4.29.0.Final.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
== New Server view based on RSP
99

10-
In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Remote Server Protocol (RSP).
10+
In JBoss Tools, a fresh perspective has been introduced, known as the "RSP Servers View," which utilizes the Runtime Server Protocol (RSP).
1111

1212
image::/documentation/whatsnew/server/images/RSP_View_1.png[Empty RSP View at start]
1313

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
= Server What's New in 4.29.1.Final
2+
:page-layout: whatsnew
3+
:page-component_id: server
4+
:page-component_version: 4.29.1.Final
5+
:page-product_id: jbt_core
6+
:page-product_version: 4.29.1.Final
7+
8+
== New Server view based on RSP available in the update site
9+
10+
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].
11+
12+
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.

0 commit comments

Comments
 (0)