He-Pin(kerr)
He-Pin(kerr)
1 targets failed mill.idea.GenIdea.idea Failure during resolving modules: cssparse.native[3.3.3].resolvedIvyDeps Resolution failed for 1 modules: -------------------------------------------- org.scala-native:scala3lib_native0.5_3:0.5.1 not found: C:\Users\hepin\.ivy2\local\org.scala-native\scala3lib_native0.5_3\0.5.1\ivys\ivy.xml not found: https://repo1.maven.org/maven2/org/scala-native/scala3lib_native0.5_3/0.5.1/scala3lib_native0.5_3-0.5.1.pom the url should be: https://repo1.maven.org/maven2/org/scala-native/scala3lib_native0.5_3/3.3.3+0.5.1/scala3lib_native0.5_3-3.3.3+0.5.1.pom
### Which Issue(s) This PR Fixes Fixes https://github.com/apache/rocketmq/issues/8062 ### Brief Description 1. Add config for preferring the virtual thread, `"rocketmq.client.consumer.virtualThread"` default to `false` 2. When config is `true` and the...
…onsumerImpl ### Which Issue(s) This PR Fixes Fixes #8073 https://github.com/apache/rocketmq/issues/8073 ### Brief Description Make use of the reentrant lock ### How Did You Test This Change? With current unit tests
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary The current DefaultMQPushConsumerImpl will pin...
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Add virtual thread support for...
Quick Summary: 230.51 / S (Worker Thread) VS 1545.18 / S (Virtual Threads) Motivation: Fix https://github.com/com-lihaoyi/cask/issues/90 I did some analyse on cask, and found it's using undertow for now. and...
Motivation: The current `:` will cause an issue when checkout on windows. Modification: Rename the file name. Result: Works fine on Windows when `git clone`
Bug: `:` is not a valid file name on Windows. ``` [build.sc] [1/1] mill.idea.GenIdea.idea > [7/9] sources.super.mill.scalalib.JavaModule.sources Writing 1201 IDEA project files to C:\Users\hepin\IdeaProjects\mill\.idea ... 1 targets failed mill.idea.GenIdea.idea java.nio.file.InvalidPathException:...
Motivation: Some tests matching on `\n` which only works for mac and linux.
Motivation: Make code more fluent