Skip to content

Releases: wildfly/wildfly-core

12.0.0.Beta4

27 May 20:12
Compare
Choose a tag to compare

Release Notes - WildFly Core - Version 12.0.0.Beta4

Component Upgrade

  • [WFCORE-4937] - Upgrade FasterXML from 2.10.3 to 2.10.4
  • [WFCORE-4986] - Upgrade WildFly Elytron to 1.12.0.Final

Enhancement

  • [WFCORE-4955] - Create a wildfly-network OutboundConnection interface from AbstractOutboundConnectionService; expose via capabilities

Bug

  • [WFCORE-4976] - Where ModelControllerClient is initialised in process with CBH AuthenticationConfiguration takes priority.
  • [WFCORE-4982] - Remove streaming from DeploymentUnitPhaseService
  • [WFCORE-4983] - Fix bootable jar failing tests

Task

  • [WFCORE-4974] - Test runner Server start and stop timeouts are too low

12.0.0.Beta3

18 May 11:19
Compare
Choose a tag to compare

Release Notes - WildFly Core - Version 12.0.0.Beta3

Component Upgrade

Enhancement

  • [WFCORE-4730] - Include the wildfly-openssl s390 binding
  • [WFCORE-4895] - Bootable jar runtime module
  • [WFCORE-4949] - Expose the original task in RequestController.QueuedTask

Feature Request

  • [WFCORE-4725] - Make IP address of remote EJB client accessible to the developer from within app authentication code
  • [WFCORE-4750] - Introduce regex mapper for security roles in Elytron

Bug

  • [WFCORE-4252] - JmxControlledStateNotificationsTestCase test cases fail with security manager on Java 11
  • [WFCORE-4957] - Reduce heap footprint of single attribute write-attribute handlers
  • [WFCORE-4965] - Error loading a PKCS12 keystore inside a security-realm when using a credential-reference

Task

  • [WFCORE-4954] - Add legacy controller for EAP 7.3
  • [WFCORE-4958] - Create the ModelTestModelControllerService variants for the EAP 7.3.0 controllers
  • [WFCORE-4961] - Move PARSE_MICROPROFILE_JWT_DETECTION Earlier

11.1.1.Final

30 Apr 12:31
Compare
Choose a tag to compare

WildFly Core 11.1.1.Final is identical to 11.1.0.Final.

The artifacts for 11.1.0.Final were improperly built. The 11.1.1.Final release delivers correct artifacts

12.0.0.Beta2

29 Apr 15:48
Compare
Choose a tag to compare

Release Notes - WildFly Core - Version 12.0.0.Beta2

Component Upgrade

  • [WFCORE-4897] - Upgrade the wildfly-maven-plugin from 1.2.1.Final to 2.0.2.Final
  • [WFCORE-4912] - Upgrade Galleon from 4.2.4.Final to 4.2.5.Final
  • [WFCORE-4913] - Upgrade wildfly-discovery-client to 1.2.1.Final
  • [WFCORE-4930] - Upgrade jboss-logmanager from 2.1.14.Final to 2.1.15.Final
  • [WFCORE-4934] - Upgrade Undertow to 2.1.0.Final
  • [WFCORE-4940] - Upgrade JBoss DMR 1.5.1.Final
  • [WFCORE-4946] - Upgrade WildFly Elytron to 1.11.4.Final
  • [WFCORE-4947] - Upgrade Elytron Web to 1.7.1.Final

Bug

  • [WFCORE-1313] - User with slash or backslash char in LDAP name cannot log in through security-realm
  • [WFCORE-4841] - Logging subsystem capabilities do not work correctly
  • [WFCORE-4882] - Correct minOccurts value for host element in XSD
  • [WFCORE-4901] - TCCL not set to application classloader when MBean Notification is invoked
  • [WFCORE-4908] - The write-attribute operation does not work on a hosts JVM resource
  • [WFCORE-4921] - Remove unused product.conf
  • [WFCORE-4922] - The embedded host and server handlers hang on start
  • [WFCORE-4924] - CLI enable-sasl-management doesn't handle "plain-text" attribute
  • [WFCORE-4925] - Correct GAV versions in ModelTestControllerVersion
  • [WFCORE-4932] - Reading of identity from security domain causes NPE
  • [WFCORE-4935] - When server is started at suspend mode, :shutdown does not trigger a shutdown
  • [WFCORE-4943] - Remove duplicate elytron's duplicate dependency to controller-client

Task

  • [WFCORE-4906] - Exclude commons-codec dep from httpclient.
  • [WFCORE-4911] - Remove org.apache.xml-resolver (it has been moved to WildFly)
  • [WFCORE-4915] - Tighten up the dependency tree of subsystem-test
  • [WFCORE-4918] - Optimize MMR logic within AttributeConverter.DEFAULT_VALUE
  • [WFCORE-4920] - Remove remaining uses of EAPRepositoryReachableUtil
  • [WFCORE-4941] - Optimize MMR logic within DiscardAttributeChecker.DEFAULT_VALUE

11.1.0.Final

29 Apr 11:41
Compare
Choose a tag to compare

Release Notes - WildFly Core - Version 11.1.0.Final

Component Upgrade

Bug

  • [WFCORE-4905] - Provide common capability for Remoting connectors
  • [WFCORE-4909] - Correct GAV versions in ModelTestControllerVersion

12.0.0.Beta1

08 Apr 14:33
Compare
Choose a tag to compare

Release Notes - WildFly Core - Version 12.0.0.Beta1

Component Upgrade

Enhancement

  • [WFCORE-4621] - Create a 'wildflyee.api' module to serve the Jakarta EE APIs to external modules
  • [WFCORE-4764] - Availability of web console during the startup of the Domain Controller
  • [WFCORE-4812] - Consolidate instances of DefaultValueAttributeConverter
  • [WFCORE-4814] - Consolidate common instances of DiscardAttributeChecker that discard an attribute set to the default value
  • [WFCORE-4860] - Performance degradation with the LogContextSelector on Java 11
  • [WFCORE-4874] - Improve the WFLYSRV0002 error message
  • [WFCORE-4893] - Expose the process state from the embed server and controller

Feature Request

  • [WFCORE-4150] - Support automatically adding / updating credentials in the CredentialStore

Bug

  • [WFCORE-4737] - CVE-2019-14887 The 'enabled-protocols' value in legacy security is not respected if OpenSSL security provider is in use
  • [WFCORE-4803] - EJB Client authentication does not work using SASL DIGEST-MD5 and EXTERNAL mechanisms in Legacy security
  • [WFCORE-4819] - Add OperationDefinition generated by default SimpleResourceDefinition logic never contains parameters
  • [WFCORE-4875] - Provide common capability for Remoting connectors
  • [WFCORE-4883] - CompositeOperationTestCase fails intermittently
  • [WFCORE-4900] - Wildfly-openssl can not load library wfssl on RHEL6

Task

  • [WFCORE-4455] - Drop the org.slf4j.ext module
  • [WFCORE-4754] - Bump the Elytron subsystem version
  • [WFCORE-4877] - Move testsuite/layers in ts.layers profile
  • [WFCORE-4892] - Remove the ch.qos.cal10n module
  • [WFCORE-4894] - Upgrade jackson databind to 2.10.3 ...
  • [WFCORE-4898] - Bump the kernel management API version to 13.0.0 and the xsd to 13.0
  • [WFCORE-4903] - Update manualmode tests so HTTP authentication is not dependent on commons-codec

11.0.0.Final

11 Mar 16:30
Compare
Choose a tag to compare

Release Notes - WildFly Core - Version 11.0.0.Final

Component Upgrade

Bug

  • [WFCORE-4833] - Cannot configure Elytron legacy security domain integration in admin-only mode

11.0.0.Beta10

05 Mar 10:20
Compare
Choose a tag to compare

Release Notes - WildFly Core - Version 11.0.0.Beta10

Component Upgrade

  • [WFCORE-4824] - Upgrade JBoss Modules from 1.9.2 to 1.10.0.Final

Bug

  • [WFCORE-4862] - NPE starting the server by using incorrect git repository configurations

Task

  • [WFCORE-4850] - Updating mockserver to 5.9.0. Exclusion of dependency from xom.io7m

11.0.0.Beta9

19 Feb 13:37
Compare
Choose a tag to compare

Release Notes - WildFly Core - Version 11.0.0.Beta9

Component Upgrade

  • [WFCORE-4838] - Upgrade slf4j-jboss-logmanager from 1.0.3.GA to 1.0.4.GA

Enhancement

  • [WFCORE-4844] - CommandLineArgumentUsage custom usage
  • [WFCORE-4854] - Layers for application and management core security realms

Bug

  • [WFCORE-4830] - HCs (slaves) can not register to the DC (master) during DC and its servers start up

11.0.0.Beta8

05 Feb 13:14
Compare
Choose a tag to compare

Release Notes - WildFly Core - Version 11.0.0.Beta8

Component Upgrade

  • [WFCORE-4802] - Upgrade httpcomponents httpclient to 4.5.11 and httpcore to 4.4.13
  • [WFCORE-4810] - Upgrade WildFly Elytron to 1.11.1.Final
  • [WFCORE-4818] - Upgrade WildFly Elytron to 1.11.2.Final
  • [WFCORE-4823] - Upgrade to Galleon 4.2.4

Enhancement

  • [WFCORE-4809] - Allow composite operation to read the model without need to acquired the write lock in domain mode

Bug

  • [WFCORE-4736] - CVE-2019-14885 Vault system property security attribute value is revealed on CLI 'reload' command
  • [WFCORE-4791] - HttpManagementConstantHeadersTestCase causes tests failures
  • [WFCORE-4820] - Error: WFLYDM0042: Multiple CallbackHandlerServices for the same mechanism (PLAIN)
  • [WFCORE-4829] - An operation to add a pattern-formatter resource does not correctly marshal the XML configuration
  • [WFCORE-4831] - CLI boot, exception not thrown when error printed to error file