Skip to content

Releases: wildfly/wildfly-core

26.0.0.Beta2

21 Aug 10:36
44dbf0c
Compare
Choose a tag to compare
26.0.0.Beta2 Pre-release
Pre-release

What's Changed

  • [WFCORE-6933] Add the required permissions for the Log4j2ServiceActiv… by @jamezp in #6115
  • WFCORE-6911 Remove usage of deprecated AbstractAddStepHandler constructors in elytron subsystem by @pferraro in #6090
  • WFCORE-6913 Remove usage of deprecated AbstractAddStepHandler constructors in logging subsystem by @pferraro in #6092
  • WFCORE-6922 Remove usage of deprecated AbstractWriteAttributeHandler constructors in elytron subsystem by @pferraro in #6101
  • [WFCORE-6938] Bump version.org.wildfly.galleon-plugins from 7.1.1.Final to 7.1.2.Final by @dependabot in #6118
  • [WFCORE-6936] Allow the maven.test.redirectTestOutputToFile system pr… by @jamezp in #6114
  • [WFCORE-6951] Bump org.eclipse.parsson:parsson from 1.1.6 to 1.1.7 by @dependabot in #6120
  • [WFCORE-6949] Bump io.smallrye:jandex from 3.2.0 to 3.2.2 by @dependabot in #6125
  • [WFCORE-6950] Bump version.org.apache.sshd from 2.13.1 to 2.13.2 by @dependabot in #6121
  • Bump version.org.apache.directory.api from 2.1.6 to 2.1.7 by @dependabot in #6124
  • [WFCORE-6891] Remove support for parsing domain management schemas prior to urn:jboss:domain:1.7 by @darranl in #6069
  • WFCORE-6940 Allow null ManagementResourceRegistrar.register(...) by @pferraro in #6122
  • [WFCORE-6952] Upgrade WildFly Elytron to 2.5.1.Final by @fjuma in #6129
  • [WFCORE-6745] Upgrade log4j2 to 2.23.1 and log4j2-jboss-logmanager to… by @jamezp in #6128
  • [WFCORE-6953] org.bouncycastle.bcpg JBoss Modules module requires jav… by @yersan in #6131
  • [WFCORE-6946] Fix word order by @bstansberry in #6136
  • WFCORE-6948 Add ability for wildfly-subsystem to register an operation transformation for any specific operation (not just add). by @pferraro in #6127
  • WFCORE-6954 (wildfly-subsystem) Do not auto-register add/remove resource operations for runtime resources. by @pferraro in #6133
  • WFCORE-6945 Required child resource logic in wildfly-subsystem is not stability-level aware by @pferraro in #6126

Full Changelog: 26.0.0.Beta1...26.0.0.Beta2

Jira Release Notes

Sub-task

  • [WFCORE-6911] - Remove usage of deprecated AbstractAddStepHandler constructors in elytron subsystem
  • [WFCORE-6913] - Remove usage of deprecated AbstractAddStepHandler constructors in logging subsystem
  • [WFCORE-6922] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in elytron subsystem

Bug

  • [WFCORE-6933] - Missing permissions in AbstractLoggingTestCase
  • [WFCORE-6945] - Required child resource logic in wildfly-subsystem is not stability-level aware
  • [WFCORE-6946] - Wrong word ordering in ControllerLogger coverage of secure expression resolution
  • [WFCORE-6953] - java.lang.ClassNotFoundException: java.util.logging.Logger from Module "org.bouncycastle.bcpg"
  • [WFCORE-6954] - wildfly-subsystem auto-registers add/remove operation handlers for runtime resources

Task

  • [WFCORE-6891] - Remove support for parsing domain management schemas prior to urn:jboss:domain:1.7
  • [WFCORE-6936] - Allow the maven.test.redirectTestOutputToFile property to work from the command line

Component Upgrade

  • [WFCORE-6745] - Upgrade log4j2 from 2.22.1 to 2.23.1 and log4j2-jboss-logmanager to 2.0
  • [WFCORE-6938] - Bump version.org.wildfly.galleon-plugins from 7.1.1.Final to 7.1.2.Final
  • [WFCORE-6949] - Upgrade io.smallrye:jandex from 3.2.0 to 3.2.2
  • [WFCORE-6950] - Upgrade SSHD from 2.13.1 to 2.13.2
  • [WFCORE-6951] - Upgrade Eclipse Parsson from 1.1.6 to 1.1.7
  • [WFCORE-6952] - Upgrade WildFly Elytron to 2.5.1.Final

Enhancement

  • [WFCORE-6940] - Allow null ManagementResourceRegistrar.register(...)
  • [WFCORE-6948] - Allow more precise control over which resource operations can be transformed via wildfly-subsystem

Jira Release Notes link: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12430746

25.0.1.Final

19 Aug 09:32
045a3a0
Compare
Choose a tag to compare

What's Changed

  • [25.x][WFCORE-6952] Upgrade WildFly Elytron to 2.5.1.Final by @fjuma in #6130
  • [25.x][WFCORE-6953] org.bouncycastle.bcpg JBoss Modules module requires jav… by @yersan in #6132

Full Changelog: 25.0.0.Final...25.0.1.Final

Jira Release Notes

Bug

  • [WFCORE-6953] - java.lang.ClassNotFoundException: java.util.logging.Logger from Module "org.bouncycastle.bcpg"

Component Upgrade

  • [WFCORE-6952] - Upgrade WildFly Elytron to 2.5.1.Final

Jira Release Notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12431541

26.0.0.Beta1

24 Jul 13:22
Compare
Choose a tag to compare
26.0.0.Beta1 Pre-release
Pre-release

What's Changed

  • [WFCORE-6895] Add a grace period to Management CLI Installer Windows … by @yersan in #6071
  • WFCORE-6897 Remove usage of deprecated WildflyTestRunner class by @rhusar in #6072
  • [WFCORE-6901] Create Phase IDs for OpenTelemetry by @jasondlee in #6075
  • [WFCORE-6889] Add a ModuleDependency.Builder class by @bstansberry in #6065
  • [WFCORE-6813] Extract read-config-as-xml-file tests in individual class by @yersan in #6074
  • [WFCORE-6869] Get the KeyStore File and type from the Defined id entities for the OpenSslTlsTestCase by @darranl in #6064
  • [WFCORE-6874] Fix logging.properties configuration file when apply se… by @yersan in #6057
  • [WFCORE-6905] Upgrade Galleon to 6.0.2.Final and Galleon Plugins to 7… by @yersan in #6082
  • [WFCORE-6855]: Upgrade JGit from 6.8.0.202311291450-r to 6.10.0.202406032230-r by @ehsavoie in #6059
  • [WFCORE-6906] Upgrade Installation Manager API to 1.0.3.Final by @yersan in #6083
  • [WFCORE-6874] Fix variable definition check in Windows Batch and ensu… by @yersan in #6086
  • WFCORE-6929 Remove usage of deprecated AbstractWriteAttributeHandler constructors in request-controller subsystem by @pferraro in #6108
  • WFCORE-6928 Remove usage of deprecated AbstractWriteAttributeHandler constructors in wildfly-server by @pferraro in #6107
  • WFCORE-6918 Remove usage of deprecated AbstractWriteAttributeHandler constructors in wildfly-controller by @pferraro in #6097
  • WFCORE-6917 Remove usage of deprecated AbstractAddStepHandler constructors in threads subsystem by @pferraro in #6096
  • WFCORE-6915 Remove usage of deprecated AbstractAddStepHandler constructors in request-controller subsystem by @pferraro in #6094
  • WFCORE-6914 Remove usage of deprecated AbstractAddStepHandler constructors in tests by @pferraro in #6093
  • WFCORE-6910 Remove usage of deprecated AbstractAddStepHandler constructors in domain-management by @pferraro in #6089
  • Bump version.io.netty from 4.1.111.Final to 4.1.112.Final by @dependabot in #6111
  • WFCORE-6930 Remove usage of deprecated AbstractWriteAttributeHandler constructors in testsuite by @pferraro in #6109
  • [WFCORE-6885] Upgrade Apache Mina SSHD to 2.13.1 by @yersan in #6112
  • WFCORE-6924 Remove usage of deprecated AbstractWriteAttributeHandler constructors in IO subsystem by @pferraro in #6103
  • WFCORE-6923 Remove usage of deprecated AbstractWriteAttributeHandler constructors in host-controller by @pferraro in #6102
  • WFCORE-6921 Remove usage of deprecated AbstractWriteAttributeHandler constructors in domain-management by @pferraro in #6100
  • WFCORE-6919 Remove usage of deprecated AbstractWriteAttributeHandler constructors in core-management by @pferraro in #6098
  • WFCORE-6916 Remove usage of deprecated AbstractAddStepHandler constructors in security-manager subsystem by @pferraro in #6095
  • WFCORE-6909 Remove usage of deprecated AbstractAddStepHandler constructors in core-management subsystem by @pferraro in #6088
  • WFCORE-6908 Remove usage of deprecated AbstractAddStepHandler constructors in wildfly-controller/host-controller/server by @pferraro in #6087
  • [WFCORE-6880] Bump the kernel management API version to 27.0.0 by @yersan in #6081
  • WFCORE-6927 Remove usage of deprecated AbstractWriteAttributeHandler constructors in remoting subsystem by @pferraro in #6106
  • WFCORE-6925 Remove usage of deprecated AbstractWriteAttributeHandler constructors in jmx subsystem by @pferraro in #6104
  • WFCORE-6920 Remove usage of deprecated AbstractWriteAttributeHandler constructors in deployment-scanner by @pferraro in #6099
  • WFCORE-6912 Remove usage of deprecated AbstractAddStepHandler constructors in jmx subsystem by @pferraro in #6091
  • [WFCORE-6932] Upgrade commons-lang3 from 3.15.0 by @yersan in #6113
  • WFCORE-6926 Remove usage of deprecated AbstractWriteAttributeHandler constructors in logging subsystem by @pferraro in #6105

Full Changelog: 25.0.0.Final...26.0.0.Beta1

Jira Release Notes:

Sub-task

  • [WFCORE-6908] - Remove usage of deprecated AbstractAddStepHandler constructors in wildfly-controller/host-controller/server
  • [WFCORE-6909] - Remove usage of deprecated AbstractAddStepHandler constructors in core-management subsystem
  • [WFCORE-6910] - Remove usage of deprecated AbstractAddStepHandler constructors in domain-management
  • [WFCORE-6912] - Remove usage of deprecated AbstractAddStepHandler constructors in jmx subsystem
  • [WFCORE-6914] - Remove usage of deprecated AbstractAddStepHandler constructors in tests
  • [WFCORE-6915] - Remove usage of deprecated AbstractAddStepHandler constructors in request-controller subsystem
  • [WFCORE-6916] - Remove usage of deprecated AbstractAddStepHandler constructors in security-manager subsystem
  • [WFCORE-6917] - Remove usage of deprecated AbstractAddStepHandler constructors in threads subsystem
  • [WFCORE-6918] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in wildfly-controller
  • [WFCORE-6919] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in core-management
  • [WFCORE-6920] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in deployment-scanner
  • [WFCORE-6921] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in domain-management
  • [WFCORE-6923] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in host-controller
  • [WFCORE-6924] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in IO subsystem
  • [WFCORE-6925] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in jmx subsystem
  • [WFCORE-6926] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in logging subsystem
  • [WFCORE-6927] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in remoting subsystem
  • [WFCORE-6928] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in wildfly-server
  • [WFCORE-6929] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in request-controller subsystem
  • [WFCORE-6930] - Remove usage of deprecated AbstractWriteAttributeHandler constructors in testsuite

Bug

  • [WFCORE-6874] - Apply server candidate phase logs are not saved in log files when using Management CLI

Task

  • [WFCORE-6813] - Extract read-config-as-xml-file tests in individual test classes or methods
  • [WFCORE-6880] - Bump the kernel management API version to 27.0.0
  • [WFCORE-6897] - ...
Read more

25.0.0.Final

17 Jul 09:44
Compare
Choose a tag to compare

What's Changed

  • [WFCORE-6661] More accurate, resettable start time calculation by @bstansberry in #5827
  • WFCORE-6877 SubsystemPersistence factory method for manual parser/writer cannot find writer by @pferraro in #6056
  • [WFCORE-6870][WFCORE-6871][WFCORE-6876] ModuleSpecification cleanups by @bstansberry in #6053
  • WFCORE-6866 Create ServiceDescriptor for management executor by @pferraro in #6048
  • [WFCORE-6886] Update unstable API scanner to 1.0.0.Final by @kabir in #6060
  • [WFCORE-6888] Upgrade WildFly Elytron to 2.5.0.Final by @fjuma in #6062
  • [WFCORE-6892] Remove duplicate plugin declaration by @yersan in #6068
  • [WFCORE-6834] wildfly-elytron-integration jar duplicated in server modules by @yersan in #6067
  • [WFCORE-6834] wildfly-elytron-integration jar duplicated in server modules by @ivassile in #6014
  • [WFCORE-6887] Introducing new phase STRUCTURE_NAMING_JDK_DEPENDENCIES by @ropalka in #6061
  • [WFCORE-6900] CVE-2024-3653 CVE-2024-5971 Upgrade Undertow to 2.3.15.… by @fl4via in #6073
    Full Changelog: 25.0.0.Beta5...25.0.0.Final

Jira release notes:

Bug

  • [WFCORE-6834] - wildfly-elytron-integration jar duplicated in server modules
  • [WFCORE-6877] - SubsystemPersistence factory method for manual parser/writer cannot find writer
  • [WFCORE-6892] - duplicate declaration of plugin org.apache.maven.plugins:maven-resources-plugin

Task

  • [WFCORE-6866] - Create ServiceDescriptor for management executor
  • [WFCORE-6870] - Remove deprecated ModuleSpecification members
  • [WFCORE-6871] - Deprecate use of ModuleIdentifier in the ModuleSpecification API
  • [WFCORE-6876] - Enhance unit testing of ModuleSpecification

Component Upgrade

Enhancement

  • [WFCORE-6661] - More accurate, resettable start time calculation
  • [WFCORE-6887] - Introduce new phase STRUCTURE_NAMING_JDK_DEPENDENCIES

Jira Release Notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12430015

25.0.0.Beta5

01 Jul 11:39
Compare
Choose a tag to compare
25.0.0.Beta5 Pre-release
Pre-release

What's Changed

  • [WFCORE-6860][WFCORE-6861][WFCORE-6862] CVE-2024-6162 CVE-2024-27316 Upgrade Undertow, XNIO and JBoss Remoting by @fl4via in #6043
  • [WFCORE-6750][Preview] Integrate the scanner for the unstable API annotations by @kabir in #5913
  • WFCORE-6863 Add ServiceDescriptor convenience method for adding a requirement to a RuntimeCapability. by @pferraro in #6046
  • WFCORE-6865 DefaultResourceAddDescriptionProvider omits the stability of the operation from its generated description by @pferraro in #6047
  • [WFCORE-6750] Iterate resources rather than writing to a shared index… by @kabir in #6049
  • WFCORE-6807 Prune deprecations from wildfly-service and wildfly-subsystem by @pferraro in #6045
  • [WFCORE-6867] Upgrade WildFly Elytron to 2.5.0.CR1 by @fjuma in #6050
  • [WFCORE-6868] Use the Defined*Identity Types to get the Key and Trust Manager. by @darranl in #6052
  • [WFCORE-6503]:Add support for unmanaged deployments with YAML extension. by @ehsavoie in #5860
  • [WFCORE-6872] Mark deprecated key server kernel code forRemoval=true … by @bstansberry in #6054

Full Changelog: 25.0.0.Beta4...25.0.0.Beta5

Jira release notes:

Feature Request

  • [WFCORE-6503] - Add support for deployments with YAML extension
  • [WFCORE-6750] - [Preview] Scan for annotations indicating unstable API on deployment

Bug

  • [WFCORE-6857] - Unmanaged deployment cannot be deployed using yaml without calling deploy in CLI
  • [WFCORE-6865] - DefaultResourceAddDescriptionProvider omits the stability of the operation from its generated description

Task

  • [WFCORE-6115] - Remove deprecated items in key server kernel modules
  • [WFCORE-6807] - Prune deprecations from wildfly-service and wildfly-subsystem
  • [WFCORE-6863] - Add ServiceDescriptor convenience method for adding a requirement to a RuntimeCapability
  • [WFCORE-6872] - Add forRemoval=true|false attributes to @deprecated items in key server kernel modules

Component Upgrade

Enhancement

  • [WFCORE-6868] - Update tests that use CAGenerationTool to use it to load KeyStores etc..

Jira Release Notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12429662

25.0.0.Beta4

20 Jun 13:04
Compare
Choose a tag to compare
25.0.0.Beta4 Pre-release
Pre-release

What's Changed

  • [WFCORE-6850] Set a JDKModuleLogger after the log manager is configured. by @jamezp in #6031
  • [WFCORE-4919] Add a timeout parameter starting the embedded Server/Host Controller from ModelParserUtils by @yersan in #6016
  • [WFCORE-6847] Upgrade io.smallrye:jandex from 3.1.8 to 3.2.0 by @yersan in #6028
  • [WFCORE-6819] Show current stability level with the server boot message by @yersan in #6000
  • Fix for WFCORE-6853, Upgrade to Galleon Plugins 7.1.0.Final by @jfdenise in #6035
  • Bump version.io.netty from 4.1.110.Final to 4.1.111.Final by @dependabot in #6034
  • [WFCORE-6815][Community] Added reload-enhanced operation to reload a domain to a certain stability by @yersan in #5992
  • [WFCORE-6815] Add removed import that is required by WFCORE-6819 by @yersan in #6042

Full Changelog: 25.0.0.Beta3...25.0.0.Beta4

Jira Release Notes

Feature Request

  • [WFCORE-6815] - [Community] Utility to reload domain to a different stability level in the testsuite

Component Upgrade

  • [WFCORE-6847] - Upgrade io.smallrye:jandex from 3.1.8 to 3.2.0
  • [WFCORE-6850] - The bootable JAR entry point should set the module logger after the log manager is initialized
  • [WFCORE-6853] - Upgrade to Galleon Plugins 7.1.0.Final

Enhancement

  • [WFCORE-4919] - ModelParserUtils should use the --timeout parameter with its embed-server and embed-host-controller calls
  • [WFCORE-6819] - Show current stability level with the server boot message

Jira Release Notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12429179

25.0.0.Beta3

06 Jun 11:06
Compare
Choose a tag to compare
25.0.0.Beta3 Pre-release
Pre-release

What's Changed

  • [WFCORE-6823] Don't register the Jakarta AuthConfigFactory in the host controller. by @darranl in #5993
  • [WFCORE-6831] Upgrade WildFly Elytron to 2.4.2.Final by @fjuma in #6001
  • [WFCORE-6832] Wrong arguments to standalone.sh may lead to server content removal by @gaol in #6006
  • Bump version.io.netty from 4.1.109.Final to 4.1.110.Final by @dependabot in #6005
  • [CVE-2024-4029] [WFCORE-6825] [WFCORE-6833] Options to control resources used for incomming connections and XNIO upgrade by @yersan in #6010
  • [CVE-2024-4029] [WFCORE-6825] Options to control resources used for incomming connections. by @darranl in #6004
  • [WFCORE-6833] Upgrade XNIO to 3.8.15.Final by @fl4via in #6007
  • [WFCORE-6835] Upgrading JBoss MSC to 1.5.5.Final by @ropalka in #6018
  • Fix for WFCORE-6069, PermissionsDeploymentTestCase fails intermittently on Windows - Bootable JAR Job by @jfdenise in #6019
  • WFCORE-6841 Create ServiceDescriptors for capabilities defined in AbstractControllerService by @pferraro in #6025
  • [WFCORE-6842] Do not add null environment variables to the ProcessBui… by @jamezp in #6026
  • [WFCORE-6821] Use a builder to construct the different attributes for the domain mode reload test suite operation by @lvydra in #6015
  • WFCORE-6836 Port ResourceModelResolver from wildfly-clustering-common to wildfly-subsystem by @pferraro in #6020
  • [WFCORE-6839] Upgrade Byteman to 4.0.23 by @ropalka in #6023
  • WFCORE-6844 DeploymentPhaseContext is missing wildfly-service integration by @pferraro in #6029
  • [WFCORE-6732] WildFlyRunner doesn't call tearDown and completed ServerSetupTasks if a later one fails in setup by @gaol in #6017
  • [WFCORE-3502]: Fix debug options in test-runner. by @ehsavoie in #6021
  • [WFCORE-6845] Upgrade Apache Commons CLI from 1.6.0 to 1.8.0 by @yersan in #6027
  • WFCORE-6840 Restart parent/ancestor ResourceOperationRuntimeHandler throws NoSuchResourceException if ancestor resource was created in same batch by @pferraro in #6024
  • [WFCORE-6848] Fix remote deployment distribution double scheduling by @baranowb in #6030

