Nineya
Home
Blog
Redis [NEW]Reduce the gossip traffic of the cluster by an order of magnitude
2025-02-07 14:04:52
3306
The problem/use-case that the feature addressesAccording to existing information and experience, we found the Redis prob...
Spring Security Adding a new securityFilterChain using java config in an xml configured application doesn't work
2025-02-07 14:03:28
2612
We have a Spring MVC application based on spring 5.x, also uses spring-security 5.x. The beans and the security filter c...
Spring AI Bug: googleSearchRetrieval(true) causes INVALID_ARGUMENT error with Gemini 2.0 (use google_search instead)
2025-02-07 14:03:11
1092
When using the VertexAiGeminiChatOptions class with the googleSearchRetrieval(true) option, the API call fails with the ...
Spring AI SimpleVectorStore: expose JSON String serialization features
2025-02-07 14:02:48
1656
SimpleVectorStore now saves store to file with JSON string format. But logic to convert store to JSON string is private ...
Spring AI Update spring bom
2025-02-07 14:02:17
273
Include <dependency> <groupId>io.modelcontextprotocol.sdk</groupId> <artifactId>mcp-bom<...
SpringBoot ErrorController not called for non existing APIs after upgrade to Spring Boot 3.3.3(from 2.7.0)
2025-02-07 14:01:55
1161
Issue: ErrorController Not Called After Upgrading to Spring Boot 3.3.3Hello everyone, this is my first time raising an i...
SpringBoot Web server customizers are applied twice when creating the child management context
2025-02-07 14:01:48
1592
They're registered as beans in the child context through ServletWebServerFactoryAutoConfiguration which is registered wi...
SpringBoot Recursive queries with h2 db is not working with spring boot 3.4. It was working with spring boot 3.2.3
2025-02-07 14:01:37
2479
Hello, We have an application that exposes some APIs with spring boot 3.2.3.For DB layer testing, we used h2 db (version...
SpringBoot MANAGEMENT_SERVER_PORT not working with native build
2025-02-07 14:01:30
989
Hi,I noticed it's possible to use SERVER_PORT with native build, but MANAGEMENT_SERVER_PORT is ignored. Didn't found doc...
Spring Upgrade to Kotlin Coroutines 1.10
2025-02-07 14:00:53
138
See https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.10.0 and https://github.com/Kotlin/kotlinx.coroutines/re...
Spring @MockitoBean behaviour with subclassed class annotated @Primary
2025-02-07 14:00:47
2000
Using Spring Boot 3.4.2Bug ReportsGiven the following classes @Componentpublic class BaseService { public void doSome...
MyBatis-Plus [功能改进]: 描述 分库分表功能支持
2025-02-06 14:09:41
174
确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进是否支持分库分表功...
Spring Security Support POST method for ServerRedirectStrategy
2025-02-06 14:08:58
232
This is the reactive counterpart to gh-13002. See gh-16214.Comment From: franticticktickHi @sjohnr, could you assign thi...
Spring Security Make AuthorizationDecision Serializable
2025-02-06 14:08:45
125
In order to make AuthorizationDeniedException serializable, we need to make the authorization decision it holds serializ...
Spring Security Replace WebInvocationPrivilegeEvaluator
2025-02-06 14:08:37
599
With the introduction of AuthorizationManager, it should be possible to deprecate WebInvocationPrivilegeEvaluator.The st...
Spring AI I cannot create an instance of OllamaChatModel without optional fields that are marked with Assert.notNull
2025-02-06 14:07:58
740
There is no more the possibility to create an instance of OllamaChatModel because there is no a default ToolCallingManag...
SpringBoot Spring Boot reference documentation - Build failure
2025-02-06 14:07:20
186027
I am following the instructions under "Building reference documentation" in the README of the "Master" branch at:https:/...
SpringBoot Remove hardcoded knowledge of web server customisation when creating management context
2025-02-06 14:06:44
890
https://github.com/spring-projects/spring-boot/blob/3b8148e10eea12335f627459b9dea6e3cba68096/spring-boot-project/spring-...
SpringBoot Relocate JerseyApplicationPath
2025-02-06 14:05:25
241
JerseyApplication path is currently in org.springframework.boot.autoconfigure.web.servlet. Both it and DefaultJerseyAppl...
SpringBoot Using @EntityScan / @EnableJpaRepositories in a dependency breaks component scan
2025-02-06 14:05:19
3935
I have a spring-boot project A which can run on its own, or, alternatively can run "embedded" as a dependency of another...
上一页
下一页
1
2
3
4
5
6
7
…
2026
.