Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues after upgrade to UCD 7.2 #129

Open
a-robben opened this issue Jun 30, 2022 · 1 comment
Open

Issues after upgrade to UCD 7.2 #129

a-robben opened this issue Jun 30, 2022 · 1 comment

Comments

@a-robben
Copy link

After upgrading to UCD 7.2.2.1 DP steps would fail with the below error. This is do to UCD now using groovy 3.

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
file:/opt/IBM/ibm-ucd/agent/var/plugins/com.ibm.datapower_21_c161d6fcc56f21d3ce0c76843d79fb8938d175ab1c312601b59cce03dd6d456d/classes/com/urbancode/air/AirPluginTool.groovy: 49: The variable [inputPropsStream] is declared final but is reassigned
. At [49:13] @ line 49, column 13.
inputPropsStream = new FileInputStream(inputPropsFile);
^

1 error

@a-robben
Copy link
Author

Removed a few final from AirPluginTool.groovy and got this working. Created pull request.
#130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant