xenit-eu / dynamic-extensions-for-alfresco

Rapid development of Alfresco repository extensions in Java. Deploy your code in seconds, not minutes. Life is too short for endless server restarts.
Apache License 2.0
77 stars 31 forks source link

DEVEM 499 Fix @ActionMethod usage on Alfresco 7.0 #339

Closed evyrosseels closed 2 years ago

evyrosseels commented 2 years ago

Description

Switched the StringUtils used in AnnotationBasedActionRegistrar to the one from spring core instead of the commons lang library, which is no longer included in Alfresco 7.0.

Related Issue

338

Motivation and Context

The apache commons lang library is no longer included in Alfresco 7.0. AnnotationBasedActionRegistrar is the only class where this library is used.

How Has This Been Tested?

Added an action using @ActionMethod to the integration test bundle.

Types of changes

Checklist:

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication