forked from apache/incubator-kie-kogito-runtimes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding profile and feature toggle for spring web apis
- Loading branch information
1 parent
9154162
commit f8894b9
Showing
9 changed files
with
128 additions
and
11 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
api/kogito-api/src/main/java/org/kie/kogito/conf/FeatureToggle.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
package org.kie.kogito.conf;public class FeatureToggle { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ringboot/src/it/integration-tests-springboot-it/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
server.address=0.0.0.0 | ||
|
||
#spring.mvc.servlet.path=/ | ||
spring.mvc.servlet.path=/docs | ||
|
||
#resteasy.jaxrs.scan-packages=org.kie.kogito.**,http* | ||
resteasy.jaxrs.scan-packages=org.kie.kogito.**,http* | ||
|
||
# for these tests, we do NOT want stronglytyped to be enabled, leave it as default disabled. | ||
# kogito.decisions.stronglytyped=false |
4 changes: 2 additions & 2 deletions
4
...tegration-tests-springboot-it/src/test/extra-resources/persistence/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ot/src/it/integration-tests-springboot-kafka-it/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ion-tests-springboot-kafka-it/src/test/extra-resources/persistence/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters