-
## Background
In our use case, we need to support connecting to multiple Kafka servers. Spring does not support this. We want to use Spring's KafkaTemplate, but when spring-kafka and spring boot are …
-
**The context**
Spring Framework's BeanPostProcessorChecker has started to complain loudly
(logs at WARN level) about the BeanPostProcessors in this repo.
Creating a Spring Boot application that …
-
AOT retains registrations of `BeanDefinitionRegistryPostProcessor` beans, causing them to run again under AOT. Other than meaning you don't realise the benefits of avoidance of post-processing, if tho…
-
When using JDBC observability linked from official Spring Boot documentation https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.observability -> https://jdbc-observa…
-
* spring-boot-starter-parent version: 3.3.2 (with managed dependency versions)
* assertj core version: 3.25.3
* java version: 17
* test framework version: junit-jupiter-api 5.10.3
**Test case re…
-
Upon updating to Spring Boot 3, I noticed that I'm no longer able to autowire in an instance of `HibernateQueryInterceptor`
```
@Autowired private HibernateQueryInterceptor hibernateQueryIntercept…
-
As title, it's work well with spring data neo4j alone, but fail with spring data jpa.
````
java.lang.NullPointerException: Cannot invoke "org.springframework.transaction.support.TransactionTemplat…
-
**Bug description**
I got this error when I create embeddingModel bean during start spring boot application.
2024-09-21T15:13:21.100+07:00 INFO 26816 --- [ollama-example1] [ main] w.s.c.S…
-
**Build scan link**
https://gradle.com/s/3nouxz6lixdao
**Plugin version**
`2.1.1`
**Gradle version**
(unrelated consider just changing your template to request the output of `--version`…
-
@zvigrinberg I run the keycloak and springboot apps on local laptop. Both running in containers fine with keycloak at port `8080` and springboot at `8081`. I managed to request TOKEN from the keycloak…