SpringBoot Unhandled exception 'java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached

HEllo,After migration an application from 2.6.6 to 2.7.11, and while performing a load test, a nasty error raised , that...

SpringBoot Support for autoconfiguration of custom Mustache Formatter

Spring Boot currently autoconfigures the Mustache.Compiler like:@Bean@ConditionalOnMissingBeanpublic Mustache.Compiler m...

SpringBoot MockitoPostProcessor doesn't check FactoryBean.OBJECT_TYPE_ATTRIBUTE correctly

This PR relates to the issue #33746. I added conditionals that verify if FactoryBean.OBJECT_TYPE_ATTRIBUTE is an instanc...

SpringBoot MockitoPostProcessor doesn't check FactoryBean.OBJECT_TYPE_ATTRIBUTE correctly

MockitoPostProcessor.getExistingBeans checks the FactoryBean.OBJECT_TYPE_ATTRIBUTE on bean definitions but it only does ...

SpringBoot Support Jetty in ClientHttpRequestFactories

This commit introduces support for the JettyClientHttpRequestFactory in ClientHttpRequestFactories.Comment From: poutsma...

SpringBoot Create a default ZonedDateTime Provider for AuditorAware

Hello Using ZonedDateTime like: @Column(name = "updated_at") @LastModifiedDate private LocalDateTime...

SpringBoot Use kebab-case for property default values in metadata

This PR changes to use kebab-case for property default values in metadata for consistency.Comment From: philwebbThanks @...

SpringBoot Improve Kubernetes liveness and readiness probes customization documentation

Hi,when I was looking into docs how to customize k8s liveness and readiness probes, I was not able to find it explicitly...

SpringBoot Document auto-configuration of underlying HTTP client when using WebClient or RestTemplate

Hello,I am using Spring Boot 2.7. If org.apache.httpcomponents:httpclient is on the class path, Spring Boot uses it auto...

SpringBoot ImportsContextCustomizer does not support AliasFor

Fixes https://github.com/spring-projects/spring-boot/issues/34854Use MergedAnnotations in order to support @AliasFor.I u...

SpringBoot Switch ImportsContextCustomizer to use MergedAnnotations.search

PR #34917 improved ImportsContextCustomizer by switching to use MergedAnnotations.search but we couldn't merge it into 2...

SpringBoot Upgrade to gradle/gradle-build-action 2.5.1

Bumps gradle/gradle-build-action from 2.4.2 to 2.5.1.Release notesSourced from gradle/gradle-build-action's releases.v2....

SpringBoot [Native] Unhandled proxy class - Native SQL query in JpaRepository repository

Custom SQL query defined using org.springframework.data.jpa.repository.Query is currently not supported in GraalVM nativ...

SpringBoot Supports modularizing job configuration like @EnableBatchProcessing(modular=true)

Comment From: wilkinsonaThanks for the suggestion, @quaff.Generally speaking, I don't like the additional complexity of ...

SpringBoot Regression in SB 3.1.1 due to Logback 1.4.8 behavior change

This test is failing with Spring Boot 3.1.1. It works OK with Spring Boot 3.1.0.@SpringBootTestclass LogbackBehaviorChan...

SpringBoot Fix metadata for logging.include-application-name

This PR fixes metadata for the logging.include-application-name property.Comment From: philwebbI don't know how I manage...

SpringBoot Saml2RelyingPartyRegistrationConfiguration can choose the wrong RelyingPartyRegistration.Builder when using a metadata file with multiple providers

Saml2RelyingPartyRegistrationConfiguration chooses the wrong RelyingPartyRegistration.Builder when using a metadata file...

SpringBoot ConfigurationPropertiesReportEndpoint does not display primitive wrapper types

ConfigurationPropertiesReportEndpoint does not correctly display primitive wrapper types. For example, Integer values ar...

SpringBoot Dependency Issue on spring-boot-starter-parent: NoClassDefFoundError for ThreadLocalAccessor

Dependency Issue: NoClassDefFoundError for ThreadLocalAccessorTry to build a new application with version: <gr...
上一页 下一页
.