springboot MockitoPostProcessor can trigger early initialization of factory beans

I'm working on a SpringBoot project which also uses Spring Data Gemfire, so I'm posting here hoping it is the correct pl...

springboot Remove TODO and FIXME comments from tests

We have a few tests that have FIXME/TODO comments. We should remove them and add issues instead.Comment From: slavisahFo...

springboot Remove TODO and FIXME comments from tests

Forward port of issue #19782 to 2.3.0.RC1.

springboot Remove TODO and FIXME comments from tests

Forward port of issue #19782 to 2.2.7.

springboot Provide a condition for detecting war deployments

If a war file is deployed to Tomcat, Jetty, or Undertow, we currently configure and customise the servlet web server fac...

springboot Ensure consistent and correct attributes on files added to fat archives

These are based on 2.3.0.M4, both apps just simple projects from initializer, where demo1 is maven build and demo2 gradl...

springboot Failure to find org.springframework.boot:spring-boot-test-support:jar:2.2.6.RELEASE

Hi Team,I am getting below error while building the source code.[ERROR] Failed to execute goal on project spring-boot-ac...

springboot Add proper message when wrong log level is sent

Previously, bad request with no reason was included in the response.This commit introduces the reason when invalid log l...

springboot Improve property name in thrown Micrometer ValidationException

This change makes the message for ValidationException include the Spring config property prefix for each registry implem...

springboot Fail operations when JarFile is closed

Whilst working on #17796 I noticed that we don't fail operations when the JarFile has been closed. The JDK has an ensure...

springboot Shutdown hooks are not called after main function exits in CommandLineRunner when background thread is still running

Affects: 5.2.5.RELEASEReproduction stepsCreate a command-line tool with CommandLineRunner.Add a Spring bean that: a. St...

springboot Fat jars cause classloading problems with JDK11 and Security Manager

Forward port of issue #17796 to 2.3.0.RC1.

springboot WelcomePageHandlerMapping does not honor CORS

Forward port of issue #21048 to 2.3.0.RC1.

springboot WelcomePageHandlerMapping does not honor CORS

Forward port of issue #21048 to 2.2.7.

springboot WelcomePageHandlerMapping does not honor CORS

I am using spring-boot-autoconfigure version 2.2.5.RELEASE.I have added CORS mapping in a WebMvcConfiguer in my applicat...

springboot Nested object is not initialized if no matching property is defined with constructor binding

Consider the following example:@ConfigurationProperties("acme")@ConstructorBindingpublic class AcmeProperties ...

springboot Fix naming of IncludExcludeEndpointFilter

Hi,I just stumbled over IncludExcludeEndpointFilter which seems to be rather an IncludeExcludeEndpointFilter.I was wonde...

springboot ApplicationEventPublisher mocked with MockBean is not injected in component under test

Version of Spring Boot: 1.4.0.M3I have an integration test, annotated with@RunWith(SpringRunner::class)@SpringBootTest@A...
上一页 下一页
.