SpringBoot Cleanup java sources

use .isEmpty() where feasibleremove unnecessary static modifier of inner record or interface typeremove unnecessary fina...

SpringBoot logging.include-application-name has no effect when using log4j2

Log templates files were simply lacking fallback valuesI also added a unit test to prevent future regressionsclose #3861...

SpringBoot Upgrade to Hibernate 6.4.0.Final

Hi,to my surprise Hibernate 6.4 was released today shortly after the SB 3.2 release. To an even greater surprise I found...

SpringBoot logging.include-application-name has no effect when using log4j2

As the title says, when creating a fresh Spring Boot 3.2.0 project the console logs generated by Logback look like this ...

SpringBoot ComponentScan probably works differently since 3.2 or has a bug?

We have two classes with which we start Spring Boot, one for default (GrafioschtraderApplication) and tests (GTforTest)....

SpringBoot Failed to bind properties for FactoryBean with SpringBoot 3

Hello,we initialize a bean via ConfigurationProperties:@Bean@Lazy@ConfigurationProperties("custom.application"...

SpringBoot Provide compatibility or replace the need for the Log4j-Spring-Boot Module

Spring Boot 2.6.0 added support for Log4j2 Composite Configurations. Log4j's log4j-spring-boot module also provides sup...

SpringBoot JSTL circular view error in Java 21

Hey ,I am facing a lot of issues regarding this JSTL usage for the springboot project on eclipse ide .I have seen the pr...

SpringBoot Maven goal spring-boot:build-image runs package phase twice

In my project I have the front-end part in the same codebase. Consequently, I have a couple of calls to exec-maven-plugi...

SpringBoot Integrate Microsoft's SemanticKernel as Spring Boot starter

help wanted #development #spring boot #starterDear Spring-Boot Team,We are in the process of developing a Spring Boot st...

SpringBoot graalvm native spring boot how to load application.yml files

Hello everyone, I am currently studying graalvm native spring boot. I encountered such a problem during the research pro...

SpringBoot [Spring Boot 3.x] 404 Not Found behavior

A json responsed like below and no any exception was threw on server sider when I access a 404 url (springboot 3.1.5):{ ...

SpringBoot When the spring configuration enables virtual threads, if an exception occurs inside the scheduled task, the scheduled task will not be executed

In spring boot 3.2, virtual threads are allowed if the configuration is enabled. If an exception is thrown inside the sc...

SpringBoot No converter for [class org.springframework.core.io.FileSystemResource] with preset Content-Type 'application/octet-stream'

Hello, When I update springboot 1.x to 3.2, old controller method whit function is download zip file not work.Can yo...

SpringBoot spring.ssl.bundle reload-on-update: true has no influence on RestTemplate with SSL bundle

If a cert gets updated in a SSL bundle by the new introduced reload-on-update: true in spring.ssl.bundle, a already cons...

SpringBoot used springboot3.1.x aop

springboot3.0 使用aop不正常,例如:@Pointcut("within(@org.springframework.stereotype.Repository )" + " || within(@org....

SpringBoot springboot3.0 use aop

springboot3.0 使用aop不正常,例如:@Pointcut("within(@org.springframework.stereotype.Repository )" + " || within(@org....

SpringBoot Encoutering memory issues post Spring boot 2.7.1 version

After upgrading our applications to Spring boot 2.7.1 version, we have started encountering memory issues. Our Observat...

SpringBoot getSigners() info is lost for signed jars when using the new loader implementation with requiresUnpack

Bug reportAfter upgrading to Spring Boot 3.2, my application stops working, until I add the <loaderImplementation>...

SpringBoot NoClassDefFoundError Issue in Spring Boot 3.2 When Running as JAR with spring.threads.virtual.enabled=true

I'm experiencing a problem when running my Spring Boot 3.2 application as a JAR with spring.threads.virtual.enabled=true...
上一页 下一页
.