This is an automated email from the ASF dual-hosted git repository.
wmedvedeo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
The following commit(s) were added to refs/heads/main by this push:
new fa4bea2df KOGITO-9818: Job service swagger-ui is always enabled (#1890)
fa4bea2df is described below
commit fa4bea2df652a638992727164d2f06e80b83bd97
Author: Walter Medvedeo <[email protected]>
AuthorDate: Tue Nov 14 12:43:37 2023 +0100
KOGITO-9818: Job service swagger-ui is always enabled (#1890)
---
.../src/main/resources/META-INF/microprofile-config.properties | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/jobs-service/jobs-service-common/src/main/resources/META-INF/microprofile-config.properties
b/jobs-service/jobs-service-common/src/main/resources/META-INF/microprofile-config.properties
index 54bbe0705..8e81e4c9c 100644
---
a/jobs-service/jobs-service-common/src/main/resources/META-INF/microprofile-config.properties
+++
b/jobs-service/jobs-service-common/src/main/resources/META-INF/microprofile-config.properties
@@ -36,9 +36,6 @@ quarkus.http.cors.origins=/.*/
quarkus.http.limits.max-body-size=10M
quarkus.http.port=8080
-# Swagger
-quarkus.swagger-ui.always-include=true
-
# OpenAPI document extensions
mp.openapi.filter=org.kie.kogito.jobs.service.openapi.JobServiceModelFilter
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]