Nineya
Home
Blog
SpringBoot Actuator throws an exception when using prototype scoped datasource bean
2025-03-15 14:01:16
21442
Spring Boot 3.4.3: <properties> <java.version>17</java.version> <maven.compiler.so...
SpringBoot Consider if we want to reintroduce base classes for template properties
2025-03-15 14:01:08
1767
FreeMarkerProperties settings templateLoaderPath preferFileSystemAccessextends AbstractTemplateViewResolverPr...
Spring Generate byte code with Java 17 class version
2025-03-15 14:00:44
283
When generating dynamic classes with CGLIB or compiling SpEL expressions, we currently generate byte code with Java 8 cl...
Spring Allow adding bean name aliases in the programmatic bean registration DSL
2025-03-15 14:00:34
171
Add the ability to also add bean aliases, as currently supported through BeanDefinitionHolder.This would be important fr...
Spring MockServerWebExchange does not allow setting the ApplicationContext on the base class
2025-03-15 14:00:29
378
MockServerWebExchange does not have an ApplicationContext and the constructor that accepts it in the base class isn't vi...
Spring Missing two class files: org.springframework.javapoet.ClassName & org.springframework.javapoet.CodeBlock
2025-03-15 14:00:10
756
There are missing two java files under the package org.springframework.javapoet, caused compiler error of the class Auto...
Spring AI Publish snapshots to maven central
2025-03-14 14:03:14
225
The current set of plugins we use will not let us publish snapshots to maven central. Need to migrate to <groupId>...
SpringBoot My Postgres in Springboot is not auto createtable when I run my Java program
2025-03-14 14:02:56
13920
Can you help to check why this is happening. My Postgres in Springboot is not auto create run I run my Java program. SHo...
SpringBoot Enable combined MongoDB URI and username/password properties usage
2025-03-14 14:02:19
1888
When configuring MongoDB authentication, the configuration needs to happen either through the URI or through individual ...
Spring RestTemplate proxy issue
2025-03-14 14:02:06
3547
RestTemplate without proxy works as expected, but after set a proxy, it only got the first string of the response.packag...
Spring Bug in AbstractReactiveTransactionManager?
2025-03-14 14:01:45
2516
Hi,I'm working on a Spring / Hibernate Reactive integration since r2dbc isn't very useful at the moment without ORM supp...
Spring Provide a method to retrieve all singleton autowire candidates from the bean factory
2025-03-14 14:01:27
577
Please see https://github.com/spring-projects/spring-boot/issues/44706 for background. It would be useful to have a meth...
Spring UriUtils.decode alters unicode character
2025-03-14 14:01:18
1723
I believe i found an issue with UriUtils.decode(String source, Charset charset).When the source string contains the char...
Spring IllegalArgumentException thrown when using Kotlin unsigned integer value class as annotated method parameter
2025-03-14 14:00:29
21473
SummaryIllegalArgumentException is thrown when Kotlin unsigned value class (ULong, UInt) is used as the request paramete...
Spring Remove Dubious Link In Documentation Unit Testing
2025-03-14 14:00:12
420
During the documentation Unit Testing 0 I came across the followingreference which is very confusing. It can be found in...
Spring AI toolName cannot be null or empty in Flux
2025-03-13 14:03:12
1961
Bug descriptionI found an issue when making MCP calls, where an error occurs when the requesting controller returns Flux...
Spring AI Parallelize TokenTextSplitter
2025-03-13 14:03:03
332
TokenTextSplitter is slow when handling large documents, can you parallelize it ?Comment From: rodrigomalaraI'm having t...
SpringBoot Support bind other configuration key as default value
2025-03-13 14:02:52
699
See https://github.com/spring-projects/spring-boot/issues/44701 for background.We could introduce new attribute like ref...
SpringBoot spring.batch.jdbc.initialize-schema should defaults to spring.sql.init.mode
2025-03-13 14:02:14
231
Currently I need to configure both of them:spring.sql.init.mode: alwaysspring.batch.jdbc.initialize-schema: alwaysHere i...
SpringBoot Introduce a new DatabaseInitializationMode correspond to AutoConfigureTestDatabase.Replace.NON_TEST
2025-03-13 14:02:04
157
We should introduce a new mode which include EMBEDDED and test databases, and make it as default mode.Comment From: Bibe...
上一页
下一页
1
…
4
5
6
7
8
…
2246
.