Re: [PR] Bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-27 Thread via GitHub


walklown commented on code in PR #1110:
URL: https://github.com/apache/dubbo-samples/pull/1110#discussion_r1540516941


##
1-basic/dubbo-samples-spring-boot-idl/pom.xml:
##
@@ -53,6 +53,13 @@
 
 
 
+
+org.apache
+apache
+31
+pom
+import
+

Review Comment:
   I think I've said it more clearly, and I have no idea why I didn't get a 
follow-up reply. Then I decided to give up this 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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-27 Thread via GitHub


walklown closed pull request #1110: Bump apache parent to 31, jdk to 17 and 
springboot to 3.2.3
URL: https://github.com/apache/dubbo-samples/pull/1110


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-24 Thread via GitHub


walklown commented on code in PR #1110:
URL: https://github.com/apache/dubbo-samples/pull/1110#discussion_r1537001318


##
1-basic/dubbo-samples-spring-boot-idl/pom.xml:
##
@@ -53,6 +53,13 @@
 
 
 
+
+org.apache
+apache
+31
+pom
+import
+

Review Comment:
   Means 'apache -> dubbo-samples-spring-boot-idl -> 
dubbo-samples-spring-boot-idl-provider/consumer', not 'root -> 1-basic -> 
dubbo-samples-spring-boot-idl -> 
dubbo-samples-spring-boot-idl-provider/consumer'. 
   
   'modules' tag only works for 'The Reactor' of maven.
   https://maven.apache.org/guides/mini/guide-multiple-modules.html



-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-24 Thread via GitHub


walklown commented on code in PR #1110:
URL: https://github.com/apache/dubbo-samples/pull/1110#discussion_r1536997259


##
1-basic/dubbo-samples-spring-boot-idl/pom.xml:
##
@@ -53,6 +53,13 @@
 
 
 
+
+org.apache
+apache
+31
+pom
+import
+

Review Comment:
   1、The 'root pom.xml' and the '1-basic/pom.xml' does not set this parent. 
Maybe in diffrent branch ?
   
   2、The project structure of the current project is split. For example, 'root 
pom.xml' sets '1-basic/pom.xml' as module, but '1-basic/pom.xml' does not set 
'root pom.xml' as parent. Therefore, the component versions in 
'1-basic/pom.xml' and subordinate pom.xml are not controlled by 'root pom.xml'.
   
   And the parent of 
'dubbo-samples-spring-boot-idl/dubbo-samples-spring-boot-idl-provider/pom.xml' 
is set to 'dubbo-samples-spring-boot-idl/pom.xml', so dubbo 
-samples-spring-boot-idl The component versions of this subproject are 
controlled by 'dubbo-samples-spring-boot-idl/pom.xml'.



-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-24 Thread via GitHub


chickenlj commented on code in PR #1110:
URL: https://github.com/apache/dubbo-samples/pull/1110#discussion_r1536772943


##
1-basic/dubbo-samples-spring-boot-idl/pom.xml:
##
@@ -53,6 +53,13 @@
 
 
 
+
+org.apache
+apache
+31
+pom
+import
+

Review Comment:
   I don't understand why we need to add this dependency when the following has 
already been set as the parent of the demo project:
   
   ```xml
   
   org.apache
   apache
   31
   
   
   ```



-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-22 Thread via GitHub


walklown commented on code in PR #1110:
URL: https://github.com/apache/dubbo-samples/pull/1110#discussion_r1535259906


##
1-basic/dubbo-samples-spring-boot-idl/pom.xml:
##
@@ -53,6 +53,13 @@
 
 
 
+
+org.apache
+apache
+31
+pom
+import
+

Review Comment:
   Some original poms use this parent pom to determine the version of plugins, 
while others specify the version directly. The dubbo project itself is 
specified through the parent pom, so this method is currently used.
   Actually I don't mind which one to use, but it is recommended to unify



-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-22 Thread via GitHub


walklown commented on code in PR #1110:
URL: https://github.com/apache/dubbo-samples/pull/1110#discussion_r1535252138


##
1-basic/dubbo-samples-spring-boot-idl/pom.xml:
##
@@ -53,6 +53,13 @@
 
 
 
+
+org.apache
+apache
+31
+pom
+import
+

Review Comment:
   This determines the version of the ‘org.apache.maven.plugins’ plugin. I 
understand that the versions of these plugins should be unified. Or do you 
suggest that the versions of the plug-ins should be defined in the pom?



-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-22 Thread via GitHub


chickenlj commented on code in PR #1110:
URL: https://github.com/apache/dubbo-samples/pull/1110#discussion_r1535240050


##
1-basic/dubbo-samples-spring-boot-idl/pom.xml:
##
@@ -53,6 +53,13 @@
 
 
 
+
+org.apache
+apache
+31
+pom
+import
+

Review Comment:
   no need to add this dependency here?



-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-22 Thread via GitHub


walklown closed pull request #1096: bump apache parent to 31, jdk to 17 and 
springboot to 3.2.3
URL: https://github.com/apache/dubbo-samples/pull/1096


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-22 Thread via GitHub


walklown commented on PR #1096:
URL: https://github.com/apache/dubbo-samples/pull/1096#issuecomment-2014526037

   > 117 file changes included, there must have some thing wrong withi this 
pull request, please submit a new one.
   
   OK


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-22 Thread via GitHub


chickenlj commented on PR #1096:
URL: https://github.com/apache/dubbo-samples/pull/1096#issuecomment-2014516132

   117 file changes included, there must have some thing wrong withi this pull 
request, please submit a new one.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] bump apache parent to 31, jdk to 17 and springboot to 3.2.3 [dubbo-samples]

2024-03-21 Thread via GitHub


walklown commented on PR #1096:
URL: https://github.com/apache/dubbo-samples/pull/1096#issuecomment-2011739395

   Thanks for @chickenlj 's help ! All test cases have passed, and I have 
rolled back the conflicting changes.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org