Skip to content

Commit

Permalink
revert unecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagodolphine committed Nov 28, 2023
1 parent 0daacc0 commit 237413d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ mp.messaging.incoming.kogito-usertaskinstances-events.path=/tasks
mp.messaging.incoming.kogito-jobs-events.connector=quarkus-http
mp.messaging.incoming.kogito-jobs-events.path=/jobs

%kafka-events-support.mp.messaging.incoming.kogito-processdefinitions-events.connector=smallrye-kafka
%kafka-events-support.mp.messaging.incoming.kogito-processinstances-events.connector=smallrye-kafka
%kafka-events-support.mp.messaging.incoming.kogito-processinstances-events.value.deserializer=org.kie.kogito.index.service.messaging.ProcessInstanceDataEventDeserializer
%kafka-events-support.mp.messaging.incoming.kogito-processdefinitions-events.connector=smallrye-kafka
Expand Down Expand Up @@ -105,12 +104,6 @@ mp.messaging.incoming.kogito-jobs-events.enable.auto.commit=false
mp.messaging.incoming.kogito-jobs-events.auto.offset.reset=earliest
mp.messaging.incoming.kogito-jobs-events.isolation.level=read_committed

mp.messaging.incoming.kogito-processdefinitions-events.topic=kogito-processdefinitions-events
mp.messaging.incoming.kogito-processdefinitions-events.group.id=kogito-data-index-jobs
mp.messaging.incoming.kogito-processdefinitions-events.enable.auto.commit=false
mp.messaging.incoming.kogito-processdefinitions-events.auto.offset.reset=earliest
mp.messaging.incoming.kogito-processdefinitions-events.isolation.level=read_committed

%http-events-support.mp.messaging.incoming.kogito-processinstances-events.connector=quarkus-http
%http-events-support.mp.messaging.incoming.kogito-processdefinitions-events.connector=quarkus-http
%http-events-support.mp.messaging.incoming.kogito-usertaskinstances-events.connector=quarkus-http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ quarkus.kafka.health.enabled=true

#Flyway
quarkus.flyway.baseline-on-migrate=true
quarkus.flyway.migrate-at-start=true

#PostgreSQL
quarkus.datasource.db-kind=postgresql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ kogito.service.url=http://localhost:8080

quarkus.flyway.migrate-at-start=true
quarkus.flyway.baseline-on-migrate=true
quarkus.flyway.repair-at-start=true

quarkus.datasource.db-kind=postgresql

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ kogito.service.url=http://localhost:8080

quarkus.flyway.migrate-at-start=true
quarkus.flyway.baseline-on-migrate=true
quarkus.flyway.repair-at-start=true

quarkus.datasource.db-kind=postgresql

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ quarkus.datasource.db-kind=postgresql
#Hibernate
quarkus.hibernate-orm.jdbc.timezone=UTC
quarkus.hibernate-orm.physical-naming-strategy=org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy

#quarkus.flyway.locations=classpath:db/migration
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

kogito.persistence.type=jdbc
quarkus.flyway.migrate-at-start=true
quarkus.flyway.repair-at-start=true

quarkus.kogito.data-index.graphql.ui.always-include=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

kogito.persistence.type=jdbc
quarkus.flyway.migrate-at-start=true
quarkus.flyway.repair-at-start=true

quarkus.kogito.data-index.graphql.ui.always-include=true

Expand Down

0 comments on commit 237413d

Please sign in to comment.