Commit Graph

7 Commits

Author SHA1 Message Date
Stéphane Nicoll 9c969f91be Polish "Remove Spring Pulsar Reactive support"
See gh-47707
2025-10-20 18:15:34 +02:00
onobc 4aaa1dfb5f Remove Spring Pulsar Reactive support
This removes the auto-configuration for Spring Pulsar Reactive.

Consolidates the PulsarConfiguration into the PulsarAutoConfiguration because
there is no longer a need to factor out the common components between Spring
Pulsar and Spring Pulsar Reactive.

See gh-47707

Signed-off-by: onobc <chris.bono@gmail.com>
2025-10-20 18:15:34 +02:00
Eddú Meléndez 7f64615690 Upgrade to Testcontainers 2.0.1
* Update dependencies name
  Modules are prefixed with `testcontainers-`
* Update container classes
  Container classes are under `org.testcontainers.<module-name>` package

See gh-47664

Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
2025-10-17 17:11:24 +02:00
Moritz Halbritter 56b24a8b99 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-pulsar
See gh-47263
2025-10-16 11:24:46 +02:00
Moritz Halbritter a42d8aa579 Add nullability annotations to smoke-test/spring-boot-smoke-test-pulsar
See gh-46587
2025-08-13 11:50:52 +02:00
Phillip Webb 0b0e0193bb Polish smoke test dependencies 2025-07-22 18:33:58 +01:00
Phillip Webb decc32dde3 Restructure project directories to better fit Gradle
Closes gh-46358
2025-07-10 17:54:08 -07:00