Nineya
Home
Blog
SpringBoot Document how to customize dependency version in Version properties appendix
2025-01-06 22:41:20
516
Version properties doc only lists all the version properties.How do you set these properties in gradle?For example the f...
SpringBoot Configuration of ciphers is ignored for TCP with Reactory Netty
2025-01-06 22:41:13
1024
Follow-up of https://github.com/reactor/reactor-netty/issues/1543There is a new API available, but we need to figure out...
SpringBoot DISCONNECTED_CLIENT+=PrematureCloseException
2025-01-06 22:41:06
486
reactor.netty.http.client.PrematureCloseException is equivalent for org.apache.catalina.connector.ClientAbortException a...
SpringBoot Cannot upgrade Spring Boot app to Java 16
2025-01-06 22:40:59
15615
DescriptionToday I tried to upgrade our playground spring boot app from Java 14 to Java 16 and failed with that.ProblemT...
SpringBoot Keystore.load calls do not close InputStream
2025-01-06 22:40:53
717
I noticed that Java process keeps lock on the keystore file when Netty+SSL is used on Windows.Detailed investigation sho...
SpringBoot Improve docs on editing static resources with instant "hot" reload
2025-01-06 22:40:45
5721
According to Reload static content hot reloading of FreeMarker templates should work in the IDE as long as spring.freema...
SpringBoot Application does not terminate upon completion of CommandLineRunner anymore
2025-01-06 22:40:36
22185
I run some java batch processes using this code structure:@SpringBootApplicationpublic class Application { public sta...
SpringBoot Docker rate limits reached in BootBuildImageIntegrationTests
2025-01-06 22:40:29
1919
Hi,I think BootBuildImageIntegrationTests needs to be revisited again. It's hitting Docker's rate limits on CI: https://...
SpringBoot Propagate TestSecurityContextHolder to SecurityContextHolder after MockMvc calls
2025-01-06 22:40:23
2393
The ProblemAfter performing any MockMvc request, the SecurityContext is cleared using ThreadLocalSecurityContextHolderSt...
SpringBoot Add detection of Azure App Service to CloudPlatform
2025-01-06 22:40:16
2292
Add Azure platform support to Spring Boot.More specifically, this adds "Azure App Service" support to Spring Boot - as t...
SpringBoot Static inner class is not identified by @Autowired
2025-01-06 22:40:08
5447
Kindly please let me know why the below code snippet does not work with 2.4.3 after upgrade from 1.5.9@Componentpublic c...
SpringBoot Including Spring Native breaks layertools
2025-01-06 22:40:01
1555
A project with only Spring Native (can be created from start.spring.io) breaks the layertools jar mode:$ java -Djarmode=...
SpringBoot Spring boot not starting with expected umask setting
2025-01-06 22:39:55
927
We are trying to start an spring boot app ( default runtime - tomcat ) using a service account with has a umask value of...
SpringBoot Remote devtools endpoint cannot be accessed if actuator and spring security are on the classpath
2025-01-06 22:39:48
272
managementSecurityFilterChain does not have an explicit order and will override the securityFilterChain in RemoteDevtool...
SpringBoot Configure SameSite attribute on session Cookies for Spring WebFlux
2025-01-06 22:39:42
999
This issue is about configuring the SameSite attribute in a consistent way for session cookies in Spring WebFlux.Here's ...
SpringBoot ConfigData imports cannot override profile specific imports
2025-01-06 22:39:34
1078
Description:Lets say there is a profile baz.classpath:application-baz (local to jar) is overriding application-baz from ...
SpringBoot Auto-configure Mongo metrics
2025-01-06 22:39:27
3075
The current mechanism to enable Micrometer metrics for Mongo is to add the MongoMetricsCommandListener to the MongoClien...
SpringBoot Add InfluxDB customizer hook point
2025-01-06 22:39:21
3168
More configuration properties are added in order to allowcustomization for influxdb bean. Also, in order tocustomize inf...
SpringBoot MockMvc @RequestScope bean not working
2025-01-06 22:39:13
2639
Spring Boot 2.4.2Having a @RequestScope bean autowired inside the controller, the following test fails:@SpringBootTest@A...
SpringBoot log4j2(xml) configuration enhancement, support <SpringProfile> tag
2025-01-06 22:39:07
1831
Enhance the configuration of log4j2 (xml), support Profile-specific Configuration (<SpringProfile>), consistent wi...
上一页
下一页
1
…
2053
2054
2055
2056
2057
…
2246
.