question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish x64 version auth dll with amd64 suffix to match os.arch

See original GitHub issue

Can you change arch suffix of x64 version to amd64 such that it matches ${os.arch}?

This will make usage a bit easier:

<dependency>
    <groupId>com.microsoft.sqlserver</groupId>
    <artifactId>mssql-jdbc_auth</artifactId>
    <version>11.2.0.${os.arch}</version>
    <type>dll</type>
</dependency>

Otherwise I have to have an extra maven profile to map os.arch to suffix.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
TarasTielkescommented, Nov 10, 2022

Out of curiosity, how does/would microsoft-authentication-library-for-java eliminate the need for JNI to call crypt/advapi?

0reactions
Jeffery-Wastycommented, Nov 15, 2022

You’re right, I completely misread your comment, my mistake.

Right now, we are not working on a Windows ARM64 version of the auth dll, but this is something we can look at again during our next planning session.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio 2019 version 16.9 Release Notes | Microsoft Learn
Get the latest features, bug fixes, and support for Visual Studio 2019 v16.9. Download today.
Read more >
EMC Solutions Enabler Installation Guide - Dell
Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. EMC2, EMC, and the EMC logo...
Read more >
IBM Security Access Manager for Web Version 7.0: Authorization C ...
This reference guide contains information about how to use the Security Access. Manager C administration API to enable an application to programmatically.
Read more >
Bug listing with status RESOLVED with resolution OBSOLETE ...
... Bug:42733 - "Solarwolf / pygame signed integer greater than maximum error on amd64" status:RESOLVED resolution:OBSOLETE severity:normal ...
Read more >
ganglia-info NSE Script - Vulners
Retrieves system information (OS version, available memory, etc.) from a listening Ganglia Monitoring Daemon or Ganglia Meta Daemon. Ganglia is a scalable ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found