Ankit Agrawal
Ankit Agrawal
Installation using Poetry is currently not tested/supported.
Hi @JavaEyre, We plan to publish the SDK to Maven but it is not in our immediate timeline.
+1 for the feature request. We have a similar requirement.
Hi @sodul As of [setuptools v67.3.0](https://setuptools.pypa.io/en/latest/history.html#v67-3-0) the use of "pkg_resources.declare_namespace" method raises deprecation warning. Our Python SDK uses setuptools v62.0.0 as mentioned in [requirements.txt](https://github.com/vmware/vsphere-automation-sdk-python/blob/master/requirements.txt) We highly recommend following our installation...
Perhaps yes. I haven't checked the compatibility with JDK17. 3.x is compatible with JDK8 while 4.x is not. Switching to 4.x would require upgrade in JDK version which is highly...
> it's safe to use newer version of [woodstox 6.5.1](https://mvnrepository.com/artifact/com.fasterxml.woodstox/woodstox-core/6.5.1), which is an external dependency We are doing it as a workaround. Excluding woodstox-core from jaxws-ri:3.0.2 and compiling our build...
> I know it’s very general advice, but when you keep updating to every JDK version every time a new one comes out, you will often safe yourself a lot...