Skip to content

Add module info to duckdb_jdbc #431

@eitan-rosenberg

Description

@eitan-rosenberg

Hello there.

I have started to use DuckDB (duckdb_jdbc-1.4.1.0.jar) in module based application.

Since there is no module information available I am getting:

"Name of automatic module 'duckdb.jdbc' is unstable, it is derived from the module's file name."

Is it possible to add:

  • Automatic-Module-Name entry to META-INF\MANIFEST.MF

      <plugins>
      	<plugin>
      		<groupId>org.apache.maven.plugins</groupId>
      		<artifactId>maven-jar-plugin</artifactId>
      		<configuration>
      			<archive>
      				<manifestEntries>
      					<Automatic-Module-Name>Your-Module-Name</Automatic-Module-Name>
      				</manifestEntries>
      			</archive>
      		</configuration>
      	</plugin>
      </plugins>
    

Thanks in advance to any response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions