Nineya
Home
Blog
软著申请
SpringBoot Moving to the new Elasticsearch 8.x client
2025-01-08 00:35:17
569
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
2025-01-08 00:35:15
393
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
2025-01-08 00:35:10
3160
We have identified possible instances of outdated documentation and suggest the updates, as follows: org.springframewor...
SpringBoot Update copyright year to 2025
2025-01-08 00:35:07
146
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
2025-01-08 00:35:04
3614
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
2025-01-08 00:35:02
6451
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?
2025-01-08 00:34:57
810
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
2025-01-08 00:34:54
2183
Executing ./gradlew build in an empty project (3.4.1 version) produces:> Task :test FAILEDDemoApplicationTests > c...
SpringBoot feat: Optimize DatabaseDriver fromJdbcUrl method with caching
2025-01-08 00:34:49
3606
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
2025-01-08 00:34:47
458
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
2025-01-08 00:34:45
18380
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?
2025-01-08 00:34:42
196
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
2025-01-08 00:34:39
421
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
2025-01-08 00:34:38
732
While reviewing the SimpleFormatter implementation, I noticed that the source variable and record.getLoggerName() always...
SpringBoot Refactor: Simplify LogRecord formatting by removing redundant variabl…
2025-01-08 00:34:36
364
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
2025-01-08 00:34:34
2120
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
2025-01-08 00:34:31
735
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
2025-01-08 00:34:29
2254
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
2025-01-08 00:34:26
2302
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()
2025-01-08 00:34:23
226
This PR removes the MavenBuildOutputTimestampTests.shouldParseIso8601WithSeconds() as it seems to be a duplicate of the ...
上一页
下一页
1
…
1605
1606
1607
1608
1609
…
2246
.