SpringBoot Provide auto-configuration for testcontainer service connections

In order to support testcontainers at development time we need to support auto-configuration of @ServiceConnection annot...

SpringBoot Add SpringApplication.from(...) support

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

Our initial cut of testcontainers service connectors added ContainerConnectionDetailsFactory implementations to spring-b...

SpringBoot Provide support for auto-configuring service connections from Docker Compose

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

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

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

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

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.

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

I created my own autoconfiguration to auto-register services to CXF:@Configuration@ImportResource({ "classpath:META...

SpringBoot Upgrade to Spring Data Bom 2022.0.5

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

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

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

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

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

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

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

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??

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

Currently, only Zipkin (ZipkinSpanExporter) and Wavefront (WavefrontOtelSpanExporter) exporters are supported in auto co...
上一页 下一页
.