Nineya
Home
Blog
SpringBoot List Environment Variable Binding Error in SpringBoot 3.4.0
2025-03-04 14:01:28
11146
Hello,I am working on a project using Spring Boot 3.4.0. I defined List environment variables, but I encountered a bindi...
SpringBoot Make core auto-configuration tests more independent
2025-03-04 14:01:20
263
The following all reference auto-configuration classes for specific technologies:AutoConfigurationImportSelectorTestsCon...
SpringBoot Delete AutoConfigurationReproTests as testing for early init is covered by WebServerFactoryCustomizerBeanPostProcessorTests
2025-03-04 14:01:11
417
When AutoConfigurationReproTests was introduced, it was testing some code in EmbeddedServletContainerAutoConfiguration t...
SpringBoot Remove redundant comments and redundant JavaDocs
2025-03-04 14:01:03
1123
I found this code in spring-boot-devtools/.../MainMethod.java private Method getMainMethod(StackTraceElement element)...
SpringBoot Named parameter null raise exception with spring boot 3.4.3: "No argument for named parameter"
2025-03-04 14:00:55
3436
Hello, We just updated the version of spring boot from 3.4.2 to 3.4.3 and we detected an issue with the annotation @Quer...
Spring Thymeleaf is slow to generate links when webjars-locator-lite is used
2025-03-04 14:00:20
1110
This repository reproduces the problem: https://github.com/maio/repro-thymeleaf-slow-urls-problemWhen @{...} syntax is u...
MyBatis-Plus [功能改进]: 最新版多表关联查询count的SQL语句不对,其导致的结果必然不对
2025-03-03 14:03:06
1182
确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进Spring bo...
Redis [BUG] HGETEX doesn't always trigger an invalidation message.
2025-03-03 14:02:52
1631
Describe the bugThe new HGETEX command doesn't itself seem to flag the hash as cached by the client if you use it in iso...
Gorm JSONArrayQuery when contains a slice (in golang), which created extra parentheses
2025-03-03 14:02:30
1194
GORM Playground Linkhttps://github.com/gwsee/golang-example/blob/main/main.gohttps://github.com/go-gorm/playground/pull/...
Gorm JSONArrayQuery when contains a slice (in golang), which created extra parentheses
2025-03-03 14:02:18
1173
https://github.com/gwsee/golang-example/blob/main/main.goDescriptionthe mysql column area type is json;here is a simpl...
Spring Security Add meaningful toString/getIpAddress methods to org.springframework.security.web.util.matcher.IpAddressMatcher
2025-03-03 14:01:35
1497
Expected BehaviorIt should be possible to determine the address that IpAddressMatcher was instantiated with. Via a gette...
SpringBoot Integration test failed when change deprecated @SpyBean to @MockitoSpyBean
2025-03-03 14:00:34
3600
I use Spring Boot 3.4.3. If I replace the deprecated @SpyBean annotation with @MockitoSpyBean, the associated test fails...
Spring Deprecate rowsExpected property of SqlQuery
2025-03-03 14:00:14
2072
SqlQuery::setRowsExpected is invoked somewhere, but it make no sense since SqlQuery::getRowsExpected is never invoked an...
MyBatis-Plus [错误报告]: Mybatisplus listByIds方法抛出异常被catch后, 仍然会导致当前@Transactional注解管理的事务回滚
2025-03-02 14:03:07
1162
确认[ ] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题当前程序版本mp 3.0.7 mybati...
Spring Security Logging in with passkeys bypasses maximum session restriction
2025-03-02 14:02:09
2847
Describe the bugIn a Spring-built website with maximum session restriction, a user logging in with a passkey can bypass ...
Spring AI Unable to use @Tool with @PreAuthorize
2025-03-02 14:01:58
1056
Was just trying out a mashup of Spring Security and Tools. Specifically, I have a bean with a couple of @Tool-annotated ...
Spring AI Metadata Loss in AdvisedRequest.toPrompt() (Spring AI v1.0.0-M6)
2025-03-02 14:01:47
1657
Dear Spring AI Team,I am reaching out to report an issue in Spring AI v1.0.0-M6 related to metadata loss when calling Ad...
Spring AI Add Jlama Support
2025-03-02 14:01:20
1824
Expected BehaviorSpring AI should support Jlama as a model provider, allowing applications to run LLM inference directly...
Spring Assertions for WebClient, RestClient, and RestTemplate configurations
2025-03-02 14:00:47
1508
When testing configurations, it can be difficult to verify how WebClient, RestClient, and RestTemplate have been configu...
Spring spring boot 3.4.3 + TimedAspect causes thread to hang
2025-03-02 14:00:37
10147
I have an application that stopped working correctly after updating to 3.4.3.I have prepared a minimal app that reproduc...
上一页
下一页
1
…
11
12
13
14
15
…
2246
.