玖涯软件开发
Home
Blog
springboot Switch to Testcontainers getHost() where we're currently using getContainerIpAddress()
2025-01-06 16:56:45
225
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
2025-01-06 16:56:38
1027
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
2025-01-06 16:56:30
1591
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
2025-01-06 16:56:24
1955
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
2025-01-06 16:56:17
11068
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
2025-01-06 16:56:11
7041
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
2025-01-06 16:55:48
745
~~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
2025-01-06 16:55:42
27369
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
2025-01-06 16:55:35
39320
Hi I got a similiar issue last year.When I try to setup a simple springboot application that uses a ssl keystore Tomcat ...
springboot Reintroduce RestClientBuilderCustomizer in deprecated form
2025-01-06 16:55:28
10
See #21567
springboot productionRuntimeClasspath fails to resolve multiplatform dependency variants
2025-01-06 16:55:21
9200
productionRuntimeClasspath resolution fails for Kotlin-multiplatform project dependencies.Note: ./gradlew jar works, and...
springboot Connection and read timeouts are no longer mapped for NewRelic
2025-01-06 16:55:14
305
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
2025-01-06 16:55:08
4116
Add connect/readTimout property mapping so overridden values are propagated.See related PR conversation: https://github...
springboot Saml2RelyingPartyAutoConfiguration should configure how AuthnRequests are sent
2025-01-06 16:55:01
2754
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
2025-01-06 16:54:54
2809
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
2025-01-06 16:54:48
3589
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
2025-01-06 16:54:41
3405
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
2025-01-06 16:54:34
1260
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"
2025-01-06 16:54:28
38032
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
2025-01-06 16:54:21
175
AbstractCursorItemReader has parameter "connectionAutoCommit" that is not configurable with JdbcCursorItemReaderBuilder...
上一页
下一页
1
…
2167
2168
2169
2170
2171
…
2246
.