SpringBoot springboo-rsocket how to use contextView

I have an interceptor:public class RSocketMetadataInterceptor implements SocketAcceptorInterceptor { @Override pub...

SpringBoot "conversionRule" is not working on the logback-access.xml.

Hi,This is my current logback-access.xml. The "conversionRule" is working in the logback config for application log, but...

SpringBoot mainClass property of bootJar and bootWar cannot be read unless resolveMainClassName has already executed

There's a problem with the convention that's configured for the mainClass property of bootJar and bootWar which means th...

SpringBoot Command pattern in spring

Hi!! I am working in a project that use the command pattern, But the implementation of its use a combination between fie...

SpringBoot @Autowired Field Injection

Hi! I am working in an existing project and I saw that this project uses field injection, is this a bad practice? and it...

SpringBoot Create a RestClient alternative to WebTestClient and TestRestTemplate

Since Spring Boot 3.2 we are using RestClient in our production code and we love it but for our Controller/Integration t...

SpringBoot Spring Boot 3.2 automatically change log level during shutdown

We recently upgraded springBoot version to 3.2, and Java 21 64 bit. We observed wired behaviour while shutting down spr...

SpringBoot Refactor Unnecessary return code modification

It seems like removing the return and moving the bottom code would make the code much easier to understand.Comment From:...

SpringBoot Building images fails with Docker 24.0 & Spring-Boot 3.2.3 on windows server 2019

I'm getting a build error.I have attached a file with the full log and pom filefull log.txtpom.txt[INFO] > Pulling b...

SpringBoot Make documentation more precise about readiness state and ApplicationRunners/CommandLineRunners

The Spring documentation states the following:"An application is considered ready as soon as application and command-lin...

SpringBoot Circular placeholder reference when running mvn clean -Pnative native:compile

Hello, I'm trying to compile a spring boot 3.2.2 application using maven (mvn clean -Pnative native:compile) and it fail...

SpringBoot @ConfigurationProperties(prefix="application.id) is not working

I am using a gradle project Gradle version 4.8.1 Spring boot version 2.0.3STill i am not able to use this prefix feature...

SpringBoot Allow configure in properties to avoid the default Tomcat Error page show version

During a penetration test one finding was the information disclosure of using a Tomcat webserver.If a request with an in...

SpringBoot @JsonProperty annotation seems to be ignored when using query object parameter

springboot version: 3.2.2,2.7.13import org.springframework.web.bind.annotation.*;@RestController@RequestMapping("/a...

SpringBoot Improve repackage exclude to be able to specify a pattern

We've add a few reports around dependency exclusion for the repackage goal with Maven. The fact transitive artifacts are...

SpringBoot Provide properties 'server.tomcat.scheme' and 'server.tomcat.secure' in application.properties for TLS/SSL offloading

When TLS/SSL is offloaded at an hardward loadbalancer or and HTTP reverse-proxy server, Tomcat does not have any clue a...

SpringBoot @Async annotations are not working with AdviceMode.ASPECTJ and lazy-initialization=true

This project reproduces the problem:https://github.com/kicktipp/lazyasyncThe included test does time out as @Async is no...

SpringBoot RedisHealthIndicator.doHealthCheck is not invoked when health check is performed by http://localhost:8080/actuator/health

Hello. Open JDK 17spring-boot 3.2.1spring-boot-actuator 3.2.1Just trying to call health checks for ElasticSearch and Red...

SpringBoot git pull request

Comment From: pivotal-cla@kangminjun1234 Please sign the Contributor License Agreement!Click here to manually synchroniz...

SpringBoot Add CI for Java 22

With Java 22 in its RC phase and GA in March, we should add CI for it. Framework supports Java 22 in 6.1+, limiting our ...
上一页 下一页
.