lujiajing1126 commented on PR #704:
URL: https://github.com/apache/skywalking-java/pull/704#issuecomment-2222587322

   > We have many services running in production environment. And the easiest 
way to test is adding a `javax.servlet-api` dependency to 'Spring-6.x-scenario' 
:
   > 
   > ```
   >         <dependency>
   >             <groupId>javax.servlet</groupId>
   >             <artifactId>javax.servlet-api</artifactId>
   >             <version>3.1.0</version>
   >         </dependency>
   > ```
   > 
   > and access in browser with: 
`http://localhost:8080/spring-6.x-scenario/case/resttemplate`
   
   I did not refer to this specific case. I meant if you add dependencies in an 
unrestricted way, it is highly possible that there will be dependency conflicts.
   
   Since the E2E test targets only very "simple" and correct scenarios, users 
may actually face many incompatibilities. And do we have responsibilities to 
solve all those unreasonable use cases?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to