Skip to content
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

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.7.0 to 2.8.3 #839

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions application/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ management:
# and API doc at <ecchronos:port>/v3/api-docs.yaml
springdoc:
api-docs:
version: OPENAPI_3_0
enabled: false

# Security Config
Expand Down
29 changes: 5 additions & 24 deletions docs/autogenerated/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,15 @@ paths:
text/plain;version=0.0.4;charset=utf-8:
schema:
type: string
application/openmetrics-text; version=1.0.0; charset=utf-8:
schema:
type: string
application/openmetrics-text;version=1.0.0;charset=utf-8:
schema:
type: string
text/plain; version=0.0.4; charset=utf-8:
schema:
type: string
application/openmetrics-text; version=1.0.0; charset=utf-8:
schema:
type: string
/actuator:
get:
tags:
Expand All @@ -309,14 +309,14 @@ paths:
type: object
additionalProperties:
$ref: "#/components/schemas/Link"
application/json:
application/vnd.spring-boot.actuator.v2+json:
schema:
type: object
additionalProperties:
type: object
additionalProperties:
$ref: "#/components/schemas/Link"
application/vnd.spring-boot.actuator.v2+json:
application/json:
schema:
type: object
additionalProperties:
Expand All @@ -336,31 +336,12 @@ paths:
application/vnd.spring-boot.actuator.v3+json:
schema:
type: object
application/json:
schema:
type: object
application/vnd.spring-boot.actuator.v2+json:
schema:
type: object
/actuator/health/**:
get:
tags:
- Actuator
summary: Actuator web endpoint 'health-path'
operationId: health-path
responses:
"200":
description: OK
content:
application/vnd.spring-boot.actuator.v3+json:
schema:
type: object
application/json:
schema:
type: object
application/vnd.spring-boot.actuator.v2+json:
schema:
type: object
components:
schemas:
OnDemandRepair:
Expand Down
4 changes: 2 additions & 2 deletions ecchronos-binary/src/test/bin/pytests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ sed 's;^\(\s*\)\(<appender-ref ref="STDOUT" />\)\s*$;\1<!-- \2 -->;g' -i "$CONF_

# springdoc

sed '/springdoc:/{n;/api-docs/{n;s/enabled: .*/enabled: true/}}' -i "$CONF_DIR"/application.yml
sed '/springdoc:/{n;/api-docs/{n;/enabled: true/{n;s/.*/ show-actuator: true\n/}}}' -i "$CONF_DIR"/application.yml
sed '/springdoc:/{n;/api-docs/{n;/version: OPENAPI_3_0/{n;s/enabled: .*/enabled: true/}}}' -i "$CONF_DIR"/application.yml
sed '/springdoc:/{n;/api-docs/{n;/version: OPENAPI_3_0/{n;/enabled: true/{n;s/.*/ show-actuator: true\n/}}}}' -i "$CONF_DIR"/application.yml

## Special config for test.table1

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<org.springframework.boot.version>3.4.1</org.springframework.boot.version>
<org.yaml.snakeyaml.version>2.3</org.yaml.snakeyaml.version>
<slf4j.version>2.0.16</slf4j.version>
<springdoc.openapi-starter-webmvc-ui.version>2.7.0</springdoc.openapi-starter-webmvc-ui.version>
<springdoc.openapi-starter-webmvc-ui.version>2.8.3</springdoc.openapi-starter-webmvc-ui.version>
<swagger-annotations.version>2.2.27</swagger-annotations.version>
<testcontainers.version>1.20.4</testcontainers.version>

Expand Down
Loading