Nineya
Home
Blog
软著申请
SpringBoot Add background preinitializers for Tomcat and JDK ZoneId
2025-01-07 17:04:28
142
During some recent profiling I found that there are a few additional background preinitializations we can do for Tomcat ...
SpringBoot Develop a more efficient WebResourceSet implementation for nested jars
2025-01-07 17:04:26
344
Currently TomcatServletWebServerFactory.StaticResourceConfigurer changes nested jar URLs so that Tomcat can use them.Alt...
SpringBoot Rework ErrorController now that getErrorPath() is unused and server.error.path must be used to configure the error path
2025-01-07 17:04:23
6313
Spring boot: 2.2.2 IDE: Spring Tool SuiteOne of the ways to create a custom error page is to create a controller class t...
SpringBoot NPE from Jetty's WebSocketUpgradeFilter when testing with @SpringBootTest, @AutoConfigureMockMvc, and MockMvc
2025-01-07 17:04:19
10503
I have created a sample repo, with a project that is simply a demo created with spring initializrhttps://github.com/frip...
SpringBoot Use AssertJ's fail, not JUnit's
2025-01-07 17:04:17
148
This PR changes to use AssertJ assertions consistently.This PR also updates Checkstyle rule for it.Comment From: wilkins...
SpringBoot Add auto-configuration for CountedAspect and TimedAspect
2025-01-07 17:04:10
227
Similarly to https://github.com/spring-projects/spring-boot/pull/35191, this PR adds support for auto-configuring Counte...
SpringBoot When using Jetty, filters, listeners, and servlets are not initialized with the same thread context classloader
2025-01-07 17:04:07
1386
Web applications currently see different context classloaders depending on the lifecycle.Most of the time the Thread.cur...
SpringBoot Profiles set with @ActiveProfiles are not visible to EnvironmentPostProcessor since 2.5.7
2025-01-07 17:04:05
8057
After upgrading 2.5.6 to 2.5.7 profiles set with @ActiveProfiles annotation on the test class are not visible to Environ...
SpringBoot boot 3, /swagger-ui/index.html got 404, v3/api-docs working
2025-01-07 17:04:02
1248
Comment From: chengtangzheng2021one of our spring boot app with boot 3.1.3, java17with springdoc-openapi-starter-webmvc-...
SpringBoot Code generation is not supported for bean definitions declaring an instance supplier callback : Root bean: class [org.springframework.cloud.function.context.FunctionRegistration]
2025-01-07 17:03:59
12577
Exception in thread "main" java.lang.IllegalArgumentException: Code generation is not supported for bean defin...
SpringBoot Spring Boot: @TestConfiguration Not Overriding Bean During Integration Test
2025-01-07 17:03:57
2462
Hello! I am really sorry for that repeated post and I don't want to spam but I feel that we have misunderstanding. And i...
SpringBoot Spring Boot: @TestConfiguration Does Not Override Bean During Integration Test
2025-01-07 17:03:54
3695
Although my previous issue was closed I still insist it is an issue. Maybe my post was not clear or @wilkinsona haven't ...
SpringBoot Spring Initializr Suggestions
2025-01-07 17:03:52
599
hii have suggestions for spring initializer :kotlin as default languagekotlin gradle as default project buildgenerate ap...
SpringBoot Spring Boot: @TestConfiguration Not Overriding Bean During Integration Test
2025-01-07 17:03:49
4902
Based on https://sylhare.github.io/2020/07/17/Testing-with-spring-boot.htmlhttps://www.baeldung.com/spring-boot-testing#...
SpringBoot Support RestClient.Builder with @RestClientTest
2025-01-07 17:03:46
7633
It is convenient that Spring Boot autoconfiguration supports creating a RestClient.Builder. However, it is not clear how...
SpringBoot @WebListener does not work in a native image without additional reflection hints
2025-01-07 17:03:43
7164
Reproducible with Spring Boot 3.1.0.Define a minimal servlet listener:@WebListenerpublic class MyServletContextListener ...
SpringBoot AspectJ transaction management with compile-time weaving does not work with spring.main.lazy-initialization=true
2025-01-07 17:03:39
1598
Spring 5.3.3 Spring Boot 2.4.2AspectJ 1.9.6We use AspectJ compile Time Weaving to manage @Transactional annotations. Eve...
SpringBoot Add Awaitility to spring-boot-starter-test
2025-01-07 17:03:36
572
Awaitility is generally useful for testing so we should consider adding it as a spring-boot-test dependency.Comment From...
SpringBoot Add any TransactionExecutionListener beans to the auto-configured transaction manager
2025-01-07 17:03:34
690
Suggestion from Juergen:Boot could automatically inject any TransactionExecutionListener beans in the context into a Pla...
SpringBoot Expand transaction manager customization to support any type of TransactionManager
2025-01-07 17:03:31
546
PlatformTransactionManagerCustomizer was introduced in 1.5 before Framework introduced its TransactionManager and Reacti...
上一页
下一页
1
…
1771
1772
1773
1774
1775
…
2246
.