-
Spring Boot 3 no longer supports the high level REST interface: RestHighLevelClient - which is what we currently use.
See https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration…
-
For the following JAR files:
```
converter-moshi-2.9.0.jar
retrofit-2.9.0.jar
unit-api-2.0.jar
jai_core-1.1.3.jar
jstl-1.2.jar
aspectjweaver-1.9.7.jar
postgresql-42.2.25.jar
spring-boot-2.5.1…
-
Hello.
I was practicing `spring-data-jpa`, and I faced weird errors.
- [`Question on StackOverflow`](https://stackoverflow.com/questions/79105118/circular-dependency-while-injecting-jpa-reposit…
-
Bucket4j components are not running with boot 3.1.2 and bucket4j-spring-boot-starter 0.10.3 and JDK 17.
Cannot see the logs that the Bucket4JAutoConfigurationSpringCloudGatewayFilter filter has initi…
-
I am trying to include netty-socketio in spring boot RESTful API application and am trying to run it on the same port.
I am not successful this approach.
Is it possible to run the both netty-socketi…
-
version:
java version "17.0.6" 2023-01-17 LTS
Java(TM) SE Runtime Environment (build 17.0.6+9-LTS-190)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.6+9-LTS-190, mixed mode, sharing)
2024-10…
-
For my tests I use `com.epages:restdocs-api-spec-restassured` and my application is developed with `spring-boot-starter-webflux` unfortunately `restdocs-api-spec` contains `spring-boot-starter-web` an…
-
- [x] The mockito message in the stacktrace have useful information, but it didn't help
- [x] The problematic code (if that's possible) is copied here;
Note that some configuration are imposs…
-
*Ollama's POM version**
org.springframework.ai
spring-ai-ollama-spring-boot-starter
1.0.0-M2
**Describe the bug**
After starting here, a Q&A session is conducted, …
-
easypoi-spring-boot-starter的4.4.0版本依赖了validation-api包,导致jdk17版本的项目编译报错(跟我的项目其他地方用到javax.validate这个包下的相关类有关,一查才知道,这个依赖来源于easypoi-spring-boot-starter),需要排除这个包,该问题期望在后续推出的版本中得到解决,谢谢!!