Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerMule Maven Plugin 2.3.5 is focused on fixing bugs and also updates the Runtime Fabric deployment configuration.
Microsoft Windows 8+
Apple Mac OS X 10.10+
Linux (tested on Ubuntu 15)
Java 8,7
Maven 3.3.3, 3.3.9, 3.5.0, 3.6.0
Added property enforceDeployingReplicasAcrossNodes
to Runtime Fabric deployment. This property enables the option to enforce deploying replicas across nodes.
Added property updateStrategy
to Runtime Fabric deployment. This property accepts two values:
rolling
: Maintains availability by incrementally updating replicas.
recreate
: Terminates replicas before re-deployment.
Added property forwardSslSession
to Runtime Fabric deployment. This property enables SSL forwarding during a session.
The following deployment configuration properties were modified:
clusteringEnabled
was renamed to clustered
.
replicationFactor
was renamed to replicas
, and now is nested under <runtimeFabricDeployment>
.
cpuMax
and cpuReserved
were renamed to limit
and reserved
respectively, and are nested under <deploymentSettings><resources><cpu>
.
memoryMax
and memoryReserved
were renamed to limit
and reserved
respectively, and are nested under <deploymentSettings><resources><memory>
.
publicURL
is now nested under <deploymentSettings><http><inbound>
.