Skip to content

Commit 90beb92

Browse files
committed
Update to use camel.lra.enabled (#752)
1 parent 5f51344 commit 90beb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components-starter/camel-lra-starter/src/main/java/org/apache/camel/service/lra/springboot/LraServiceAutoConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public GroupConditions() {
5454

5555
@Bean(name = "lra-service")
5656
@ConditionalOnMissingBean(CamelSagaService.class)
57-
@ConditionalOnProperty(value = "camel.service.lra.enabled", havingValue = "true")
57+
@ConditionalOnProperty(value = "camel.lra.enabled", havingValue = "true")
5858
public LRASagaService configureLraSagaService(LraServiceConfiguration configuration) throws Exception {
5959
LRASagaService service = new LRASagaService();
6060

0 commit comments

Comments
 (0)