You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for updating submodules on cloud config server repo refresh
- if cloneSubmodules is enabled, when repo is being refreshed, also
properly fetch submodule updates
- move cloneSubmodules boolean outside of JGitFactory because this
property can be changed during runtime and there is no reason for this
boolean to be copied inside
Closesspring-cloud#1924
Signed-off-by: Tomas Slusny <[email protected]>
Copy file name to clipboardExpand all lines: spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/JGitEnvironmentRepository.java
+19-13Lines changed: 19 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ public class JGitEnvironmentRepository extends AbstractScmEnvironmentRepository
0 commit comments