Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Driver manager uses wrong JAR name in manifest #219

Closed
kaklakariada opened this issue Jan 24, 2023 · 0 comments · Fixed by #222
Closed

Driver manager uses wrong JAR name in manifest #219

kaklakariada opened this issue Jan 24, 2023 · 0 comments · Fixed by #222
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@kaklakariada
Copy link
Collaborator

When installing a JDBC driver via the driver manager it uses the wrong filename for the driver jar in the manifest.
In method JdbcDriver.getManifest() the JAR name is hard coded to JAR=driver.jar. Instead it should use the actual name of the file.

@kaklakariada kaklakariada added the bug Unwanted / harmful behavior label Jan 24, 2023
@kaklakariada kaklakariada self-assigned this Jan 26, 2023
kaklakariada added a commit that referenced this issue Jan 27, 2023
kaklakariada added a commit that referenced this issue Jan 30, 2023
Co-authored-by: Christoph Kuhnke <github@kuhnke.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant