Skip to content

Releases: wildfly/wildfly-core

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

24.0.0.Final

23 Apr 15:07
Compare
Choose a tag to compare

What's Changed

  • [WFCORE-6676] CVE-2023-48795 Upgrade Apache Mina SSHD to 2.12.0 by @TomasHofman in #5844
  • Bump version.io.netty from 4.1.105.Final to 4.1.106.Final by @dependabot in #5843
  • [WFCORE-6688] Bump org.wildfly.plugins:wildfly-maven-plugin from 4.2.1.Final to 4.2.2.Final by @dependabot in #5850
  • WFCORE-6687: bump licenses-plugin to 2.4.1.Final by @michpetrov in #5852
  • [WFCORE-6680]: YamlExtensionTestCase assertions are too fragile. by @ehsavoie in #5849
  • [WFCORE-6677] Bump the core management version to version 25 by @yersan in #5845
  • [WFCORE-6645] [WFCORE-6666] Review DomainTestSuite.createSupport uses and remove deprecated methods from DomainTestSupport by @yersan in #5833
  • [WFCORE-6456] Add checks to LayersTest to confirm expected unused or … by @bstansberry in #5611
  • WFCORE-6668 Ensure read-feature-description results contain stability as reported by the associated description for use by WildFly Glow by @pferraro in #5842
  • [WFCORE-6692] Upgrade WildFly Elytron to 2.3.0.Final by @fjuma in #5856
  • [WFCORE-5169] upgraded to Apache Directory Server AM27 and Kerby by @istudens in #5848
  • [WFCORE-6695] CVE-2023-4639 Upgrade Undertow to 2.3.11.Final by @fl4via in #5858
  • [WFCORE-6411] Make it possible to use JaasSecurityRealm via a custom-realm resource by @fjuma in #5861
  • [WFCORE-6411] Make it possible to use JaasSecurityRealm via a custom-realm resource by @Skyllarr in #5587
  • [WFCORE-6702]/[WFCORE-6703] Elytron component upgrades by @fjuma in #5871
  • [WFCORE-6701] Upgrade JBoss VFS to 3.3.1.Final by @ropalka in #5870
  • [WFCORE-6699] Add EAP 8.0 as known host exclude release version by @yersan in #5868
  • Bump jackson-annotations, jackson-core and jackson-databind from 2.15.3 to 2.15.4 by @dependabot in #5865
  • [WFCORE-6698] Upgrade SSHD from 2.12.0 to 2.12.1 by @yersan in #5867
  • Bump version.io.netty from 4.1.106.Final to 4.1.107.Final by @dependabot in #5857
  • [WFCORE-6707][WFCORE-6708][WFCORE-6709] CVE-2023-5379 CVE-2024-1459 CVE-2024-1635 Upgrade Undertow, XNIO and JBoss Remoting by @fl4via in #5875
  • WFCORE-6697: fix resource location check by @michpetrov in #5869
  • [WFCORE-6696] Upgrade SLF4J from 2.0.11 to 2.0.12 by @yersan in #5866
  • Bump version.org.apache.directory.api from 2.1.5 to 2.1.6 by @dependabot in #5862
  • [WFCORE-6706] Upgrading JBoss MSC to 1.5.3.Final by @ropalka in #5873
  • [WFCORE-6710] Upgrade JBoss Modules to 2.1.3.Final by @ropalka in #5878
  • [WFCORE-6685] CLIEmbedServerTestCase.testStdOutEcho fails intermittently by @lvydra in #5877
  • [WFCORE-6714] Upgrading JBoss Marshalling to 2.1.4.SP1 by @ropalka in #5883
  • WFCORE-6650 Expose server stability and allow feature filtering from a DeploymentUnit. by @pferraro in #5807
  • [WFCORE-6679]: ManagementReadXmlTestCase inputs are too fragile. by @ehsavoie in #5851
  • [WFCORE-6712] Ensure the JBoss Modules ModuleLoggerFinder is activated… by @jamezp in #5882
  • [WFCORE-6718]: Overriding socket binding attributes using yaml fails. by @ehsavoie in #5886
  • [WFCORE-6720] Upgrade JBoss Class File Writer to 1.3.1.Final by @ropalka in #5889
  • [WFCORE-6717]: Incorrectly set options on the command line should fail by @ehsavoie in #5885
  • [WFCORE-6719] Upgrade JBoss Invocation to 2.0.1.Final by @ropalka in #5888
  • [WFCORE-6167] Workaround for known issue (enabled on JDK22+) by @ropalka in #5887
  • [WFCORE-6725] Bump org.wildfly.discovery:wildfly-discovery-client from 1.2.1.Final to 1.2.2.Final by @dependabot in #5892
  • [WFCORE-6726] Use Prospero --rm option to automatically delete the ca… by @yersan in #5893
  • Fix for WFCORE-6729, Upgrade Galleon to 6.0.0.Beta3, Galleon plugins to 7.0.0.Beta4, and provisioning tooling by @jfdenise in #5896
  • [WFCORE-6735] Enable experimental as minimum stability level for Wild… by @yersan in #5900
  • [WFCORE-6723] Add header 'X-Content-Type-Options' to http management handlers by @soul2zimate in #5894
  • WFCORE-6716 Drop obsolete default getStability() method… by @pferraro in #5898
  • WFCORE-6742 SubsystemExtension needs the ability to define the current model/schema version given the stability level of the process by @pferraro in #5902
  • [WFCORE-6741] [WFCORE-6652] Improve user experience when using extension or namespace of unsupported stability. by @pferraro in #5899
  • [WFCORE-6739] Allow ordering of ServerActivity execution by registering… by @bstansberry in #5884
  • Fix for WFCORE-6747, Upgrade to Galleon 6.0.0.Beta4 and WFGP 7.0.0.Beta5 by @jfdenise in #5907
  • [WFCORE-6560] Log installation provisioning information at boot by @bstansberry in #5724
  • [WFCORE-6746] Upgrade JBoss Modules to 2.1.4.Final by @ropalka in #5906
  • WFCORE-6730 A registered operation should never contain parameters or reply parameters not enabled by stability-level of process by @pferraro in #5897
  • [WFCORE-6743] Upgrade io.smallrye:jandex from 3.1.6 to 3.1.7 by @yersan in #5904
  • [WFCORE-4917]: Experimental - Provide a cool boot banner. by @ehsavoie in #5821
  • Bump version.io.netty from 4.1.107.Final to 4.1.108.Final by @dependabot in #5915
  • WFCORE-6748 Restore PersistenceResourceXMLDescription sharing between parser/writer in SubsystemExtension by @pferraro in #5909
  • [WFCORE-6728] Utility to reload servers started by testsuite to a desired stability level by @kabir in #5895
  • [WFCORE-6758] Upgrade WildFly Elytron to 2.4.0.CR1 by @fjuma in #5916
  • [WFCORE-6731] Expose supported stability levels via the management API by @bstansberry in #5917
  • WFCORE-4868: implement aliases for standalone configuration files by @michpetrov in #5903
  • [WFCORE-5101] [Community] SSLContext to support delegation to alternate instances based on peer information. by @darranl in #5919
  • [WFCORE-5101] [Community] SSLContext to support delegation to alternate instances based on peer information. by @Skyllarr in #4311
  • Fix for WFCORE-6762, Upgrade to Galleon 6.0.0.Beta5 and Galleon Plugins 7.0.0.Beta6 by @jfdenise in #5921
  • Bump org.wildfly.plugins:wildfly-maven-plugin from 5.0.0.Beta3 to 5.0.0.Beta4 by @dependabot in #5920
  • WFCORE-6763 PersistentResourceXMLDescription.Builder needs a stream variant for attributes using the same marshaller/parser by @pferraro in #5924
  • WFCORE-6764 Deprecate static builder methods of PersistentResourceXMLDescription by @pferraro in #5925
  • WFCORE-6768 Fix goofy WriteAttributeTranslationOperationStepHandler class name by @pferraro in #5930
  • WFCORE-6767 ServiceDependency interface is missing QuaternaryServiceDescriptor factory method by @pferraro in #5929
  • [WFCORE-6766] Do not ignore --stability argument when thre is only on… by @yersan in #5928
  • [WFCORE-6770] Bump version.org.wildfly.galleon-plugins from 7.0.0.Beta6 to 7.0.0.Beta7 by @dependabot in #5931
  • [WFCORE-6770] Bump org.jboss.galleon:galleon-maven-plugin from 6.0.0.Beta5 to 6.0.0.Beta6 by @dependabot in #5932
  • WFCORE-6769 Port NaryServiceNameFactory logic from wildfly-clustering-common to ServiceNameFactory by @pferraro in https://github.com/wildfl...
