Skip to content

Commit

Permalink
re-enable some registerForReflexion classes on Vertx-sql
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo gonzalez granados committed Aug 10, 2022
1 parent 1803fcb commit 6976b43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql-db/vertx-sql/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ quarkus.datasource.oracle.reactive.url=oracle:thin:@localhost:1521:amadeus
## Flyway
quarkus.datasource.oracle.jdbc.url=jdbc:oracle:thin:@localhost:1521:amadeus
quarkus.flyway.oracle.locations=db/migration/oracle,db/migration/common

//TODO should not be required according to: https://github.com/quarkusio/quarkus/issues/27101
quarkus.native.additional-build-args=--initialize-at-build-time=oracle.jdbc.driver.BlockSource$ThreadedCachingBlockSource\\,oracle.jdbc.driver.BlockSource$ThreadedCachingBlockSource$BlockReleaser

0 comments on commit 6976b43

Please sign in to comment.