-
### Describe the bug
Wrapping an `img` as a Svelte component results in `onload="this.__e=event" onerror="this.__e=event"` generated in HTML output. It causes CSP issue related to inline execution.
…
-
-
-
During recent [trace actuator work](https://github.com/SteeltoeOSS/Steeltoe/pull/1356#discussion_r1763102734), we discovered that the Content-Type header in actuator responses is not being handled cor…
-
> Describe the problem.
Requesting wireframing for website content. We would like to have an online website to share information about TPW's progress on projects funded by the Safe Streets and Roa…
-
### Describe the Issue
When build my application with graalvm-jdk-21.0.5_linux-x64_bin, I get the following class cast exception:
java.lang.ClassCastException: class com.oracle.svm.hosted.meta.Hos…
-
**Expected Behavior**
The feature should enable Spring AI to manage interactions with OpenAI's [Assistant](https://platform.openai.com/docs/assistants/overview) :
- **Managing Assistants**: Prov…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] The issue is in the develop branch
- [X] The issue is in the latest released 4.1.x
- [ ] The issue is in the latest…
-
## Issue Summary
In a Spring Boot 3.3.5 application using GraalVM (22.3.0) for native image compilation, the following exception occurs when attempting to initialize lazy-loaded Hibernate entities:
…
-
**Describe the bug**
With spring cloud gateway mvc 2023.0.0 when we perform an post request with multi part and query string, the query string was loose.
Exemple with an test server on port 9008…