springboot Switch to Testcontainers getHost() where we're currently using getContainerIpAddress()

As recommended by @bsideup, now that we're on Testcontainers 1.14.2, I think we should switch to getHost() where we're c...

springboot Upgrade to Testcontainers 1.14.2

Hi,this PR upgrades Testcontainers to 1.14.2 and uses the new getHost method instead of using getContainerIpAddress.Chee...

springboot Improve failure analysis of NoSuchMethodErrors to show where superclasses were loaded from

When a subclass attempts to call a method on its superclass that is missing, the failure analysis isn't as helpful as it...

springboot @DependsOn on method which produce object of class which extend BeanDefinitionRegistryPostProcessor breaks @ConfigurationProperties on method

Stack Overflow question.I think this is unexpected behavior than @DependsOn chain of ClassExtendsBeanDefinitionRegistryP...

springboot Error configuring management.server.port using 2.3.0.RELEASE

Hi,When I try to configure an application with ssl and I try to configure a management server port no using ssl, the app...

springboot Creating Image using BuildPacks - Spring Boot 2.3.0

Hi I am creating image using Buildpacks with Spring 2.3.0 Release on Windows machine.I am facing a below error in the lo...

springboot Polish duration support javadoc

~~A breaking change if someone was using the Period converters externally, but they should've been package-final from th...

springboot DevelopmentOnly configuration not picking up devtools version info from Gradle Java Platform

Project to reproduce issue at https://github.com/adib-samples/boot-issue-21569.gitI upgraded a project from Spring Boot...

springboot Tomcat does not load keystore from IDE

Hi I got a similiar issue last year.When I try to setup a simple springboot application that uses a ssl keystore Tomcat ...

springboot productionRuntimeClasspath fails to resolve multiplatform dependency variants

productionRuntimeClasspath resolution fails for Kotlin-multiplatform project dependencies.Note: ./gradlew jar works, and...

springboot Connection and read timeouts are no longer mapped for NewRelic

If you use the HTTP client to export metrics to New Relic, the read and connection timeouts are no longer mapped.See als...

springboot Map NewRelicProperties Connect and Read Timeouts To NewRelicConfig

Add connect/readTimout property mapping so overridden values are propagated.See related PR conversation: https://github...

springboot Saml2RelyingPartyAutoConfiguration should configure how AuthnRequests are sent

Spring Security 5.3 allows an application to configure how to send AuthnRequests via RelyingPartyRegistration.ProviderDe...

springboot Springboot-2.2.6.Release configure ssl to support http/2 error

springboot version: 2.2.6.Releaseembeded tomcat version: 9.0.33,configure as 9.0.26jdk version: 1.8.0_181application.pro...

springboot ValidationBindHandler with @ConfigurationProperties

I am using @ConfigurationProperties to load properties. I have added @Validated to enable validations. Currently port is...

springboot when Dispatcher is ERROR,can't use other thread to write data to client

when Dispatcher is ERROR,can't use other thread to write data to client public class Error404Filter implements Filter { ...

springboot A way to support configuration interface bindable automatically

Suppose we have following configuration interface:public interface Configuration { String getName(); void setName(Stri...

springboot Docker API call to 'base-platform-api-0.3' failed with status code 500 "com.sun.jna.LastErrorException: [2] No such file or directory"

I am using gradle:jre14 to build Docker Image using bootBuildImage:docker run --rm -u gradle -v `pwd`:/home/gradle/proje...

springboot Missed parameter "connectionAutoCommit" in JdbcCursorItemReaderBuilder

AbstractCursorItemReader has parameter "connectionAutoCommit" that is not configurable with JdbcCursorItemReaderBuilder...
上一页 下一页
.