SpringBoot Moving to the new Elasticsearch 8.x client

SpringBoot Actuator still seems to use the older Elasticsearch Rest Client, which is deprecated now, and not the new Ela...

SpringBoot Document configuration property binding's support for using @Name to customize a property name

Forward port of issue #41577 to 3.3.x.Comment From: LoganDev99@wilkinsona I don't think this has been properly merged in...

SpringBoot Possible outdated documentation and update suggestions: DefaultServlet and setWebApplicationType

We have identified possible instances of outdated documentation and suggest the updates, as follows:

org.springframewor...

SpringBoot Update copyright year to 2025

Hi,a happy new year to the entire team.Cheers,ChristophComment From: snicollThank you, Christoph. On behalf of the team,...

SpringBoot build doc task failed

I execute build task on spring boot project ,after clone spring boot project code to local disk ,and check branch to doc...

SpringBoot 3.4.0 upgraded to 3.4.1, using jpa query to return JSONObject object, encountered a problem

SQL example, simplified@Query(value = "SELECT\n" + "\tMAX( CASE WHEN type = 'ap' THEN num END ...

SpringBoot Is there a contingency plan if LiveReload extension is either removed or deprecated at Google Chrome?

HelloAbout DevTools, it works with LiveReload, I use it both, the former through STS4 and the latter through Google Chro...

SpringBoot Basic test failed during project build with org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException

Executing ./gradlew build in an empty project (3.4.1 version) produces:> Task :test FAILEDDemoApplicationTests > c...

SpringBoot feat: Optimize DatabaseDriver fromJdbcUrl method with caching

This PR introduces a cache (URL_PREFIX_CACHE) to store URL prefixes for all DatabaseDriver enums. By precomputing prefix...

SpringBoot feat: Optimize DatabaseDriver fromJdbcUrl method with caching

This PR introduces a cache (URL_PREFIX_CACHE) to store URL prefixes for all DatabaseDriver enums. By precomputing prefix...

SpringBoot Spring Boot 3.4.1 CRaC checkpoint on refresh-error

Hi,I ran into an issue with Spring Boot 3.4.1 and CRaC if I want to generate the snapshot, spring.datasource.hikari.allo...

SpringBoot Why choose logback?

Curious why you chose logback as the default logging module. Compared to logback, log4j2 has a more complete configurati...

SpringBoot Refactor: Reuse existing variable for logger name in SimpleFormatter

In the format method of SimpleFormatter, I noticed that the source variable and record.getLoggerName() are used intercha...

SpringBoot Refactor: Remove redundant logger name usage in SimpleFormatter

While reviewing the SimpleFormatter implementation, I noticed that the source variable and record.getLoggerName() always...

SpringBoot Refactor: Simplify LogRecord formatting by removing redundant variabl…

In this code, I noticed that source and record.getLoggerName() are expected to return the same value. Based on this obse...

SpringBoot Add SSL bundle support to Apache Kafka auto-configuration

While investigating the Spring Boot Kafka support (for the upcoming release of Spring Boot 3 Recipes) I noticed that the...

SpringBoot Build info timestamp is truncated to seconds

This is a fix for: https://github.com/spring-projects/spring-boot/issues/43581Build info timestamp is truncated to secon...

SpringBoot Define inheritable spring-boot.version property

I sometimes have the use case of having to specify the Spring Boot version in certain places, for example when defining ...

SpringBoot Define inheritable spring-boot.version property

I sometimes have the use case of having to specify the Spring Boot version in certain places, for example when defining ...

SpringBoot Remove MavenBuildOutputTimestampTests.shouldParseIso8601WithSeconds()

This PR removes the MavenBuildOutputTimestampTests.shouldParseIso8601WithSeconds() as it seems to be a duplicate of the ...
上一页 下一页
.