spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.

Results 1031 spring-boot issues
Sort by recently updated
recently updated
newest added

I have prepared two potential solutions for this #33434 enhancement. The first approach offers a simple and intuitive way to use it: ```java @SpringJUnitConfig @TestPropertySource(locations = "classpath:test.yaml", factory = YamlPropertySourceFactory.class)...

status: on-hold
status: waiting-for-triage
for: team-meeting

#33870

type: enhancement
status: on-hold

Heyho, it seems like there is currently no way to specify schema files by their filename. Instead it is only possible to configure directories. From GraphqlProperties.java: ``` private String[] appendSlashIfNecessary(String[]...

type: enhancement

In Spring Boot 3.4.0-M3, `OtlpLoggingConfigurations.otlpHttpLogRecordExporter` is a created if `OtlpLoggingConnectionDetails` is created, the latter is a conditionally created if the property `management.otlp.logging.endpoint` is defined. It looks like the only option...

status: waiting-for-triage

If you think it's a good idea, it might be worth considering adding templates for PRs.

status: waiting-for-triage
for: team-meeting

If you define multiple services of the same type in your Docker Compose yaml, you'll get multiple connection details beans of the same type in the context. Those beans are...

type: enhancement
status: pending-design-work