From e05d6d0eab2dba9475760dc132ca2f5eb2054a9b Mon Sep 17 00:00:00 2001 From: Rob Stryker Date: Mon, 15 May 2017 12:45:16 -0400 Subject: [PATCH] JBIDE-24367 - server n&n for 4.4.4.Final (#708) --- .../server/server-news-4.4.4.Final.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 documentation/whatsnew/server/server-news-4.4.4.Final.adoc diff --git a/documentation/whatsnew/server/server-news-4.4.4.Final.adoc b/documentation/whatsnew/server/server-news-4.4.4.Final.adoc new file mode 100644 index 000000000..3ff674fdb --- /dev/null +++ b/documentation/whatsnew/server/server-news-4.4.4.Final.adoc @@ -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] +