-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Refactor templating management #6357
Changes from all commits
636c4dd
d67d3d4
66f49b6
6a745de
a1b23d9
f3ccf3c
4c3c28e
bb804a4
ecb985e
f970e7c
8062b77
048cc6e
d5307f3
e267159
edaa592
ccbcf6f
ef4e835
00ebf20
5f6368c
9b046c2
8943146
d256cec
33f89fd
3ea7469
bc86eea
e934bec
062b4d2
8faa776
e3dcb2f
ff91eec
9a982d4
5166440
2033a90
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"generatorName": "java", | ||
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml", | ||
"outputDir": "samples/client/petstore/java/feign", | ||
"templateDir": "modules/openapi-generator/src/main/resources/Java/libraries/feign", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note these removals of While this syntax works if the entirety of the library code is in the named folder, this would cause fallbacks to fail if anyone were to remove something like
|
||
"templateDir": "modules/openapi-generator/src/main/resources/Java", | ||
"additionalProperties": { | ||
"hideGenerationTimestamp": true, | ||
"booleanGetterPrefix": "is", | ||
|
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.
I'd like to leave
--stacktrace
here rather than--info
. It was taking ~2 hours to get the feedback from AppVeyor after commit and I was unable to repro the issue in Windows locally.