Skip to content

Commit

Permalink
Include MariaDB deprecated.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
scrocquesel committed Apr 17, 2023
1 parent f14cbb6 commit bc19fde
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ void addNativeImageResources(BuildProducer<NativeImageResourceBuildItem> resourc
// driver.properties is not added because it only provides optional descriptions for
// org.mariadb.jdbc.Driver.getPropertyInfo(), which is probably not even called.
resources.produce(new NativeImageResourceBuildItem("mariadb.properties"));

// necessary when jdbcUrl contains useSsl=true
resources.produce(new NativeImageResourceBuildItem("deprecated.properties"));
}

@BuildStep
Expand Down

0 comments on commit bc19fde

Please sign in to comment.