Closed whvneo closed 11 months ago
Hi @whvneo, thanks for reporting. This issue should be fixed since https://github.com/baloise/proxy/commit/6c500f6 Can you please try updating your proxy version with
if not exist %userprofile%\.proxy mkdir %userprofile%\.proxy
powershell -Command "$proxy = [System.Net.WebRequest]::GetSystemWebProxy();$proxy.Credentials = [System.Net.CredentialCache]::DefaultCredentials;$wc = new-object system.net.WebClient;$wc.proxy = $proxy;$wc.DownloadFile('https://jitpack.io/com/github/baloise/proxy/win64-SNAPSHOT/proxy-win64-SNAPSHOT.jar', '%USERPROFILE%/.proxy/proxy.jar');"
( replace win64 with mac64 or lin64 as appropriate ) Regards, Matthias
Hi @culmat
it works. Thx for the quick fix
We are facing an issue with Java 17
The solution is to provide JAXB dependency in pom.xml