Skip to content

Support SQL Server Windows authentication on higher Java versions #333

@schuemie

Description

@schuemie

To use Windows authentication when connecting to SQL Server, DatabaseConnector needs to load the authentication DLL (from Java). Right now we use reflection here, but this is not allowed in higher Java versions (>8).

It should be possible to use System.load() instead, which would allow us to support higher Java versions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions