SpringBoot Add Testcontainers at development time integration test

Ideally we should have a test that catches issues like #37989Comment From: Wzy19930507Hi, @philwebb may i join this task...

SpringBoot RestTemplateBuilder custom request factory, cannot pass client and keep default sslbundle configuration

By default ClientHttpRequestFactories created using RestTemplateBuilder.requestFactory(settings) will have only 3 proper...

SpringBoot Docker Compose support does not work in AOT-processed tests

This can be reproduced using Petclinic's tests with AOT enabled:tasks.named('test') { useJUnitPlatform() systemPropert...

SpringBoot WebClient Timeouts and SSL Configuration are incompatible

I followed the Spring Boot and Spring Framework documentations to configure a WebClient with Spring Boot 3.1.1.I have* c...

SpringBoot Re-enable integration tests on ARM machines

I disabled incompatible integration tests on ARM systems in #35229. They are annotated with org.springframework.boot.tes...

SpringBoot Document known testcontainers lifecycle issues

See https://github.com/spring-projects/spring-boot/issues/35223#issuecomment-1531061583Comment From: scottfrederick@Adri...

SpringBoot Test and document @RestartScope with testcontainers

Our testcontainers support should work with @RestartScope. It would be good to document this and have tests.Comment From...

SpringBoot EndpointRequest.toLinks() does not match when management.endpoints.web.base-path is '/'

I am using a different management port with management.server.base-path: '/management' and management.endpoints.web.base...

SpringBoot Slf4JBridgeHandler.uninstall called too early in context close, swallowing JUL log output.

BehaviorJUL logging output in @PreDestroy methods is swallowed, not logged.Expected behaviorJUL logging output in @PreDe...

SpringBoot Spring Boot 3 Native Fails to Start with Kotlin @JvmStatic Main Method

Bug Report for Spring Boot 3 Native (GraalVM 22.3)Having a simple Spring Boot application (generated on start.spring.io)...

SpringBoot Use permitAll for CloudFoundry endpoints

Spring Security 5.8/6 supports delaying the lookup of the SecurityContext until an authorization rule requires it. As su...

SpringBoot Image building does not validate that image registry host matches publish registry URL

hello,Envronment:System: Windows 10 Home x64 21H2JDK: 11.0.13Spring Boot: 2.6.2Docker Desktop 4.3.2 (WSL 2 based)We buil...

SpringBoot Dev tools causes misconfigured command-line application to exit with 0

I have a really simple spring application that's misconfigured:@SpringBootApplication()public class SimpleApplication im...

SpringBoot Unexpected behavior with DevTools when 'main' throws an exception

If your main method throws an exception, e.g.@SpringBootApplicationpublic class DemoApplication { public static void ...

SpringBoot Hard-coded uses of src/main/webapp preclude any other project layouts from working

I'll outline a description of the precise problem here, but if you're looking for a deep-dive on exactly how I arrived h...

SpringBoot Add execution information in Quartz job detail

Reviewing #43086 and brainstorming with @wilkinsona we believe that the detail of a job should specify whether it's runn...

SpringBoot Add platform option for image building

See https://github.com/buildpacks/pack/issues/2154 for the equivalent pack option. The value of a platform option should...

SpringBoot Tighten rules around profile naming

If you set spring.profiles.active to a value that contains a * the app will fail to start. Steps to reproduceSpring Boot...

SpringBoot Upgrade to cross-spawn 7.0.6

Bumps cross-spawn from 7.0.3 to 7.0.6.ChangelogSourced from cross-spawn's changelog.7.0.6 (2024-11-18)Bug Fixesupdate cr...

SpringBoot Prohibit unnecessary value on @EnumSource

Comment From: philwebbOh very nice! I didn't realize you could do that.
上一页 下一页
.