Publish x64 version auth dll with amd64 suffix to match os.arch
See original GitHub issueCan 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:
- Created a year ago
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Out of curiosity, how does/would
microsoft-authentication-library-for-java
eliminate the need for JNI to callcrypt
/advapi
?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.