Nineya
Home
Blog
软著申请
SpringBoot Remove spring-boot-starter-aop dependency from spring-boot-starter-data-jpa and spring-boot-starter-integration
2025-01-07 23:46:10
1514
Some performance work shows that a simple Spring Data JPA application can have improved startup time if the following ex...
SpringBoot Improve performance of ConfigurationPropertiesBinder by storing bind handlers on first access
2025-01-07 23:46:07
153
ConfigurationPropertiesBinder makes multiple calls to fetch BindHandler beans, but they shouldn't change so we can store...
SpringBoot Improve performance of ConcurrentReferenceCachingMetadataReaderFactory
2025-01-07 23:46:05
143
ConcurrentReferenceCachingMetadataReaderFactory currently caches by resource but we could also cache by class name to sa...
SpringBoot Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors
2025-01-07 23:46:03
1228
As part of the Spring Cloud Config Server we utilize Spring Boot's ConfigDataEnvironmentPostProcessor to populate an Env...
SpringBoot [3.3.5] : From [3.3.2] until [3.3.5] a JpaSystemException is appearing in my Spring Batch project
2025-01-07 23:46:01
1620
Hello,I have a [3.3.1] Spring boot project and i use Spring Batch(I am letting Spring boot handling the versions of my d...
SpringBoot @CheckReturnValue decoration for ApplicationContextAssert::getBean(s) methods
2025-01-07 23:45:37
2005
I suggest to decorate ApplicationContextAssert::getBean(s) methods with a @CheckReturnValue annotation so that incomplet...
SpringBoot Unexpected exception during bean creation for spring boot 3.3.4
2025-01-07 23:45:34
6627
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'entityManagerFactory' d...
SpringBoot NoClassDefFoundError can be thrown from LaunchedClassLoader when threads are interrupted
2025-01-07 23:45:27
14463
I am running SpringBoot 3.2.4 on jdk21.I wrote a startup script that stops the application gracefully and restarts itWhi...
SpringBoot Issue with Layertools in Spring Boot Project
2025-01-07 23:45:24
3187
Hello,I'm experiencing an issue with the layertools feature in my Spring Boot project. Below is the relevant section of ...
SpringBoot Fix deprecation warnings due to tasks calling getProject() at execution time
2025-01-07 23:45:18
1123
Some of our custom tasks (org.springframework.boot.build.autoconfigure.AutoConfigurationMetadata is one) call getProject...
SpringBoot IllegalArgumentException on org.springframework.web.servlet.resource.ResourceHttpRequestHandler v6.2.0-RC3 if resource doesn't end with slash
2025-01-07 23:45:15
1396
During context loading the ResourceHttpRequestHandler class scans all possible paths and if these do not end with "/" an...
SpringBoot Docker compose: add configuration setting for selecting running services to bind
2025-01-07 23:45:08
13406
I have a docker-compose.yml that starts multiple services but I only want to bind to one (or some) of them. It is possib...
SpringBoot build-info doesn't support seconds since the epoch from project.build.outputTimestamp
2025-01-07 23:45:03
9610
I'm trying to enable https://maven.apache.org/guides/mini/guide-reproducible-builds.html for my springboot project.I'm u...
SpringBoot NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null
2025-01-07 23:44:54
10385
This is a follow-up of issue https://github.com/spring-projects/spring-boot/issues/41492.We have now deployed Spring Boo...
SpringBoot X-Registry-Auth header sent to Docker Engine API contains field "authHeader"
2025-01-07 23:44:50
3260
When constructing the header value for X-Registry-Auth when talking to the Docker Engine API, org.springframework.boot.b...
SpringBoot Upgrade to Elasticsearch Client 8.15.3
2025-01-07 23:44:48
554
Supersedes #42649Comment From: christophstroblIt seems the elasticsearch client did some incompatible changes in one of ...
SpringBoot Avoid calling Task.getProject() from a task action at execution time
2025-01-07 23:44:45
380
Fix> Task :spring-boot-project:spring-boot-tools:spring-boot-maven-plugin:formatHelpMojoSourceInvocation of Task.proj...
SpringBoot Add virtual thread option for ThreadPoolTaskExecutorBuilder/ThreadPoolTaskSchedulerBuilder
2025-01-07 23:44:42
334
See https://github.com/spring-projects/spring-framework/issues/33807Comment From: bclozelThis PR enables virtual thread ...
SpringBoot Allow to auto configure ThreadPoolTaskScheduler/ThreadPoolTaskExecutor even if virtual threads enabled
2025-01-07 23:44:40
622
Currently Spring Boot auto configure SimpleAsyncTaskScheduler/SimpleAsyncTaskExecutor if virtual threads enabled, so far...
SpringBoot @ServiceConnection not working when customizing metrics with the HealthEndpoint class
2025-01-07 23:44:37
4267
Issue:When using a PostgreSQL testcontainer and using @ServiceConnection to instantiate the connection, there can exist ...
上一页
下一页
1
…
1629
1630
1631
1632
1633
…
2246
.