-
I figured that there is a number of xmlunit artifacts, so it might be useful to provide a BOM (Bill Of Materials) that lists all versions of all artifacts in a central place.
Such a thing could th…
bjmi updated
2 months ago
-
- [x] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。
### 环境信息
* `arthas-boot.jar` 或者 `as.sh` 的版本:
* Arthas 版本: 3.5.4
* 操作系统版本: mac os BigSur 11.2.3
* 目标进程的JVM版本: 1.8…
-
### Prerequisites
Version:
- Java 21
- Kotlin 1.9.20-Beta2
- kotest 5.7.2
- mockk 1.13.8
A test with mockk:
```
class TestSpec: FreeSpec ({
"test" {
val mock = mockk()
…
-
### Bug Description:
Manticore crashes after approx. ~4000 Insertions without delay and ~ 7000 Insertions with a 200ms waiting time every 100 insertions. Restarting the docker container is not possib…
-
It might be useful to have some better diagnostic features to help troubleshoot the agent misbehaving during the attachment process.
- Document the property `net.bytebuddy.agent.attacher.dump` and …
-
I am trying to build a Spring Boot 3 / Java 17 project with jmolecules-ddd and Byte Buddy integration and during the build I get the following error:
Execution failed for task ':byteBuddy'.
> java…
-
Hi,
I'm struggling debugging this issue https://github.com/joel-costigliola/assertj-core/issues/1146.
Is there a way to find out which is the duplicate method mentioned in the exception ?
```
…
-
While moving from Spring Boot 2.7 to 3.1 for the following mock call `mock(DefaultListableBeanFactory.class)` does not work anymore:
```
org.mockito.exceptions.base.MockitoException:
Mockito can…
-
I've been investigating why my test apk has hit the 65k "multidex" method limit. It seems like `mockito-android` is by far the dominant contributor to method count.
To help get cleaner data, I crea…
-
- Using Byte-Buddy we create the component class as mention in attachment
- Create Method return void and annotateMethod with @kafkaListener and load the class
**- ISSUE: Kafka Listener never load …