-
JIRA Issue: [KIEKER-1000] Evaluation of DiSL as an instrumentation technology for Kieker
Original Reporter: Andre van Hoorn
***
We currently make use of various (AOP-based) instrumentation technolog…
-
JIRA Issue: [KIEKER-986] Misleading output of Kieker's AspectJ agent
Original Reporter: Andre van Hoorn
***
1. Added the following aop.xml to examples/userguide/ch2--bookstore-application/src/META-I…
-
**Affects:** spring-aop:5.0.9.RELEASE, spring-boot-starter-aop:2.0.5.RELEASE
```java
public interface FooService {
@MyAnnotation
void hello();
}
public class FooServiceImpl implements…
-
## Summary
I am using tb-postgres from https://hub.docker.com/r/thingsboard/tb-postgres
and when I do the `docker run -it -v ~/.mytb-data:/data --rm thingsboard/tb-postgres upgrade-tb.sh` equivalent…
-
### Chat2DB Version
3.2.4
### Describe the bug
2024-10-14 09:31:04.071 ERROR 1 --- [io-10824-exec-7] c.s.w.s.e.EasyControllerExceptionHandler.155 : 72ad3e07b9f94117850b6b9eb83ce613 | An unknown exc…
-
### Chat2DB Version
3.4.1
### Describe the bug
github下载的,配置了自定义ai,使用时,ai功能空白
-
in `src/MyAspect.aj`
```
public aspect MyAspect {
before() : call(void Foo.bar()) {
System.out.println("before bar");
}
void around(): call(void Foo.bar()) {
Syste…
-
[[问题描述
简要描述您碰到的问题。
class com.alibaba.fastjson2.JSONObject cannot be cast to class org.springframework.ai.openai.api.OpenAiApi$Embedding (com.alibaba.fastjson2.JSONObject and org.springframework.ai.o…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/DataLinkDC/dinky/issues?q=is%3Aissue) and found no similar issues.
### What happened
![image](https://github.com/us…
-
JIRA Issue: [KIEKER-1978] Document / Fix Spring Monitoring
Original Reporter: David Georg Reichelt
***
Currently, I’m trying to get Micro-company (https://github.com/idugalic/micro-company ) running…