SpringBoot Align default values for Cassandra's throttling properties

A number of properties in spring.data.cassandra.request.throttler have a default value in Spring Boot but their counterp...

SpringBoot Fix Javadoc since tag for ConfigurationPropertiesReportEndpointWebExtension

This PR fixes Javadoc @since tag for ConfigurationPropertiesReportEndpointWebExtension.See gh-24718Comment From: snicoll...

SpringBoot Migrations performed by Flyway or Liquibase may not have completed before the database is accessed via jOOQ

In order to make sure that Jooq is used when flyway andliquibase beans are created and migrations are done,DslContextDep...

SpringBoot Update the Gradle plugin documentation to recommend the maven-publish plugin over the maven plugin

The documentation doesn't make any recommendation at the moment, other than documenting the maven plugin before the mave...

SpringBoot Incorrect detection of Amazon Redshift

Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...

SpringBoot tomcat ssl jks keystore password not longer works after upgrade to 2.3.6

Hi After upgrade to 2.3.6 tomcat ssl keystore password no longer works server: port: 10002 ssl: key-store: xxx.jks ...

SpringBoot Fix MariaDB driver product name

Fix MariaDB driver product name issue : https://github.com/spring-projects/spring-boot/issues/25127Comment From: snicoll...

SpringBoot Application freezes during startup if profile not found in logback-spring.xml

When there is a logback-spring.xml file available, if no logging config is given for the current run context, the applic...

SpringBoot Document Kafka Streams metrics support

This PR documents Kafka Streams metrics support.Comment From: snicollThanks again @izeye

SpringBoot Auto-configure javax.jms.ExceptionListener

See https://github.com/spring-projects/spring-framework/issues/22102Comment From: snicollClosing in favor of PR #25278

SpringBoot Using a database from Testcontainers requires explicit usage of ContainerDatabaseDriver

Used version: Spring Boot 2.4.1I'm using a MariaDB test container from the Testcontainers project. They say in the JDBC ...

SpringBoot Spring core 5 is not starting on tomcat 10

When I deploy my Spring Core application to the old tomcat 8, everything works just fine, application is deployed and al...

SpringBoot add configuration for maven-plugin to exclude provided scope dep.

Let's talk about more about the spring-boot-maven-plugin for provided scope in #8005 .In out project, there many not use...

SpringBoot Let TestRestTemplate.delete() return http status and body

I'm on Spring Boot 1.5.10.As far as I can see, all function signatures of TestRestTemplate.delete() are void methods.Thi...

SpringBoot Actuator not working properly for spring.config.activate.on-cloud-platform=kubernetes

When I enable the propertyspring.config.activate.on-cloud-platform=kubernetesThe actuator endpoint is not working proper...

SpringBoot Polish

This PR fixes some typos and polishes trivial stuff.Comment From: snicollThanks again @izeye

SpringBoot Disable Gradle's welcome message in gradle.properties

Hi,I'm currently preparing the JDK 16 pipeline and noticed that the org.gradle.internal.launcher.welcomeMessageEnabled p...

SpringBoot Test that our property defaults align with Cassandra's defaults

See https://github.com/spring-projects/spring-boot/issues/24189#issuecomment-764758231 for background. The default value...

SpringBoot @ConditionalOnDefaultWebSecurity not recognize WebSecurityConfigurerAdapter from auto configuration

Now i use spring 2.2.4 for my application. And i have custom starter, for Keycloak(FrontendSpringBootConfiguration.kt) w...

SpringBoot Since 2.4.2, the Logback charset defaults to UTF-8 rather than the OS's default

When I use version 2.4.2, package it into a jar, and run it with cmd: java -jar demo-0.0.1-SNAPSHOT.jar, the log output ...
上一页 下一页
.