Skip to content

Commit

Permalink
Merge pull request #32703 from scrocquesel/gh-32702
Browse files Browse the repository at this point in the history
Include MariaDB deprecated.properties
  • Loading branch information
gsmet authored Apr 18, 2023
2 parents 0ea2dd2 + 6019c4f commit ef1db03
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 ef1db03

Please sign in to comment.