How to check Groovy and Spring framework version being used

Hi All,

We are currently planning to install RUP 9 in Agile 9.3.6.5 version. As part of pre-requisites, groovy and spring framework version needs to be checked and updated if required.

I tried using groovy -version/-v/-V to get the version but it did not return any result.

Can you please suggest how to check the versions and how to update the versions

Regards,
Nikhil

Add Comment
1 Answer(s)

Hello Nikhil

  You could go to /agileDomain and look for spring and groovy

  For example, in our env if i do a find . -name “spring*”, it brings up lib/spring-core-5.0.7.RELEASE.jar.  For groovy APP-INF/lib/groovy-all-2.4.13.jar. This should give the version being used

  Having said that, the upgrade should automatically get the latest versions it needs. You shouldn’t have to do anything. You would have to be concerned about upgrading your custom apps

– Raj

Agile Angel Answered on June 4, 2019.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.