-
Hi!
I'm not sure if I use nx-spring-boot in the correct way:
I have a monorepo where I have a Maven library project (under libs) and a Maven application project (under apps). In the POM of the a…
-
**Describe the bug**
Hibernate spatial is failing when running in native image.
**To Reproduce**
Create a spring boot 3.3.1 project using hibernate-spatial
```
4.0.0
org.sprin…
-
Demo application is using OpenTelemetry Java agent and Micrometer for traces customization. In some cases these custom tags/attributes are getting lost. Not sure if this is a valid setup or if there i…
-
Hi, In **jwt-spring-security-demo**,there is a dependency **org.apache.tomcat.embed:tomcat-embed-core:8.5.23** that calls the risk method.
[CVE-2018-8014](https://cve.mitre.org/cgi-bin/cvename.cgi?…
-
Hi,
thanks for this project to query more code driven complex json data with postgres.
I need a hint please, maybe i forgot to include a further maven dependency, but i got this error if i try a a…
-
### Use case
Providing a Helm Chart for a Spring Boot application, typically requires translating input from `values.yaml` to application properties.
There are many ways to achieve this, one of the…
-
# Describe the issue
This issue is a workaround to summarize the problem.
If your question is as follows
------------------------------------------------------
The scenario in which the problem oc…
-
After adding a single line:
`server.servlet.context-path=/mytest
`
I start receiving an error on (mvn clean verify)
```
[INFO]
[INFO] --- springdoc-openapi-maven-plugin:1.4:generate (integr…
-
https://github.com/michael-simons/blockchain-playground/blob/master/reactive-java-chain/src/main/java/ac/simons/reactive/chains/Application.java
https://github.com/newbiegao/spring-boot-micrometer/bl…
-
If I try to produce messages for Kafka with Avro format, I run into this error:
`java.lang.ClassNotFoundException: software.amazon.awssdk.core.util.json.JacksonUtils`
This is my POM:
```
4.0.…