Read more

24.0.0.Beta3

01 Apr 09:45
Compare
Choose a tag to compare
24.0.0.Beta3 Pre-release
Pre-release

What's Changed

  • [WFCORE-6679]: ManagementReadXmlTestCase inputs are too fragile. by @ehsavoie in #5851
  • [WFCORE-6712] Ensure the JBoss Modules ModuleLoggerFinder is activate… by @jamezp in #5882
  • [WFCORE-6718]: Overriding socket binding attributes using yaml fails. by @ehsavoie in #5886
  • [WFCORE-6720] Upgrade JBoss Class File Writer to 1.3.1.Final by @ropalka in #5889
  • [WFCORE-6717]: Incorrectly set options on the command line should fail by @ehsavoie in #5885
  • [WFCORE-6719] Upgrade JBoss Invocation to 2.0.1.Final by @ropalka in #5888
  • [WFCORE-6167] Workaround for known issue (enabled on JDK22+) by @ropalka in #5887
  • [WFCORE-6725] Bump org.wildfly.discovery:wildfly-discovery-client from 1.2.1.Final to 1.2.2.Final by @dependabot in #5892
  • [WFCORE-6726] Use Prospero --rm option to automatically delete the ca… by @yersan in #5893
  • Fix for WFCORE-6729, Upgrade Galleon to 6.0.0.Beta3, Galleon plugins to 7.0.0.Beta4, and provisioning tooling by @jfdenise in #5896
  • [WFCORE-6735] Enable experimental as minimun stability level for Wild… by @yersan in #5900
  • [WFCORE-6723] Add header 'X-Content-Type-Options' to http management handlers by @soul2zimate in #5894
  • WFCORE-6716 Drop obsolete default getStability() method… by @pferraro in #5898
  • WFCORE-6742 SubsystemExtension needs the ability to define the current model/schema version given the stability level of the process by @pferraro in #5902
  • [WFCORE-6741] [WFCORE-6652] Improve user experience when using extension or namespace of unsupported stability. by @pferraro in #5899
  • [WFCORE-6739] Allow ordering of ServerActivity execution by registerin… by @bstansberry in #5884
  • Fix for WFCORE-6747, Upgrade to Galleon 6.0.0.Beta4 and WFGP 7.0.0.Beta5 by @jfdenise in #5907
  • [WFCORE-6560] Log installation provisioning information at boot by @bstansberry in #5724
  • [WFCORE-6746] Upgrade JBoss Modules to 2.1.4.Final by @ropalka in #5906
  • WFCORE-6730 A registered operation should never contain parameters or reply parameters not enabled by stability-level of process by @pferraro in #5897
  • [WFCORE-6743] Upgrade io.smallrye:jandex from 3.1.6 to 3.1.7 by @yersan in #5904
  • [WFCORE-4917]: Experimental - Provide a cool boot banner. by @ehsavoie in #5821
  • Bump version.io.netty from 4.1.107.Final to 4.1.108.Final by @dependabot in #5915
  • WFCORE-6748 Restore PersistenceResourceXMLDescription sharing between parser/writer in SubsystemExtension by @pferraro in #5909
  • [WFCORE-6728] Utility to reload servers started by testsuite to a desired stability level by @kabir in #5895
  • [WFCORE-6758] Upgrade WildFly Elytron to 2.4.0.CR1 by @fjuma in #5916
  • [WFCORE-6731] Expose supported stability levels via the management API by @bstansberry in #5917
  • WFCORE-4868: implement aliases for standalone configuration files by @michpetrov in #5903
  • [WFCORE-5101] [Community] SSLContext to support delegation to alternate instances based on peer information. by @darranl in #5919
  • [WFCORE-5101] [Community] SSLContext to support delegation to alternate instances based on peer information. by @Skyllarr in #4311

Release Notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12423419
Full Changelog: 24.0.0.Beta2...24.0.0.Beta3

24.0.0.Beta2

28 Feb 12:25
Compare
Choose a tag to compare
24.0.0.Beta2 Pre-release
Pre-release

What's Changed

Bug

  • [WFCORE-6685] - CLIEmbedServerTestCase.testStdOutEcho fails intermittently
  • [WFCORE-6697] - list-resource-loader-paths fails with MalformedURLException

Task

  • [WFCORE-6699] - Add HostExcludeResourceDefinition.KnownRelease items for EAP 8.0

Component Upgrade

Enhancement

  • [WFCORE-6650] - Expose Stability level from DeploymentUnit

Release Notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12423201
Full Changelog: 24.0.0.Beta1...24.0.0.Beta2

23.0.3.Final

22 Feb 09:00
Compare
Choose a tag to compare

What's Changed

Release Notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12315422&version=12423362
Full Changelog: 23.0.2.Final...23.0.3.Final