Skip to content

Commit c52709a

Browse files
Merge pull request #155 from regulaforensics/new-generator
NEW GENERATOR
2 parents b9b33f6 + 827c0c7 commit c52709a

File tree

298 files changed

+56316
-10296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+56316
-10296
lines changed

client/.openapi-generator-ignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,5 @@ pom.xml
1212
gradle/**
1313
api/**
1414
src/test/**
15-
15+
.github/**
1616
src/main/AndroidManifest.xml
17-
18-
# classes, modified after generation
19-
**/ContainerList.java
20-
**/DocVisualExtendedInfo.java
21-
**/*AllOf.java
22-
**/AuthenticityCheckResult.java

client/.openapi-generator/FILES

Lines changed: 125 additions & 2 deletions
Large diffs are not rendered by default.

client/.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0-beta2
1+
7.12.0

client/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies {
2323
implementation("io.swagger:swagger-annotations:1.5.24")
2424
implementation("javax.annotation:javax.annotation-api:1.3.2")
2525
implementation("com.google.code.findbugs:jsr305:3.0.2")
26+
implementation("org.springframework:spring-beans:5.3.20")
2627
}
2728

2829
tasks.withType<Jar> {

0 commit comments

Comments
 (0)