SpringBoot Improve container test code

Issue #41146 has identified that our current container test classes could be improved. Specifically:DockerImageNames sho...

SpringBoot Consider providing recommendation for override/replace beans usecase

Since spring-boot 2.1, bean overriding is disabled by default.I think this is very reasonable and protects from unknowns...

SpringBoot Make @MockBean respect @Qualifier when replacing beans in application context

In our application, we have several JmsTemplate beans. The @MockBean is intended to replace or create a bean in the appl...

SpringBoot Add standardized property to distinguish a group of applications

A property (e.g.: spring.application.namespace) that distinguishes group of applications (e.g.: the company/org/team tha...

SpringBoot jdk http client wire logging improvements

So this has been a pain to figure out. I need to go add an SO answer I think. looks like the minimum is:in gradle or mav...

SpringBoot Implement strategy to redirect older documentation links to the new site

Any existing links to https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#<fragment> or https://...

SpringBoot Add actuator support for RSocket

Since #16021, Spring Boot supports RSocket as a type of server applications (meaning there's a single RSocket server ava...

SpringBoot Not Receiving WebSocket Notifications in Spring Boot Application

Hello everyone, I am currently working on a Spring Boot application that uses WebSockets for real-time communication. I...

SpringBoot Git instant properties cannot be coerced following git-commit-id Maven plugin upgrade

In 3.2.6, it works fine.Repository: https://github.com/zdu-strong/Temp-Test-Spring-Boot-Good-Work.gitRequired environm...

SpringBoot Default ClientHttpRequestFactory provided by ClientHttpRequestFactories does not support HTTP Patch

As the title says, the org.springframework.boot.web.client.ClientHttpRequestFactories::get(ClientHttpRequestFactorySetti...

SpringBoot Provide a way to link to versioned javadoc without redirecting to current

Spring Boot Javadoc is now provided under https://docs.spring.io/spring-boot/<version>/api/java. The version numbe...

SpringBoot Extract fails due to a duplicate entry when BOOT-INF/classes contains a directory that's also present in the root of the jar

Building an app with AOT enabled and then using extract leads to the following:Exception in thread "main" java...

SpringBoot MeterRegistry not always processed by MeterRegistryPostProcessor

To support production of metrics in OTLP format by our microservices, we are considering using the following libraries:-...

SpringBoot Support registry mirrors when building images

See https://github.com/buildpacks/pack/issues/821 and https://github.com/buildpacks/pack/pull/1210 for background. Add t...

SpringBoot JPA Pagination Issue - Getting incorrect total number of records in spring boot.

Hello Team,We are using JPA pagination issue in our application. Issue: Returning different count of total number of rec...

SpringBoot Fix links to Spring AMQP's javadoc

Following links from AMQP section of Spring Boot Reference lead to 404 error page:- https://docs.spring.io/spring-amqp/d...

SpringBoot Spring's EntityManagerFactoryInfo seems to conflict with EntityManagerFactory interface [interface org.hibernate.SessionFactory]

Issue with Spring Data JPA and Hibernate when upgrading to Spring Boot 3.2.2.Startup Fails - EntityManagerFactory interf...

SpringBoot Bump gradle/actions from 3.4.1 to 3.4.2

Bumps gradle/actions from 3.4.1 to 3.4.2.Release notesSourced from gradle/actions's releases.v3.4.2This patch release fi...

SpringBoot @ConditionalOnClass not work as expected when added in AllNestedConditions

Brief description@ConditionalOnClass not work as expected when added in AllNestedConditions.Reproduce sampleLink to repr...

SpringBoot Migrating from SpringBoot 2.7.1 to 3.2.3 but Lombok @SuperBuilder is not working getting error: cannot find symbol

Hi Team,I am migrating from SpringBoot 2.7.1 to 3.2.3 but Lombok @SuperBuilder is not working getting below error.cannot...
上一页 下一页
.