Nineya
Home
Blog
软著申请
SpringBoot Add spring.redis.lettuce.read-from property for configuring LettuceClientConfiguration's read from setting
2025-01-07 23:39:50
2864
Currently using Lettuce but noticed that config properties lacks readFrom property and require code change to implement ...
SpringBoot Make it easier to consume multiple connection details beans of the same type with Docker Compose
2025-01-07 23:39:47
2679
If you define multiple services of the same type in your Docker Compose yaml, you'll get multiple connection details bea...
SpringBoot Use paketobuildpacks/builder-noble-java-tiny as the default image builder
2025-01-07 23:39:45
412
In https://github.com/spring-projects/spring-boot/pull/42508, the default Buildpacks builder used by the upcoming Spring...
SpringBoot Problems with Spring and Bean Validation interpolation messages
2025-01-07 23:39:40
13185
Hi,I am using:Spring Boot: 3.2.10Spring Framework: 6.1.13Hibernate Validator: 8.0.1.FinalI am using the default Spring ...
SpringBoot Default Logback config uses deprecated "converterClass" attribute
2025-01-07 23:39:38
6696
After the logback 1.5.7 upgrade, a deprecated warning is now shown:01:56:52,355 |-INFO in ch.qos.logback.core.joran.util...
SpringBoot Add a Tomcat 11 smoke test
2025-01-07 23:39:35
2433
Tomcat 11.0.0 was released last week and it would be nice if Spring Boot 3.4 would support the new version. This require...
SpringBoot server.forward-headers-strategy=native: X-Forwarded-Port is not always respected in response's Location header
2025-01-07 23:39:32
2945
I'm using server.forward-headers-strategy=native because my Spring Boot (version 3.3.4) application is operating behind ...
SpringBoot Fix systemd example configuration
2025-01-07 23:39:30
1579
The sample systemd configuration in https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-...
SpringBoot Is 2.6.x affected by CVE-2024-38807?
2025-01-07 23:39:27
612
https://spring.io/security/cve-2024-38807https://spring.io/projects/spring-boot#supportThe 2.6.x version has reached EOS...
SpringBoot Autoconfigure micrometer tracing for transactions
2025-01-07 23:39:24
703
With the migration from Spring Cloud Sleuth to Micrometer Tracing, the direction was to move instrumentation support to ...
SpringBoot Provide a configuration property to specify the order of the ServerHttpObservationFilter
2025-01-07 23:39:21
11122
Hi,Migrating from Spring Cloud Sleuth to Spring Boot 3 there used to be a property to override the TraceFilter:spring: ...
SpringBoot Support Mockito with @MockBean and @SpyBean in AOT-processed tests
2025-01-07 23:39:19
3889
Currently Mockito doesn't work with native tests. See https://github.com/spring-projects-experimental/spring-native/issu...
SpringBoot Improve MessageSourceMessageInterpolator when using MessageSource.setUseCodeAsDefaultMessage(true) and Bean Validation attributes
2025-01-07 23:39:16
3925
When I was doing research for #42773, I came across two potential improvements forMessageSourceMessageInterpolator:The l...
SpringBoot Dev Tools reload and SpEL loaded classes within Thymeleaf templates
2025-01-07 23:39:10
2164
In one of our Thymeleaf templates we have the following code:...<td th:if="${foobar instanceof T(some.pkg.FooBar...
SpringBoot Reclaim docker disk space on CI during build
2025-01-07 23:39:07
136
We recently ran out of disk space during a build. The most likely cause is Docker images which we could prune when we're...
SpringBoot Set LOG_CORRELATION_PATTERN only when correlation ID is expected
2025-01-07 23:39:04
1443
Prior to this commit, if logging.pattern.correlation has been set, then the correlation ID is logged regardless of the f...
SpringBoot Auto-configure Hibernate with a JsonFormatMapper
2025-01-07 23:39:00
1363
33870Comment From: wilkinsonaThanks, @nosan.Before merging this, we should consider if we want a way to disable it (an a...
SpringBoot start.spring.io generates unsupported gradle wrapper 8.10.2 for kotlin 1.9.25
2025-01-07 23:38:57
415
According to kotlin gradle plugin documentation versions 6.8.3–8.1.1 support kotlin 1.9.20–1.9.25.However Spring Initial...
SpringBoot Polish tests
2025-01-07 23:38:54
346
Improve null safetyReplace lambda with method referenceComment From: wilkinsonaThanks, @quaff.I've merged this without t...
SpringBoot Recommend the use of AopTestUtils.getTargetObject() when setting expectations on a spied bean that Spring has proxied
2025-01-07 23:38:52
2927
With thanks to @kriegaex, see this question on Stack Overflow and the sample to which it links.Comment From: wilkinsonaT...
上一页
下一页
1
…
1634
1635
1636
1637
1638
…
2246
.