Closed bioform closed 11 months ago
I'm guessing that you're referring to the pre-built Docker image?
yep it's about the pre-built Docker image :slightly_smiling_face:
But I suppose it is safe to update the build.gradle
file in this project as well.
And it would be good to have the ability to use Virtual Threads as well.
My plugin needs to deal with third-party services and its requests can be easily parallelized(to increase performance).
It is clear, that it is possible to use ThreadPoolExecutor
for the same purpose,
but virtual threads simplify code a bit, so... why not? :slightly_smiling_face:
Description
It would be good to use the
Pattern Matching
feature of Java 21 in custom DSL plugins.Priority
Low
Resolution
I'm willing to add this feature myself and raise a PR
More information
No response