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-24367 - server n&n for 4.4.4.Final #708

Merged
merged 1 commit into from
May 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions documentation/whatsnew/server/server-news-4.4.4.Final.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
= Server What's New in 4.4.4.Final
:page-layout: whatsnew
:page-component_id: server
:page-component_version: 4.4.4.Final
:page-product_id: jbt_core
:page-product_version: 4.4.4.Final

== WildFly 11 Server Adapter

A server adapter has been added to work with WildFly 11. It's currently released in Tech-Preview mode only, since the underlying WildFly 11 continues to be under active development with substantial opportunity for breaking changes.



== WildFly 11 Incremental Management Deployment

JBoss Tools finally has support for incremental publishing commands issued over the management API to a running application server. Publishing over the management protocol has, in the past, always suffered from slow performance due to the requirement that the full deployment be sent over the wire on each change. In WildFly 11 and EAP 7.1, support for changes to individual files without having to send the entire deployment has been added.

related_jira::JBIDE-23784[WF 11 / EAP 7.1 Incremental MGMT publishing]