玖涯软件开发
Home
Blog
springboot Allow for customization of RedisCacheWriter
2025-01-06 09:43:15
1337
Currently it's difficult to customize the RedisCacheWriter when using redis-based caching and still take advantage of th...
springboot Environment variable that does not follow guidelines for use of _ is still successfully bound if another property source contains a property that is bound to the same target
2025-01-06 09:43:08
23400
We have custom properties, built like this:@ConfigurationProperties("yona")@Configurationpublic class YonaProp...
springboot Upgrade to Johnzon Jsonb 1.2.4
2025-01-06 09:43:01
41
Comment From: snicollSuperseded by #21338
springboot Upgrade to Hibernate 5.4.14.Final
2025-01-06 09:42:55
41
Comment From: snicollSuperseded by #21339
springboot Upgrade to Dropwizard Metrics 4.1.6
2025-01-06 09:42:48
41
Comment From: snicollSuperseded by #21336
springboot Upgrade to Byte Buddy 1.10.9
2025-01-06 09:42:42
41
Comment From: snicollSuperseded by #21337
springboot Upgrade to Reactor Californium-SR17
2025-01-06 09:42:35
42
Comment From: snicollSuperseded by #20937
springboot Upgrade to Hibernate 5.3.16.Final
2025-01-06 09:42:29
41
Comment From: snicollsuperseded by #21330
springboot CreateBootStartScripts causes a warning to be logged with Gradle 6.4
2025-01-06 09:42:22
38
Forward port of issue #20759 to 2.3.0.
springboot Binder @DefaultValue does not work with PropertyEditor converters
2025-01-06 09:42:16
38
Forward port of issue #21264 to 2.3.0.
springboot Upgrade to Saaj Impl 1.5.2
2025-01-06 09:42:07
91
Comment From: snicollWoops, that should have been the non-beta version. Thanks @wilkinsona!
springboot Optimize StringSequence.startsWith
2025-01-06 09:41:58
1983
Hi,I noticed that a vanilla Boot app spends some time in StringSequence.startsWith or respectively StringSequence.charAt...
springboot When a request is active, Undertow prevents the JVM from exiting
2025-01-06 09:41:49
38
Forward port of issue #21319 to 2.3.0.
springboot When a request is active, Undertow prevents the JVM from exiting
2025-01-06 09:41:43
848
The XNIO threads created by Undertow are non-daemon threads so they keep the JVM alive. If a request is active when the ...
springboot developmentOnly configuration excludes jar files from fat jar
2025-01-06 09:41:36
5402
The docker image that is built with the default buildpack (paketo) in Springboot version 2.3.0-RC1 throws an error becau...
springboot Align logback's behavior with log4j2 when getting a logger that doesn't exist
2025-01-06 09:41:29
339
Currently, if a GET request to the /loggers endpoint is made for a logger that doesn't exist, logback will create the lo...
springboot Upgrade to Jna 5.5.0
2025-01-06 09:41:23
847
the jna version 4.5.2 is about 2 years old! It's definitely time to upgrade. Why has this not been done automatically?Co...
springboot When using log4j2 log4j2-test.* files are not detected
2025-01-06 09:41:16
38
Forward port of issue #17001 to 2.3.0.
springboot When using log4j2 log4j2-test.* files are not detected
2025-01-06 09:41:10
7480
When using log4j2 via the spring-boot-starter-log4j2, I'd expect the log4j2-test.xml file (actually, all *-test.*, as se...
springboot RestTemplateBuilder NPE when defaultHeaders or requestCustomizers are null
2025-01-06 09:41:03
2595
I was using a previous version of Spring Boot and creating a RestTemplate using RestTemplateBuilder.Since 2.2.6 I get NP...
上一页
下一页
1
…
2176
2177
2178
2179
2180
…
2246
.