-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 4.29.0.Final to tools.jboss.org (#1002)
* Add 4.29.0.Final to tools.jboss.org Signed-off-by: Stephane Bouchet <[email protected]> * Update blog/4.29.0.final.adoc Co-authored-by: Mohit Suman <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> * Update documentation/whatsnew/hibernate/hibernate-news-4.29.0.Final.adoc Co-authored-by: Mohit Suman <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> * Add 4.29.0.Final to tools.jboss.org Signed-off-by: Stephane Bouchet <[email protected]> --------- Signed-off-by: Stephane Bouchet <[email protected]> Co-authored-by: Mohit Suman <[email protected]>
- Loading branch information
1 parent
9eeddc2
commit 71a9baa
Showing
17 changed files
with
204 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,5 @@ gem 'compass' | |
|
||
# to allow for proper product version comparison | ||
gem 'version', '1.0.0' | ||
|
||
gem "ffi", "~> 1.15" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
= JBoss Tools 4.29.0.Final for Eclipse 2023-09 | ||
:page-layout: blog | ||
:page-author: sbouchet | ||
:page-tags: [release, jbosstools, jbosscentral] | ||
:page-date: 2023-11-02 | ||
|
||
Happy to announce 4.29.0.Final build for Eclipse 2023-09. | ||
|
||
Downloads available at link:/downloads/jbosstools/2023-09/4.29.0.Final.html[JBoss Tools 4.29.0 Final]. | ||
|
||
== What is New? | ||
|
||
Full info is at link:/documentation/whatsnew/jbosstools/4.29.0.Final.html[this page]. Some highlights are below. | ||
|
||
=== General | ||
|
||
==== Components Removal | ||
|
||
As outlined and announced in a prior blog post, the subsequent components have been excluded from the latest JBoss Tools distribution: | ||
|
||
- WebServices | ||
- Batch | ||
|
||
=== Hibernate Tools | ||
|
||
== Hibernate Runtime Provider Updates | ||
|
||
Multiple additions and updates have been performed on the available Hibernate runtime providers. | ||
|
||
=== 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 | ||
|
||
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. | ||
|
||
The Hibernate 5.3 runtime provider now incorporates Hibernate Core version 5.3.32.Final and Hibernate Tools version 5.3.32.Final. | ||
|
||
=== Server Tools | ||
|
||
==== 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). | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_1.png[Empty RSP View at start] | ||
|
||
To begin, you must initiate the server connector responsible for managing the servers. Simply right-click on any entry for the Server connector, and choose the "Start RSP" option. | ||
|
||
The server connector is now starting and it's status will change to [STARTED]. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_2.png[Empty RSP View started] | ||
|
||
You can then choose between download a server or use a local server. | ||
|
||
Now, let's create a new server. Simply right-click on the active Server connector and select "Download Server." Choose any runtime from the list and confirm by clicking OK. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_3.png[Selecting Wildfly server runtime] | ||
|
||
Follow the dialog steps for additional parameters and wait for the installation to finish. You can see a new entry on the server view with the selected server. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_4.png[Wildfly server runtime installed] | ||
|
||
Now start the server runtime using "Start Server" context menu action. The console view opens and display any message from the server. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_5.png[Wildfly server runtime started] | ||
|
||
Now you can add any deployment to the server. This can be either a folder or a file, present on your local computer. For example, let's deploy a basic web application. | ||
|
||
Right click on the started server runtime and select "Add deployment". Then select a web archive to be added to the server. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_6.png[Adding a simple web application to the runtime] | ||
|
||
It will automatically deploy the application and display any message in the console. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_7.png[Simple web application added to the runtime] | ||
|
||
Now you can enjoy the application on your browser ! | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_8.png[Simple web application running] | ||
|
||
We are welcoming any suggestion to this new view, either on our JIRA/Github, or using our https://matrix.to/#/#redhat-developer_server-connector:gitter.im[gitter chatroom] | ||
|
||
|
||
|
||
=== And more... | ||
|
||
You can find more noteworthy updates in on link:/documentation/whatsnew/jbosstools/4.29.0.Final.html[this page]. | ||
|
||
|
||
Enjoy! | ||
|
||
Stéphane Bouchet |
22 changes: 22 additions & 0 deletions
22
documentation/whatsnew/hibernate/hibernate-news-4.29.0.Final.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
= Hibernate Tools 4.29.0.Final What's New | ||
:page-layout: whatsnew | ||
:page-component_id: hibernate | ||
:page-component_version: 4.29.0.Final | ||
:page-product_id: jbt_core | ||
:page-product_version: 4.29.0.Final | ||
|
||
== Hibernate Runtime Provider Updates | ||
|
||
Multiple additions and updates have been performed on the available Hibernate runtime providers. | ||
|
||
=== 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 | ||
|
||
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. | ||
|
||
The Hibernate 5.3 runtime provider now incorporates Hibernate Core version 5.3.32.Final and Hibernate Tools version 5.3.32.Final. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions
49
documentation/whatsnew/server/server-news-4.29.0.Final.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
= Server What's New in 4.29.0.Final | ||
:page-layout: whatsnew | ||
:page-component_id: server | ||
:page-component_version: 4.29.0.Final | ||
:page-product_id: jbt_core | ||
:page-product_version: 4.29.0.Final | ||
|
||
== 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). | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_1.png[Empty RSP View at start] | ||
|
||
To begin, you must initiate the server connector responsible for managing the servers. Simply right-click on any entry for the Server connector, and choose the "Start RSP" option. | ||
|
||
The server connector is now starting and it's status will change to [STARTED]. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_2.png[Empty RSP View started] | ||
|
||
You can then choose between download a server or use a local server. | ||
|
||
Now, let's create a new server. Simply right-click on the active Server connector and select "Download Server." Choose any runtime from the list and confirm by clicking OK. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_3.png[Selecting Wildfly server runtime] | ||
|
||
Follow the dialog steps for additional parameters and wait for the installation to finish. You can see a new entry on the server view with the selected server. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_4.png[Wildfly server runtime installed] | ||
|
||
Now start the server runtime using "Start Server" context menu action. The console view opens and display any message from the server. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_5.png[Wildfly server runtime started] | ||
|
||
Now you can add any deployment to the server. This can be either a folder or a file, present on your local computer. For example, let's deploy a basic web application. | ||
|
||
Right click on the started server runtime and select "Add deployment". Then select a web archive to be added to the server. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_6.png[Adding a simple web application to the runtime] | ||
|
||
It will automatically deploy the application and display any message in the console. | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_7.png[Simple web application added to the runtime] | ||
|
||
Now you can enjoy the application on your browser ! | ||
|
||
image::/documentation/whatsnew/server/images/RSP_View_8.png[Simple web application running] | ||
|
||
We are welcoming any suggestion to this new view, either on our JIRA/Github, or using our https://matrix.to/#/#redhat-developer_server-connector:gitter.im[gitter chatroom] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters