Nineya
Home
Blog
软著申请
SpringBoot Add Testcontainers at development time integration test
2025-01-07 23:55:20
981
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
2025-01-07 23:55:17
2333
By default ClientHttpRequestFactories created using RestTemplateBuilder.requestFactory(settings) will have only 3 proper...
SpringBoot Docker Compose support does not work in AOT-processed tests
2025-01-07 23:55:15
1866
This can be reproduced using Petclinic's tests with AOT enabled:tasks.named('test') { useJUnitPlatform() systemPropert...
SpringBoot WebClient Timeouts and SSL Configuration are incompatible
2025-01-07 23:55:12
4803
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
2025-01-07 23:55:09
936
I disabled incompatible integration tests on ARM systems in #35229. They are annotated with org.springframework.boot.tes...
SpringBoot Document known testcontainers lifecycle issues
2025-01-07 23:55:07
859
See https://github.com/spring-projects/spring-boot/issues/35223#issuecomment-1531061583Comment From: scottfrederick@Adri...
SpringBoot Test and document @RestartScope with testcontainers
2025-01-07 23:55:04
913
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 '/'
2025-01-07 23:55:01
2237
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.
2025-01-07 23:54:59
3392
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
2025-01-07 23:54:52
37778
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
2025-01-07 23:54:48
2381
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
2025-01-07 23:54:45
5093
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
2025-01-07 23:54:43
8809
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
2025-01-07 23:54:36
11297
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
2025-01-07 23:54:33
6397
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
2025-01-07 23:54:30
4574
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
2025-01-07 23:54:28
1923
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
2025-01-07 23:54:25
6120
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
2025-01-07 23:54:22
2940
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
2025-01-07 23:54:17
71
Comment From: philwebbOh very nice! I didn't realize you could do that.
上一页
下一页
1
…
1621
1622
1623
1624
1625
…
2246
.