Open sekasx opened 1 year ago
This is a breaking change. Since this is still in beta, only the minor version will be updated though. TBD the exact versioning
Threads Pools is a major Java new feature, introduced as experimental in Java 19 and maid final in Java 21 which is the next LTS Java Version.
Virtual Threads have significant benefits over Classic Threads:
In this ticket Spring needs to be upgrade in Java 21 and the asyncDiscordExecutor needs to be updated to use Virtual Threads. https://www.baeldung.com/spring-6-virtual-threads
asyncDiscordExecutor
@myrtp please check this
New Major Version
This is a breaking change. Since this is still in beta, only the minor version will be updated though. TBD the exact versioning
Description
Threads Pools is a major Java new feature, introduced as experimental in Java 19 and maid final in Java 21 which is the next LTS Java Version.
Virtual Threads have significant benefits over Classic Threads:
In this ticket Spring needs to be upgrade in Java 21 and the
asyncDiscordExecutor
needs to be updated to use Virtual Threads. https://www.baeldung.com/spring-6-virtual-threadsTasks