Skip to content

Commit

Permalink
Remove reactive datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
barreiro committed Sep 20, 2024
1 parent 2c8db32 commit e221e45
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 41 deletions.
4 changes: 0 additions & 4 deletions horreum-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jdbc-postgresql</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-reactive-pg-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-jackson</artifactId>
Expand Down

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions horreum-backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
## Datasource managed by the app
# using my docker0 IP

# disable the default reactive datasource
quarkus.datasource.reactive=false
quarkus.datasource.migration.reactive=false
# disable the reactive JDBC datasource
quarkus.datasource.react.jdbc=false
quarkus.datasource.migration.react.jdbc=false

# disable elasticsearch healthcheck
quarkus.elasticsearch.health.enabled=false

Expand Down

0 comments on commit e221e45

Please sign in to comment.