File tree Expand file tree Collapse file tree 11 files changed +15
-15
lines changed
integration-tests/src/intTest/java/org/springframework/pulsar/inttest
spring-pulsar-sample-apps
sample-failover-custom-router
sample-imperative-produce-consume
spring-pulsar/src/test/java/org/springframework/pulsar Expand file tree Collapse file tree 11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1818
1919import org .junit .jupiter .api .Nested ;
2020import org .junit .jupiter .api .extension .ExtendWith ;
21- import org .testcontainers .containers .PulsarContainer ;
2221import org .testcontainers .junit .jupiter .Container ;
2322import org .testcontainers .junit .jupiter .Testcontainers ;
23+ import org .testcontainers .pulsar .PulsarContainer ;
2424
2525import org .springframework .boot .test .system .OutputCaptureExtension ;
2626import org .springframework .boot .testcontainers .service .connection .ServiceConnection ;
Original file line number Diff line number Diff line change 2727import org .junit .jupiter .api .Nested ;
2828import org .junit .jupiter .api .Test ;
2929import org .junit .jupiter .api .extension .ExtendWith ;
30- import org .testcontainers .containers .PulsarContainer ;
3130import org .testcontainers .junit .jupiter .Container ;
3231import org .testcontainers .junit .jupiter .Testcontainers ;
32+ import org .testcontainers .pulsar .PulsarContainer ;
3333
3434import org .springframework .beans .factory .annotation .Autowired ;
3535import org .springframework .boot .test .context .SpringBootTest ;
Original file line number Diff line number Diff line change 4646import org .junit .jupiter .api .extension .TestWatcher ;
4747import org .testcontainers .containers .BindMode ;
4848import org .testcontainers .containers .Network ;
49- import org .testcontainers .containers .PulsarContainer ;
5049import org .testcontainers .containers .RabbitMQContainer ;
5150import org .testcontainers .junit .jupiter .Testcontainers ;
51+ import org .testcontainers .pulsar .PulsarContainer ;
5252
5353import org .springframework .amqp .rabbit .core .RabbitTemplate ;
5454import org .springframework .boot .SpringApplication ;
Original file line number Diff line number Diff line change 2323import org .junit .jupiter .api .Nested ;
2424import org .junit .jupiter .api .Test ;
2525import org .junit .jupiter .api .extension .ExtendWith ;
26- import org .testcontainers .containers .PulsarContainer ;
2726import org .testcontainers .junit .jupiter .Container ;
2827import org .testcontainers .junit .jupiter .Testcontainers ;
28+ import org .testcontainers .pulsar .PulsarContainer ;
2929
3030import org .springframework .beans .factory .annotation .Autowired ;
3131import org .springframework .boot .SpringBootConfiguration ;
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ dependencies {
3030 testRuntimeOnly ' ch.qos.logback:logback-classic'
3131 testImplementation " org.springframework.boot:spring-boot-starter-test"
3232 testImplementation " org.springframework.boot:spring-boot-testcontainers"
33- testImplementation ' org.testcontainers:junit-jupiter'
34- testImplementation ' org.testcontainers:pulsar'
33+ testImplementation ' org.testcontainers:testcontainers- junit-jupiter'
34+ testImplementation ' org.testcontainers:testcontainers- pulsar'
3535}
3636
3737test {
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ dependencies {
2626 testRuntimeOnly ' ch.qos.logback:logback-classic'
2727 testImplementation " org.springframework.boot:spring-boot-starter-test"
2828 testImplementation " org.springframework.boot:spring-boot-testcontainers"
29- testImplementation ' org.testcontainers:junit-jupiter'
30- testImplementation ' org.testcontainers:pulsar'
29+ testImplementation ' org.testcontainers:testcontainers- junit-jupiter'
30+ testImplementation ' org.testcontainers:testcontainers- pulsar'
3131}
3232
3333test {
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ dependencies {
2828 testRuntimeOnly ' ch.qos.logback:logback-classic'
2929 testImplementation " org.springframework.boot:spring-boot-starter-test"
3030 testImplementation " org.springframework.boot:spring-boot-testcontainers"
31- testImplementation ' org.testcontainers:junit-jupiter'
32- testImplementation ' org.testcontainers:pulsar'
31+ testImplementation ' org.testcontainers:testcontainers- junit-jupiter'
32+ testImplementation ' org.testcontainers:testcontainers- pulsar'
3333
3434}
3535
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ dependencies {
2626 testRuntimeOnly ' ch.qos.logback:logback-classic'
2727 testImplementation " org.springframework.boot:spring-boot-starter-test"
2828 testImplementation " org.springframework.boot:spring-boot-testcontainers"
29- testImplementation ' org.testcontainers:junit-jupiter'
30- testImplementation ' org.testcontainers:pulsar'
29+ testImplementation ' org.testcontainers:testcontainers- junit-jupiter'
30+ testImplementation ' org.testcontainers:testcontainers- pulsar'
3131}
3232
3333test {
Original file line number Diff line number Diff line change 4040import org .junit .jupiter .api .Test ;
4141import org .junit .jupiter .params .ParameterizedTest ;
4242import org .junit .jupiter .params .provider .ValueSource ;
43- import org .testcontainers .containers .PulsarContainer ;
4443import org .testcontainers .junit .jupiter .Testcontainers ;
44+ import org .testcontainers .pulsar .PulsarContainer ;
4545
4646import org .springframework .pulsar .PulsarException ;
4747import org .springframework .pulsar .test .support .PulsarConsumerTestUtil ;
Original file line number Diff line number Diff line change 4646import org .junit .jupiter .api .BeforeEach ;
4747import org .junit .jupiter .api .Disabled ;
4848import org .junit .jupiter .api .Test ;
49- import org .testcontainers .containers .PulsarContainer ;
5049import org .testcontainers .junit .jupiter .Testcontainers ;
50+ import org .testcontainers .pulsar .PulsarContainer ;
5151
5252import org .springframework .pulsar .core .ConsumerBuilderCustomizer ;
5353import org .springframework .pulsar .core .DefaultPulsarConsumerFactory ;
You can’t perform that action at this time.
0 commit comments