SpringBoot Exclude plexus-utils in favor of the version that's built into Maven

It's a transitive dependency of maven-core and, therefore, shouldn't be a dependency of the plugin itself. Currently it ...

SpringBoot Update plexus-build-api as to not use plexus-utils 1.5.8

While performing builds with the latest version of Spring Boot 3.3.1 I noticed that the build was pulling in an insecure...

SpringBoot Make conversion mechanism plural

Fixing typo for the "mechanism" word and improving readability by adding ".".Comment From: wilkinsonaThanks, @mateussche...

SpringBoot Document server.servlet.encoding.* properties and server.servlet.encoding.mapping in particular

Spring Boot 2.7.31) Spring MVC + Mustache = UTF-8 not working 2) Add CharacterEncodingFilter = UTF-8 works3) Add Spring ...

SpringBoot @Autowired fails in @ConfigurationProperties subclasses

Hello.I'm using Spring Boot 3.3.1 and it seems like that @Autowired is not working on @ConfigurationProperties subclasse...

SpringBoot Add support for official kafka containers

Testcontainer 1.19.8 (managed by Spring Boot 3.3.1) introduced org.testcontainers.kafka.KafkaContainer to support apache...

SpringBoot Error message can be misleading if spring.config.import fails to resolve

See #35683.Given:spring.config.import = exmple:some-pathWe'll get the error:Caused by: java.lang.IllegalStateException: ...

SpringBoot Multi DataSource setup stopped working after upgrading Spring Boot to 3.3.x

DescriptionAfter upgrading Spring Boot from 3.2.7 to 3.3.1 our multi-datasource based on the AbstractRoutingDataSource s...

SpringBoot Deadlock when using Prometheus Exemplars

It seems that the issue https://github.com/spring-projects/spring-boot/issues/33070 is reproduced again.We use[INFO] +- ...

SpringBoot How spring.messages.basename config path file jar outsite, to easy edit message no rebuild source

I check the source Spring autoconfigure org.springframework.boot.autoconfigure.contextMessageSourceAutoConfigurationI lo...

SpringBoot mvn spring-boot:build-image command failing to create docker image of Spring Boot application when Docker Desktop version 4.31.x is installed

Hello Everyone,Issue: When creating a docker image of a Spring Boot application with the command (mvn spring-boot:build-...

SpringBoot WebClient with HttpComponentsClientHttpConnector does not send TLS fatal alerts

Hello! According to the TLS protocol, "Whenever an implementation encounters a condition which is defined as a fatal ale...

SpringBoot Spring actuator /health endpoint is failing

I am using spring boot version 2.6.6 in kubernetes cluster.Pods are randomly getting killed due liveness probe failure. ...

SpringBoot Unable to apply jakartaConverter in spring boot embedded tomcat.

Have configured Spring boot 3 application running on embedded tomcat.Configured tomcat with customized context and webap...

SpringBoot GraphQL observability produces a warning about possible memory leak and failing scope restoring

The contextIn my application (Spring Boot 3.2.6), I'm using the GraphQL, Web and JPA starters.I have created a GraphQL c...

SpringBoot Custom Jackson annotation on Spring boot 3.3 fail

I have a custom annotation to processing JSON:@Target({ElementType.FIELD, ElementType.PARAMETER})@Retention(RetentionPol...

SpringBoot Is the Spring Maven plugin still using CF Memory Calculator?

I see that the documentation points to the CF Memory Calculator. Is it still the case?Doc: https://spring.io/guides/gs/s...

SpringBoot Missing TraceId in Web + WebFlux application since v3.3.1

TraceId is lost in Web + WebFlux Spring Boot v3.3.1 application (sample available at https://github.com/syedyusufh/web-w...

SpringBoot When using Jetty, filters, listeners, and servlets are not initialized with the same thread context classloader

See #37638 for background. https://github.com/wilkinsona/spring-boot/tree/gh-37649 adds a test for all three servlet con...

SpringBoot Delegate getExecutionContextSerializer() to DefaultBatchConfiguration if not provided

Like other delegations in SpringBootBatchConfiguration, it would be better to delegate getExecutionContextSerializer() t...
上一页 下一页
.