SpringBoot Actuator throws an exception when using prototype scoped datasource bean

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

FreeMarkerProperties settings templateLoaderPath preferFileSystemAccessextends AbstractTemplateViewResolverPr...

Spring Generate byte code with Java 17 class version

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

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

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

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

The current set of plugins we use will not let us publish snapshots to maven central. Need to migrate to <groupId&gt...

SpringBoot My Postgres in Springboot is not auto createtable when I run my Java program

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

When configuring MongoDB authentication, the configuration needs to happen either through the URI or through individual ...

Spring RestTemplate proxy issue

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?

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

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

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

SummaryIllegalArgumentException is thrown when Kotlin unsigned value class (ULong, UInt) is used as the request paramete...

Spring Remove Dubious Link In Documentation Unit Testing

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

Bug descriptionI found an issue when making MCP calls, where an error occurs when the requesting controller returns Flux...

Spring AI Parallelize TokenTextSplitter

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

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

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

We should introduce a new mode which include EMBEDDED and test databases, and make it as default mode.Comment From: Bibe...
上一页 下一页
.