Nineya
Home
Blog
软著申请
SpringBoot Provide auto-configuration for testcontainer service connections
2025-01-07 07:38:14
142
In order to support testcontainers at development time we need to support auto-configuration of @ServiceConnection annot...
SpringBoot Add SpringApplication.from(...) support
2025-01-07 07:38:12
204
The work on testcontainers has identified the need to launch Spring applications from a different classpath. We already ...
SpringBoot Create dedicated spring-boot-testcontainers module
2025-01-07 07:38:10
603
Our initial cut of testcontainers service connectors added ContainerConnectionDetailsFactory implementations to spring-b...
SpringBoot Provide support for auto-configuring service connections from Docker Compose
2025-01-07 07:38:08
1741
Building on the support for service connections that landed in 3.1.0-M2, add support for using Docker Compose as a sourc...
SpringBoot Investigate local development with devtools and testcontainers
2025-01-07 07:38:05
2382
See https://bsideup.github.io/posts/local_development_with_testcontainers/. We might be able to automate some of this if...
SpringBoot Ensure docker-compose is available on CI
2025-01-07 07:38:03
190
Test for #34747 will require docker compose on our CI. We support docker in docker, but I'm not sure that we have the do...
SpringBoot Create dedicated spring-boot-testcontainers module
2025-01-07 07:38:00
220
With #29461 it's likely that out testcontainers support classes might be useful outside of tests. We should extract the ...
SpringBoot Docker-compose working directory is null
2025-01-07 07:37:58
555
I think this is a simple typo in DockerComposeFile: File base = (workingDirectory != null) ? workingDirectory : n...
SpringBoot Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS.
2025-01-07 07:37:55
31275
Is there a solution to this problem?2022-02-25 17:22:43.931 ERROR 40390 --- [ main] i.n.r.d.DnsServerAddressSt...
SpringBoot @SpringBootApplication.exclude not working properly
2025-01-07 07:37:52
3126
I created my own autoconfiguration to auto-register services to CXF:@Configuration@ImportResource({ "classpath:META...
SpringBoot Upgrade to Spring Data Bom 2022.0.5
2025-01-07 07:37:50
670
Comment From: mp911deProject Dependencies Spring Data 2022.0.5Cassandra Driver (com.datastax.oss:java-driver-bom): 4.15....
SpringBoot Upgrade to Spring Data Bom 2021.2.11
2025-01-07 07:37:47
741
Comment From: mp911deProject Dependencies Spring Data 2021.2.11Cassandra Driver (com.datastax.oss:java-driver-bom): 4.14...
SpringBoot Upgrade to Spring Data Bom 2023.0.0-RC1
2025-01-07 07:37:45
1347
Comment From: mp911deProject Dependencies Spring Data 2023.0.0-RC1Cassandra Driver (com.datastax.oss:java-driver-bom): 4...
SpringBoot Update tutorial, since run command from Spring v3.0 was removed
2025-01-07 07:37:38
676
Spring version: v3.0.5Since Spring Boot 3.0 the run command was removed (see https://github.com/spring-projects/spring-b...
SpringBoot Migrate to Spring Security lambda config
2025-01-07 07:37:35
120
https://github.com/spring-projects/spring-security/issues/12629 means we now need to completely migrate to lambda config
SpringBoot spring boot 3 native image is not able to read file that is present on classpath and throws FileNotFoundException
2025-01-07 07:37:29
1543
I have a spring boot 3 project ,when it is run locally it is able to read file which is present on classpath. However, w...
SpringBoot Spring Boot Actuator breaks Spring Security strict firewall behaviour
2025-01-07 07:37:21
1277
Hi everybody,we recently observed an issue with our Spring Boot application using Spring Security and Spring Actuator. W...
SpringBoot Spring WebFlux Observability /actuator endpoints reusing traceId from last observation
2025-01-07 07:37:18
1220
Issue:When I make a call to one of my endpoints the last traceId is being polluted by /actuator calls. I have added a pr...
SpringBoot Autowire JavaMailSender with spring-boot-starter-mail is not working at springboot 3.0.2??
2025-01-07 07:37:14
5208
I encountered a problem while referring to Baeldung's posting.The only difference from baeldung's posting is that I used...
SpringBoot Add auto-configuration for OTLP span exporter
2025-01-07 07:37:11
1520
Currently, only Zipkin (ZipkinSpanExporter) and Wavefront (WavefrontOtelSpanExporter) exporters are supported in auto co...
上一页
下一页
1
…
1830
1831
1832
1833
1834
…
2246
.