La release candidate 01 de Wildfly 9.0.0 est sortie ce samedi. Elle est disponible en téléchargement ici. Cette version corrige un certain nombre de bug et elle apporte de nouvelles fonctionnalités que nous allons vous rapidement ici. Je posterai plus tard des exemples complets.

Java EE7

Wildfly 9 intégre les deux profils Web et Full du standard Java EE7.

Le support de HTTP/2 & SPDY

Le standard HTTP/2 est maintenant officiel depuis Fevrier. Wildfly 9 inclut le support de ce protocole, mais nécessite une procédure spéciale

Info

Je l’ai testé sans pb avec FF 37.0.2 et Java8u40, je ferai un post ASAP.

Load banlancer Wildlfy en remplacement d’Apache

Anciennement, le load balancing des Wildfly ou JBoss était effectué le plus souvent via un Apache en frontal des instances. La configuration du load balancing se fait directment via le serveur HTTP Undertow.

Arret en douceur de Wildfly

Il est maintenant possible de refuser nativement les nouvelles sessions utilisateur lorsqu’une instance s’arrete. Cela permet de ne plus interrompre les traitements des utilisateurs déjà connectés.

Mise à jour de Framework

  • Intégration de JBoss WS 5 basé sur CXF 3
  • Remplacement de JacORB vers OpenJDK Orb pour l’implementation du protocol IIOP
  • Montée de version vers IronJacamar 1.2.4.Final pour l’implementation de JCA

Correction de bug

Démarrage

Le demarrage se fait comme les versions précédentes :

[mbp:~/Application/wildfly/wildfly-9.0.0.CR1]$> bin/standalone.sh
=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /Users/gautric/Application/wildfly/wildfly-9.0.0.CR1

  JAVA: java

  JAVA_OPTS:  -server -XX:+UseCompressedOops  -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true

=========================================================================

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
13:31:40,503 INFO  [org.jboss.modules] (main) JBoss Modules version 1.4.3.Final
13:31:40,837 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.4.Final
13:31:40,941 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 9.0.0.CR1 (WildFly Core 1.0.0.CR1) starting
13:31:42,450 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 11) WFLYCTL0028: Attribute enabled is deprecated, and it might be removed in future version!
13:31:42,479 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
13:31:42,515 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.3.1.Final
13:31:42,534 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.3.1.Final
13:31:42,612 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
13:31:42,613 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
13:31:42,629 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
13:31:42,632 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
13:31:42,679 INFO  [org.jboss.as.connector] (MSC service thread 1-6) WFLYJCA0009: Starting JCA Subsystem (IronJacamar 1.2.4.Final)
13:31:42,680 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2
13:31:42,723 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
13:31:42,736 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
13:31:42,739 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
13:31:42,742 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 4.0.9.Final
13:31:42,743 INFO  [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=4.9.0.Beta2
13:31:42,756 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
13:31:42,768 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0003: Undertow 1.2.4.Final starting
13:31:42,769 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0003: Undertow 1.2.4.Final starting
13:31:42,790 INFO  [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
13:31:42,791 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
13:31:42,996 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path /Users/gautric/Application/wildfly/wildfly-9.0.0.CR1/welcome-content
13:31:43,010 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0012: Started server default-server.
13:31:43,041 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting
13:31:43,158 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTP listener default listening on /127.0.0.1:8080
13:31:43,290 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
13:31:43,396 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/gautric/Application/wildfly/wildfly-9.0.0.CR1/standalone/deployments
13:31:43,609 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBoss Web Services - Stack CXF Server 5.0.0.Final
13:31:43,779 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
13:31:43,786 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
13:31:43,787 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 9.0.0.CR1 (WildFly Core 1.0.0.CR1) started in 3772ms - Started 202 of 379 services (210 services are lazy, passive or on-demand)