-
Hi,
I have two basically equivalent queries. One of them (`findFoo`) gives a warning on startup, one (`findFoo2`) doesn't. The warning seems to be correct, because in our project the query gets ve…
-
See https://github.com/mfvanek/spring-boot-open-telemetry-demo/pull/176
```java
final Predicate skipLiquibaseTables = dbObject -> {
if (dbObject instanceof TableNameAware t) {
return…
-
- Copilot Chat Extension Version:
- VS Code Version: v1.239.0
- OS Version: Windows 11
- Logs:
Steps to Reproduce:
I tried to use the copilot to change a pom.xml, but got the response filter err…
-
# Feature Request
Implementation of demo otlp micrometer tracing & metrics app with spring boot 3 & adding it to the service chain of this demo. As many real life use cases are using this type of con…
-
Hi,
I’ve stumbled over some strange behavior regarding internationalization of validation error messages in a spring-boot application using webflux. But I think the error is related to spring-frame…
-
This has been first reported in https://github.com/spring-projects/spring-boot/issues/42771, but I was asked to report the bug here.
When creating a Spring Boot application using `spring-boot:bui…
-
# Expected Behavior
I would like `org.springframework.security.oauth2.client.OAuth2AuthorizedClientManager` to be an autoconfigured bean based on `application.yml` properties, and without having `s…
-
拉取了新分支支持springboot3
目前在springboot3.2.3+jdk17中验证通过
需要的道友请移步至项目地址: https://github.com/MisterChangRay/xjar4springboot3
目前主分支打包springboot3将会报错,具体错误可能为以下:
1. 不支持spring3
```
错误: 找不到或无法加载主类 nul…
-
See https://github.com/mfvanek/spring-boot-open-telemetry-demo/pull/176
- [ ] databasechangelog
```java
final Predicate skipLiquibaseTables = dbObject -> {
if (dbObject instanceof TableNam…
-
## 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:
…