SpringBoot Break cycle between TransactionManagerCustomizers and TransactionManager

This looks like an issue in migrating to @AutoConfiguration as it used to be after.I also wonder why it should run befor...

SpringBoot HikariPool error at native startup with CRaC dependency

When trying to compile a native Spring Data JDBC + Boot 3.2.0-M3 app with CRaC dependency on the classpath, I get this e...

SpringBoot Support 'server.error.include-*' functionality when 'spring.mvc.problemdetails.enabled' is active

If we add support for the RFC 7807 Problem Details spec by including the spring.mvc.problemdetails.enabled=true property...

SpringBoot Honor timeouts in Zipkin WebClient sender

The WebClientSenderConfiguration contains the auto-configuration for the WebClient based Zipkin sender. The RestTemplate...

SpringBoot Use consistent capitalization in MySQL and MariaDB test names

While reading the code of Spring Boot, I noticed inconsistency in capitalization. Here are some instances:In most classe...

SpringBoot I have an issue hibernate validate is failing but I think everything is okay

I'm using flyway to migrate the dbSpring-boot version 3.0.5 with postgresqlI defined spring.jpa.hibernate.ddl-auto=valid...

SpringBoot Expose 'highlight_sql' Hibernate option to show colourized SQL statements in console

Affects: \Hibernate exposed the fancy 'SQL highlight' feature since v5.5 (see the PR at https://github.com/hibernate/hib...

SpringBoot Hibernate validate failed but I believe the db (flyway handle it) is okay

I'm using flyway to migrate the dbI defined spring.jpa.hibernate.ddl-auto=validateI start with an empty dbThe first star...

SpringBoot starter-data-r2dbc asks for vavr none() to be a Methodref constant

Problem: starter-data-r2dbc library throws exception when booting up a spring boot webflux project that also includes va...

SpringBoot Remove duplicate code in NettyWebServerFactoryCustomizer

Since the PropertyMapper's alwaysApplyingWhenNonNull() has already been called, the subsequent whenNonNull() is unnecess...

SpringBoot Disable validate connection on borrow for Oracle UCP datasource

Removed setValidateConnectionOnBorrow method call while creating UCP datasource. This value should be false by default a...

SpringBoot Refer to ActiveMQ as ActiveMQ "Classic"

The Apache ActiveMQ project has adopted the label "Classic" for the 5.x broker in order to more easily compare and contr...

SpringBoot Spring Boot 3.X and Java 17 - Bouncy Castle issue

We are using spring boot 3.1.4 and Java 17 , while generating the private key by using the bouncy castle jdk18on getting...

SpringBoot Provide a configuration property for RabbitMQ's max inbound message body size

See https://stackoverflow.com/questions/77185001/spring-cloud-stream-with-rabbitmq-binder-throws-java-lang-illegalstatee...

SpringBoot Feature/isOnline

Comment From: pivotal-cla@karthequian Please sign the Contributor License Agreement!Click here to manually synchronize t...

SpringBoot Spring Boot API Modules

Our software provides extension points that are supposed to re-use the usual Spring property binding.To do so, we curren...

SpringBoot Add support for configuring non-standard JMS acknowledge modes

The spring.jms.listener.acknowledge-mode configuration property currently supports only (a subset of) standard acknowled...

SpringBoot Default value of spring.jmx.registration-policy is not documented

https://github.com/spring-projects/spring-boot/pull/34122 should have added one. When I merged the contribution I missed...

SpringBoot Default value of spring.jmx.registration-policy is not documented

Moves default value declaration of spring.jmx.registration-policy from hints to propertiesCloses #37596 Comment From: w...

SpringBoot Provide Service Connections for local Kubernetes Cluster

EnhancementAs a developer I would like to have Spring Boot provide a Service Connection for a local Kubernetes Cluster, ...
上一页 下一页
.