This repository has been archived by the owner on May 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
[#79] Drawing diagram of all microservices #143
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'd love to see that on production :) +1 |
@@ -63,7 +63,7 @@ configure(srcSubprojects) { | |||
|
|||
dependencyManagement { | |||
dependencies { | |||
dependencySet(group: "com.ofg", version: "0.5.1") { | |||
dependencySet(group: "com.ofg", version: "0.5.2-SNAPSHOT") { | |||
entry "micro-deps-spring-config" | |||
entry "micro-deps-spring-test-config" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will it work also with 0.5.1 or we have to release 0.5.2 before the merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.5.2 is required, see: https://github.com/4finance/micro-deps-spring-config/pull/15
nurkiewicz
force-pushed
the
issues/79
branch
from
December 26, 2014 15:29
5d514d4
to
1affb72
Compare
…y time ServieResolve changes and Spock can't mock here (only in tests)
…low full introspection of all deployed microservices
…pring, should degrade and emulate new format
This can happen for very old versions of micro-infra-spring that do not support /collaborators. Closes #79
…tchAllServices() -> fetchAllDependencies()
nurkiewicz
force-pushed
the
issues/79
branch
from
December 30, 2014 11:01
1affb72
to
9ed8238
Compare
nurkiewicz
added a commit
that referenced
this pull request
Dec 30, 2014
[#79] Drawing diagram of all microservices
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR closes #79. Before it can be merged, https://github.com/4finance/micro-deps-spring-config/pull/15 must be merged and released. For the time being just asking for your coments. Build failure is caused by SNAPSHOT dependencies, this will be fixed once downstream dependencies are released.