Commit a18bdda
[quarkus2] Added support for custom templates (#445)
* Added support for custom templates (#439)
* Added support for custom templates
Signed-off-by: Helber Belmiro <[email protected]>
* Update README.md
Co-authored-by: Ricardo Zanini <[email protected]>
---------
Signed-off-by: Helber Belmiro <[email protected]>
Co-authored-by: Ricardo Zanini <[email protected]>
* Replaced jakarta with javax
Fixed version
---------
Signed-off-by: Helber Belmiro <[email protected]>
Co-authored-by: Helber Belmiro <[email protected]>
Co-authored-by: Ricardo Zanini <[email protected]>1 parent 83c89d4 commit a18bdda
File tree
30 files changed
+683
-4
lines changed- deployment/src/main
- java/io/quarkiverse/openapi/generator/deployment
- codegen
- wrapper
- resources/templates/libraries/microprofile
- auth
- integration-tests
- custom-templates
- src
- main
- openapi
- resources
- templates
- test/java/io/quarkiverse/openapi/generator/it
30 files changed
+683
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
733 | 745 | | |
734 | 746 | | |
735 | 747 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
118 | | - | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
152 | | - | |
153 | | - | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| 165 | + | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
178 | 182 | | |
179 | 183 | | |
180 | 184 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments