vmware / vmware-aria-operations-integration-sdk

The VMware Aria Operations Integration SDK contains libraries, tools, and documentation for developing Management Packs for VMware Aria Operations. It is intended to make creating a Management Pack simple and fast, while allowing developers to use the language of their choice.
https://vmware.github.io/vmware-aria-operations-integration-sdk/
Apache License 2.0
15 stars 6 forks source link

mp-init should generate sample and new java adapters with latest version of adapter library #355

Closed swimmingdale closed 3 months ago

swimmingdale commented 7 months ago

Describe the bug

The currently generated java adapter with mp-build produces a gradle project with the version of com.vmware.aria.operations:integration-sdk-adapter-library being 1.0.1 which has issues with parsing passwords through mp-test

Reproduction steps

1.mp-init and select Java project 2.do not modify build.gradle.kts 3.add credentials to your MP with password 4.try mp-test with test connection by creating a connection with credentials 5.There is a parse error of the password

This is a fixed issue in the newest version of com.vmware.aria.operations:integration-sdk-adapter-library - 1.0.2 and the mp-test generator should generate with the newest version of the adapter library. Same for sample and new java adapters ...

Expected behavior

mp-build should always generate a project with the latest sdk-adapter-library which resolves all the known issues

Additional context

No response