SpringBoot Upgrade to Spring Framework 5.3.15

Comment From: ryanb93@snicoll is there plans for a 2.6.3 with this in, it contains an important bug fix for web flux ser...

SpringBoot Autoconfiguration HandlerInterceptor Unable to be seen in Demo Project

Project : https://github.com/orubel/spring-boot-starter-beapiHave been trying to config a handlerInterceptor in an autoc...

SpringBoot Learning About Spring Boot Features has "logging" link twice

Comment From: pivotal-cla@Omkar-Shetkar Please sign the Contributor License Agreement!Click here to manually synchronize...

SpringBoot I have this issue with the entity manager or don't know where

2022-01-11 13:34:38.593 ERROR 22092 --- [ restartedMain] o.s.boot.SpringApplication : Application run fai...

SpringBoot Failed to initialize RedisConnectionFactory bean

Hello. I was using version 1.5.12.RELEASE, but I have recently upgraded to 2.0.1.RELEASE and the application failed to s...

SpringBoot Launch script not included in JAR file by spring-boot-maven-plugin since version 2.6.0

Since Version 2.6.0 of Spring Boot, the launch script is not attached to the front of the executable JAR file produced b...

SpringBoot Embedded launch script fails if jar is owned by an unknown user

Currently our launch script runs applications as the owner of the jar file. In some situations it's possible that the ja...

SpringBoot org.toml:tomlj:1.0.0 no longer resolving from maven central

As of this morning our gradle builds using the spring boot plugin 2.6.1 started failing due to this dependency going mis...

SpringBoot use pattern matching instanceof

Use java 15 pattern matching instanceofComment From: philwebbThanks very much for the pull-request, unfortunately we're ...

SpringBoot UserDetailsServiceAutoConfiguration should not be disabled when ClientRegistrationRepository is present

org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration has a conditional on missing...

SpringBoot Spring Boot Console said that the directory not exist when upload multipart file

Spring Boot Console said that the directory not exist when upload multipart file.Here is the repository https://github.c...

SpringBoot kafka consumer metrics missing in micrometer after SpringBoot upgrade

I no longer have kafka consumer metrics in micrometer or prometheus after my SpringBoot upgrade.It sounds similar to htt...

SpringBoot Upgrade to Logback 1.2.9

Comment From: bclozelSee https://jira.qos.ch/browse/LOGBACK-1591 and https://logback.qos.ch/news.html for background inf...

SpringBoot DeferredResult in Controller do not timeout in graceful shutdown period when using Tomcat

If a @RestController uses DeferredResult with timeout, the controller sends a status code HTTP/1.1 503 and closes the co...

SpringBoot Spring-boot listener’s @autowire is not work on recent versions

Spring-boot listener’s @autowire is not working on recent versionssample code link https://github.com/maafshar/listenera...

SpringBoot class com.sun.proxy.$Proxy cannot be cast to class org.hibernate.engine.spi.SessionImplementor

Springboot version: 2.6.2I use this like: DetachedCriteria criteria = DetachedCriteria.forClass(User.class); criteria....

SpringBoot WebFlux : Content-type header is written twice when an error occurs

Hi,From Spring boot 2.6.2When an error occurs, for example a simple 404 when no controller is registred for a path, the ...

SpringBoot @SQLDelete seems broken when using inheritance

Spring-Boot 2.0.0.BUILD-SNAPSHOTWe have a class named Asset@Entity@Inheritance(strategy = InheritanceType.JOINED)@Discri...

SpringBoot Add option to allow Spring Batch custom isolation levels

Fixes #28802 Create spring.batch.jdbc.isolation-level-for-create property with the following behavior:Default value is n...

SpringBoot Application stuck on shutdown with custom scheduler

Application stuck on shutdown if ConcurrentTaskScheduler is used and application has startup error.Reproducer repository...
上一页 下一页
.