SpringBoot Unable to log exception if dir in SPRING_CONFIG_ADDITIONAL_LOCATION environment not exists.

LoggingApplicationListener has lower order than EnvironmentPostProcessorApplicationListener, so if exception happens in ...

SpringBoot No logs during Spring Boot config import

As of Spring Boot 2.4, the default (preferred) way to import additional configuration is using spring.config.import prop...

SpringBoot Allow AutoConfigureBefore and AutoConfigureAfter as meta-annotations

In Boot 2.7.6, the convenience annotations @AutoConfigureBefore/After are available to enhance the behavior of auto-conf...

SpringBoot Move org.springframework.boot.boot.actuate.endpoint.Sanitizer to spring

HiDoesn't it make sense that org.springframework.boot.boot.actuate.endpoint.Sanitizer can be put as a generic spring uti...

SpringBoot Condition Evaluation fails when dependency is removed from context after condition is evaluation

This is a bit hard to put into words properly, but consider the following chain:AController has @ConditionalOnBean(BServ...

SpringBoot uuid = bytea\n Hint: No operator matches the given name and argument types in spring boot 3

Hi,i have migrated from spring boot 2.7.5 to 3.0.0 , the java version we are using is 17,dialect i am using is org.hiber...

SpringBoot Gradle plugin bootBuildImage ignores BPL_JVM_HEAD_ROOM

I'm using org.springframework.boot version 2.7.6 for project with spring_boot_starter org.springframework.boot:spring-bo...

SpringBoot Hibernate breaks after Maven export

Using any Springboot with these Hibernate dependencies breaks Hibernate after exporting the Project with maven. &...

SpringBoot Documented Java compiler level is wrong

Documentation is states the default compiler level is java 1.8 which has been changed to 17 since Spring Boot 3.0.0Comme...

SpringBoot Upgrade to Tomcat 10.1.4

Comment From: wilkinsonaI have reverted this change for now at least as it breaks the build with failures like this:Caus...

SpringBoot Why can't I use reflection to get Transient annotations? How can I get it?

Comment From: bclozelThanks for getting in touch, but it feels like this is a question that would be better suited to St...

SpringBoot ReactiveSecurityContext is null if retrieved in RetrySpec.doBeforeRetryAsync since spring-boot 2.7.6

The following code was working with spring boot 2.7.5, but it does not work anymore with version 2.7.6. ReactiveSecurity...

SpringBoot Spring Webfilters and Kotlin Coroutines

Hello and thanks for the great work. I am heavily using Spring Boot Webflux together with Kotlin and Coroutines. I wante...

SpringBoot Log doesn't work for java native image base on spring 3.0

Hi,1) I simply create a java native image project by the template from start.spring.io for native image base on spring ...

SpringBoot Native image build request failed with exit status 137

hello i read the guide https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html#native-image and...

SpringBoot spring boot 3 profile property values getting overridden in boostrap.yml

I have posted my problem here. Can someone please check.https://stackoverflow.com/questions/74646071/spring-boot-3-profi...

SpringBoot Enhancement proposal: ViewResolver for Qute template engine

I am trying Quarkus Qute (I wrote a custom implementation of ViewResolver) and the basics (model attribute display, incl...

SpringBoot Make it possible to inherit org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping

Comment From: mhalbritterHello! What's your use case? What do you want to achieve? And what is preventing you from inher...

SpringBoot When a BeanDefinitionRegistryPostProcessor bean is depends on a properties bean, the properties bean will not load the properties from application.yml

application.ym :the SeataAutoDataSourceProxyCreator :instantiate SeataAutoDataSourceProxyCreator:Is this a bug? I think ...

SpringBoot Make it possible to intercept actuator endpoints with a HandlerInterceptor

I use a HandlerInterceptor to secure access to the regular api endpoints of my app, running on 2.0.0-M7 (using custom se...
上一页 下一页
.