Second+third review pass (2026-07-10/11): security and completeness fixes, public-release polish
This commit is contained in:
@@ -95,6 +95,20 @@
|
||||
</relocation>
|
||||
</relocations>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
<!--
|
||||
The SQLite driver is loaded by class name at runtime
|
||||
(setDriverClassName("org.sqlite.JDBC")), so minimizeJar's static
|
||||
reachability analysis cannot see it and would strip it, breaking the
|
||||
default SQLite backend. Force its classes (and native libs) to be kept.
|
||||
-->
|
||||
<filters>
|
||||
<filter>
|
||||
<artifact>org.xerial:sqlite-jdbc</artifact>
|
||||
<includes>
|
||||
<include>**</include>
|
||||
</includes>
|
||||
</filter>
|
||||
</filters>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
Reference in New Issue
Block a user