Skip to content

11.0.0.Beta1

Compare
Choose a tag to compare
@jmesnil jmesnil released this 16 Oct 10:04

Release Notes - WildFly Core - Version 11.0.0.Beta1

Component Upgrade

Enhancement

  • [WFCORE-4505] - use default charset for process file via jboss-cli --properties
  • [WFCORE-4594] - Expose CoreProcessStateService functionality used by subsystems via a capability
  • [WFCORE-4595] - ControlledProcessState.State should expose whether a state means a running server
  • [WFCORE-4680] - Redact passwords in the sun.java.command logging
  • [WFCORE-4710] - Wrong BufferPoolMXBean name used in lookup

Feature Request

  • [WFCORE-4681] - Add Phase entries for Microprofile OpenAPI Extension

Bug

  • [WFCORE-4338] - Race condition on PID file allows for termination of arbitrary processes by local users
  • [WFCORE-4656] - Write Empty ALLOWED_ORIGINS list cause ConfigurationPersistenceException on reload
  • [WFCORE-4683] - User with Monitor role can stop the servers in domain mode
  • [WFCORE-4684] - The legacy core-feature-pack doesn't install the .well-known/acme-challenge dir
  • [WFCORE-4687] - StandaloneScriptTestCase fails on Eclipse OpenJ9
  • [WFCORE-4699] - preferIPv6Addresses and preferIPv4Stack System Properties are Mishandled in the Config

Task

  • [WFCORE-4652] - Ignore tests that expect default configuration during Elytron testing
  • [WFCORE-4679] - Update the mock-server-netty dep; specify the logback dep
  • [WFCORE-4686] - Ensure the log manager is set for tests for Eclipse OpenJ9
  • [WFCORE-4690] - Fix test suite tests to work with Eclipse OpenJ9
  • [WFCORE-4696] - Bump the Elytron subsystem version
  • [WFCORE-4702] - Add deployment phases for MicroProfile Fault Tolerance