You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by GitBox <gi...@apache.org> on 2022/02/25 15:45:50 UTC

[GitHub] [incubator-linkis] casionone opened a new issue #1557: [Feature] Version management of Spring-boot/Spring-cloud

casionone opened a new issue #1557:
URL: https://github.com/apache/incubator-linkis/issues/1557


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement.
   
   
   ### Problem Description
   
   At present, too many version configurations are introduced to control the component dependencies of spring-boot and spring-cloud.
   Such as:
   ```
           <spring.eureka.version>2.2.1.RELEASE</spring.eureka.version>
           <spring.feign.version>2.2.1.RELEASE</spring.feign.version>
           <spring.boot.version>2.3.2.RELEASE</spring.boot.version>
           <spring.cloud.version>2.2.1.RELEASE</spring.cloud.version>
           <spring.version>5.2.15.RELEASE</spring.version>
           <spring.security.cryto.version>5.4.4</spring.security.cryto.version>
   ```
   Use the following way:
   ```
               <dependency>
                   <groupId>org.springframework.boot</groupId>
                   <artifactId>spring-boot-starter-parent</artifactId>
                   <version>${spring.boot.version}</version>
                   <type>pom</type>
                   <scope>import</scope>
               </dependency>
               <dependency>
                   <groupId>org.springframework.cloud</groupId>
                   <artifactId>spring-cloud-dependencies</artifactId>
                   <version>${spring.cloud.version</version>
                   <type>pom</type>
                   <scope>import</scope>
               </dependency>
   ```
   it provides a dependency-management section so that we can omit version tags for dependencies we are using in pom.xml
   
   ### Description
   
   _No response_
   
   ### Use case
   
   _No response_
   
   ### solutions
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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: commits-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone closed issue #1557: [Feature] Version management of Spring-boot/Spring-cloud

Posted by GitBox <gi...@apache.org>.
casionone closed issue #1557:
URL: https://github.com/apache/incubator-linkis/issues/1557


   


-- 
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@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org