-
**Describe GraalVM and your environment :**
- GraalVM version or commit id if built from source: 17.0.9
- CE or EE: CE
- JDK version: JDK17
- OS and OS Version: Mac OS Sonoma 14.0
- Architec…
-
java.lang.RuntimeException: An unvisited state has non-empty transitions.
at com.android.commands.monkey.ape.agent.StatefulAgent.checkAndRefreshNewState(StatefulAgent.java:525)
at co…
-
### Jenkins and plugins versions report
Environment
Jenkins: 2.440.2
OS: Linux - 5.4.129+
Java: 17.0.10 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
---
google-oauth-plugin:1.330.vf…
-
**Describe the bug**
I have Lambda A that calls Lambda B via http through API Gateway. The span is not joined and instead I end up with two separate traces when using any tool other than X-RAY
**S…
-
### Jenkins and plugins versions report
Environment
```
jenkins 2.479.1
plugin version [895.v15dc41668f03](https://plugins.jenkins.io/cloudbees-bitbucket-branch-source)
bitbucket data center…
-
Steps are covered in https://github.com/adoptium/infrastructure/issues/3286#issuecomment-2271046844
Possible needs to include the setup of `C:\jw` and the `.gitconfig` file too subject to the resol…
-
### Jenkins and plugins versions report
Environment
```
Jenkins: 2.401.3
OS: Linux - 5.10.130
Java: 11.0.19 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
---
cloudbees-bit…
-
### Project Name
RAG-Bot
### Description
Making a bot that can leverage documents with RAG to generate relevant responses.
## Design
![image](https://github.com/user-attachments/assets/e70e414c…
-
Hi I am trying to install Amazon-Kinesis-Agent 1.1.2 on my RHEL 7.2. I have installed the following java version
> openjdk version "1.8.0_111"
> OpenJDK Runtime Environment (build 1.8.0_111-b15)
…
-
When having the typesafe client sources (an interface with the `@GraphQLClientApi` annotation and model classes) inside my quarkus project everything works great. I can inject the client like this:
`…