Align profile names with new restrictions
See gh-43176
This commit is contained in:
parent
b75006b88e
commit
eef61c2ac9
@ -69,7 +69,7 @@ class SamplePulsarApplicationTests {
|
||||
|
||||
@Nested
|
||||
@SpringBootTest
|
||||
@ActiveProfiles("smoketest.pulsar.imperative")
|
||||
@ActiveProfiles("smoketest-pulsar-imperative")
|
||||
class ImperativePulsarApplication extends PulsarApplication {
|
||||
|
||||
ImperativePulsarApplication() {
|
||||
@ -80,7 +80,7 @@ class SamplePulsarApplicationTests {
|
||||
|
||||
@Nested
|
||||
@SpringBootTest
|
||||
@ActiveProfiles("smoketest.pulsar.reactive")
|
||||
@ActiveProfiles("smoketest-pulsar-reactive")
|
||||
class ReactivePulsarApplication extends PulsarApplication {
|
||||
|
||||
ReactivePulsarApplication() {
|
||||
|
@ -29,7 +29,7 @@ import org.springframework.pulsar.core.PulsarTopic;
|
||||
import org.springframework.pulsar.core.PulsarTopicBuilder;
|
||||
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@Profile("smoketest.pulsar.imperative")
|
||||
@Profile("smoketest-pulsar-imperative")
|
||||
class ImperativeAppConfig {
|
||||
|
||||
private static final Log logger = LogFactory.getLog(ImperativeAppConfig.class);
|
||||
|
@ -32,7 +32,7 @@ import org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListe
|
||||
import org.springframework.pulsar.reactive.core.ReactivePulsarTemplate;
|
||||
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@Profile("smoketest.pulsar.reactive")
|
||||
@Profile("smoketest-pulsar-reactive")
|
||||
class ReactiveAppConfig {
|
||||
|
||||
private static final Log logger = LogFactory.getLog(ReactiveAppConfig.class);
|
||||
|
Loading…
x
Reference in New Issue
Block a user