Nineya
Home
Blog
springboot MockitoPostProcessor can trigger early initialization of factory beans
2025-01-06 09:24:06
9002
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
2025-01-06 09:23:59
1935
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
2025-01-06 09:23:52
42
Forward port of issue #19782 to 2.3.0.RC1.
springboot Remove TODO and FIXME comments from tests
2025-01-06 09:23:47
38
Forward port of issue #19782 to 2.2.7.
springboot Provide a condition for detecting war deployments
2025-01-06 09:23:40
824
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
2025-01-06 09:23:33
33747
These are based on 2.3.0.M4, both apps just simple projects from initializer, where demo1 is maven build and demo2 gradl...
springboot Nested object is not initialized if no matching property is defined with constructor binding
2025-01-06 09:23:27
42
Forward port of issue #18917 to 2.3.0.RC1.
springboot Failure to find org.springframework.boot:spring-boot-test-support:jar:2.2.6.RELEASE
2025-01-06 09:23:21
1433
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
2025-01-06 09:23:14
963
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
2025-01-06 09:23:08
286
This change makes the message for ValidationException include the Spring config property prefix for each registry implem...
springboot Fail operations when JarFile is closed
2025-01-06 09:22:38
164
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
2025-01-06 09:22:32
1224
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
2025-01-06 09:22:25
42
Forward port of issue #17796 to 2.3.0.RC1.
springboot Relocate section on configuring DevTools' file system watcher as it isn't specific to remote applications
2025-01-06 09:22:19
42
Forward port of issue #20895 to 2.3.0.RC1.
springboot WelcomePageHandlerMapping does not honor CORS
2025-01-06 09:22:13
42
Forward port of issue #21048 to 2.3.0.RC1.
springboot WelcomePageHandlerMapping does not honor CORS
2025-01-06 09:22:07
38
Forward port of issue #21048 to 2.2.7.
springboot WelcomePageHandlerMapping does not honor CORS
2025-01-06 09:22:01
1552
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
2025-01-06 09:21:55
4469
Consider the following example:@ConfigurationProperties("acme")@ConstructorBindingpublic class AcmeProperties ...
springboot Fix naming of IncludExcludeEndpointFilter
2025-01-06 09:21:48
512
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
2025-01-06 09:21:42
4311
Version of Spring Boot: 1.4.0.M3I have an integration test, annotated with@RunWith(SpringRunner::class)@SpringBootTest@A...
上一页
下一页
1
…
2066
2067
2068
2069
2070
…
2127
.