Jira release Notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12428276
Full Changelog: 25.0.0.Beta2...25.0.0.Beta3

24.0.1.Final

28 May 16:53
5d7a3c1
Compare
Choose a tag to compare

What's Changed

  • WFCORE-6792 Fix missing CapabilityServiceInstaller.Builder.async() ->blocking(). by @pferraro in #5984
  • [24.x] [WFCORE-6797] Upgrade BouncyCastle from 1.78 to 1.78.1 by @yersan in #5980
  • [WFCORE-6831] Upgrade WildFly Elytron to 2.4.2.Final by @fjuma in #6002
  • [24.x] [CVE-2024-4029] [WFCORE-6825] [WFCORE-6833] Options to control resources used for incomming connections and XNIO upgrade by @yersan in #6009
  • [24.x] [CVE-2024-4029] [WFCORE-6825] Options to control resources used for incomming connections. by @darranl in #6003
  • [WFCORE-6833] Upgrade XNIO to 3.8.15.Final by @fl4via in #6008

Jira release notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12427455
Full Changelog: 24.0.0.Final...24.0.1.Final

25.0.0.Beta2

15 May 10:12
Compare
Choose a tag to compare
25.0.0.Beta2 Pre-release
Pre-release

What's Changed

  • WFCORE-6817 Operation parameters and reply attributes not enabled by the current stability level still appear in the resource description by @pferraro in #5990
  • [WFCORE-6820] Bump io.smallrye:jandex from 3.1.7 to 3.1.8 by @dependabot in #5991
  • WFCORE-6816 A resource with a deployment chain contributor should require restarting all services on removal by @pferraro in #5989
  • WFCORE-6824 ServiceNameFactory.resolveServiceName(UnaryServiceDescriptor) throws ISE if resolved to a NullaryServiceDescriptor by @pferraro in #5994
  • [WFCORE-6700][WFCORE-5753][WFCORE-6488] Introduce new version of WildFly Legacy Tests by @yersan in #5996
  • [WFCORE-6826] Bump org.wildfly.plugins:wildfly-jar-maven-plugin from 11.0.1.Final to 11.0.2.Final by @dependabot in #5995
  • [WFCORE-6700] Minor Java Doc fix by @yersan in #5998

Jira release notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12427954
Full Changelog: 25.0.0.Beta1...25.0.0.Beta2

25.0.0.Beta1

06 May 09:57
Compare
Choose a tag to compare
25.0.0.Beta1 Pre-release
Pre-release

What's Changed

  • [WFCORE-6795] Upgrade wildfly-discovery to 1.3.0.Final by @tadamski in #5972
  • [WFCORE-6797] Upgrade BouncyCastle from 1.78 to 1.78.1 by @yersan in #5974
  • [WFCORE-6799] Upgrade SLF4J from 2.0.12 to 2.0.13 by @yersan in #5975
  • [WFCORE-6801] Use maven.compiler.release to ensure the desired binary… by @yersan in #5976
  • [WFCORE-6803] Bump the kernel management API version to 26.0.0 by @yersan in #5979
  • WFCORE-6792 Fix missing CapabilityServiceInstaller.Builder.async() -> blocking(). by @pferraro in #5983
  • WFCORE-6806 Add method to combine multiple DeploymentServiceInstaller by @pferraro in #5981
  • [WFCORE-6809] Bump org.wildfly.plugins:wildfly-jar-maven-plugin from 11.0.0.Final to 11.0.1.Final by @dependabot in #5982
  • WFCORE-6808 Add capability-resolving variant of child ServiceTarget-based ServiceInstaller.Builder by @pferraro in #5985
  • [WFCORE-6811] Remove configuration stability level from WildFly Core … by @yersan in #5986
  • [WFCORE-6814] Adjusting ContentRepositoryTest to be functional on all JDKs on Fedora 40 by @ropalka in #5988

Jira release notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12425305
Full Changelog: 24.0.0.Final...25.0.0.Beta1