java-springcloud: No dependency management if parent overridden#3301
Merged
macjohnny merged 5 commits intoOpenAPITools:masterfrom Aug 5, 2019
MelleD:feature/remove-dependency-for-parent-pom-overwrite
Merged
java-springcloud: No dependency management if parent overridden#3301macjohnny merged 5 commits intoOpenAPITools:masterfrom MelleD:feature/remove-dependency-for-parent-pom-overwrite
macjohnny merged 5 commits intoOpenAPITools:masterfrom
MelleD:feature/remove-dependency-for-parent-pom-overwrite
Conversation
should be no depdendency management #3230
…verwrite # Conflicts: # samples/server/petstore/kotlin-springboot/.openapi-generator/VERSION
Contributor
Author
|
@macjohnny @bbdouglas @sreeshas @jfiala @lukoyanov @cbornet @jeff9finger @karismann @Zomzog @wing328 Is there any objection to merge this? |
Member
|
CircleCI for the Because the samples were not correctly update: diff --git a/samples/client/petstore/spring-cloud-async/pom.xml b/samples/client/petstore/spring-cloud-async/pom.xml
index b14446583f..db09f2e259 100644
--- a/samples/client/petstore/spring-cloud-async/pom.xml
+++ b/samples/client/petstore/spring-cloud-async/pom.xml
@@ -66,5 +66,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.hibernate.validator</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ <version>6.0.16.Final</version>
+ </dependency>
</dependencies>
</project>This might be because of concurrent merges |
Member
|
Pushed as commit fae0738 |
Member
|
@jmini thanks for the updated samples. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
If a separate parent pom is specified, there should be no depdendency management
fixes #3230
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh,./bin/openapi3/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\. If contributing template-only or documentation-only changes which will change sample output, be sure to build the project first.master. Default:master.Description of the PR
If a separate parent pom is specified, there should be no depdendency management, because that can lead to version conflicts