Skip to content

9.0.0.Beta3

Compare
Choose a tag to compare
@jmesnil jmesnil released this 17 Apr 16:07

Release Notes - WildFly Core - Version 9.0.0.Beta3

Component Upgrade

  • [WFCORE-4358] - Upgrade jboss-logmanager from 2.1.7.Final to 2.1.8.Final
  • [WFCORE-4402] - Upgrade CLI to use aesh 2.3
  • [WFCORE-4403] - Upgrade Undertow to 2.0.20.Final
  • [WFCORE-4408] - Upgrade jansi to 1.18
  • [WFCORE-4410] - Upgrade Elytron Web to 1.5.0.CR1
  • [WFCORE-4415] - Upgrade JBoss Modules from 1.9.0.Final to 1.9.1.Final
  • [WFCORE-4417] - Upgrade WildFly Elytron to 1.9.0.CR3
  • [WFCORE-4423] - Upgrade jboss-logging from 3.3.2.Final to 3.4.0.Final
  • [WFCORE-4424] - Upgrade jboss-logging-tools from 2.1.0.Final to 2.2.0.Final
  • [WFCORE-4425] - Upgrade jboss-logmanager from 2.1.8.Final to 2.1.10.Final
  • [WFCORE-4426] - Upgrade wildfly-common from 1.5.0.Final to 1.5.1.Final
  • [WFCORE-4430] - Upgrade jboss-stdio from 1.0.2.GA to 1.1.0.Final
  • [WFCORE-4431] - Upgrade log4j-jboss-logmanager from 1.1.6.Final to 1.2.0.Final

Enhancement

  • [WFCORE-3185] - Run parallel boot tasks in coarser grained chunks
  • [WFCORE-4392] - Migrate CapabilityServiceTarget to new MSC API
  • [WFCORE-4412] - Eliminate deprecated CapabilityServiceTarget.addCapability() usages

Feature Request

  • [WFCORE-4332] - JBoss provided syslog handler should support <named-formatter>

Bug

  • [WFCORE-3296] - Ephemeral port number (port="0") should not be affected by port offset
  • [WFCORE-3891] - Cannot create xml-formatter and json-formatter with the same name as existing resources in logging subsystem
  • [WFCORE-3969] - ALIAS_FILTER in Elytron trustmanager ignored when crl used
  • [WFCORE-3995] - Deployer or Maintainer RBAC role unable to write datasource credential after setting sensitive-classification credential requires-write=false
  • [WFCORE-4061] - ApplicationTypeConfigWriteAttributeHandler and SensitivityClassificationWriteAttributeHandler lack rollback handling
  • [WFCORE-4129] - WFLYSRV0266: Server home is set to... info msg in domain for RPM installation
  • [WFCORE-4325] - Unable to run testsuite/domain tests with -Delytron
  • [WFCORE-4359] - CommandFormatException: Invalid syntax... when using tab completion
  • [WFCORE-4369] - Fix wildfly elytron integration tests on jdk 13
  • [WFCORE-4376] - Deprecation of AbstractCapability should not be visible to non-deprecated API within RuntimeCapability subclass
  • [WFCORE-4396] - WildFly Core pom should use https URLs in repository and pluginRepository elements
  • [WFCORE-4399] - ResourceEntry implementations to not implement equals/hashCode
  • [WFCORE-4405] - Binary jar files in model-test
  • [WFCORE-4413] - Fix backward compatibility issues of javax.api & javax.sql.api modules
  • [WFCORE-4416] - Some capabilities requirements are not recorded in features generated by Galleon
  • [WFCORE-4420] - ParseUtil.readProperty incorrectly checks for XMLConstants.NULL_NS_URI

Task

  • [WFCORE-4337] - Bump logging schema and model versions
  • [WFCORE-4401] - Make 'org.wildfly.security.password.util' public API
  • [WFCORE-4409] - When on JDK 13, disable tests that hang due to https://bugs.openjdk.java.net/browse/JDK-8219658
  • [WFCORE-4418] - Deprecate unused ParseUtil methods
  • [WFCORE-4429] - Update MavenUtil to use https connections by default