You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/11/24 18:20:55 UTC

[GitHub] [cxf] reta commented on a diff in pull request #1036: Update Spring Framework to 6.0.2 and Spring Boot to 3.0.0

reta commented on code in PR #1036:
URL: https://github.com/apache/cxf/pull/1036#discussion_r1031762541


##########
distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/src/main/java/sample/rs/service/SampleRestApplication.java:
##########
@@ -20,11 +20,11 @@
 
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
-import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
+import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
 
 
 @SpringBootApplication
-@EnableEurekaClient

Review Comment:
   `@EnableEurekaClient` is gone



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org