Skip to content

Commit f84bbc1

Browse files
author
regula-bot
committed
Merge remote-tracking branch 'origin/develop' into stable
2 parents 2510b12 + b8d19ec commit f84bbc1

File tree

303 files changed

+55514
-10428
lines changed

Some content is hidden

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

303 files changed

+55514
-10428
lines changed

.github/workflows/maven-publish.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/run-smoke-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ jobs:
1919
- run: ./gradlew clean :example:run
2020
env:
2121
API_BASE_PATH: "https://nightly-api.regulaforensics.com"
22-
TEST_LICENSE: ${{secrets.TEST_LICENSE}}

.github/workflows/sast.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# List of paths (space separated) to ignore
1818
# Supports PATTERNS
1919
# EXCLUDE_PATHS: 'foo bar/baz file.txt dir/*.yml'
20-
EXCLUDE_PATHS: 'client/generator-templates src/main/generated'
20+
EXCLUDE_PATHS: 'client/generator-templates client/src/main/generated'
2121
# List of rules (space separated) to ignore
2222
# EXCLUDE_RULES: 'generic.secrets.security.detected-aws-account-id.detected-aws-account-id'
2323
# See https://github.com/semgrep/semgrep-rules for rules registry

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: 127 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.13.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)