File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
src/main/java/jenkins/plugins/slack Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929import jenkins .plugins .slack .logging .BuildKey ;
3030import jenkins .plugins .slack .matrix .MatrixTriggerMode ;
3131import org .apache .commons .collections .CollectionUtils ;
32- import org .apache .commons .lang .StringUtils ;
32+ import org .apache .commons .lang3 .StringUtils ;
3333import org .jenkinsci .plugins .displayurlapi .DisplayURLProvider ;
3434
3535@ SuppressWarnings ("rawtypes" )
Original file line number Diff line number Diff line change 1212import java .util .logging .Level ;
1313import java .util .logging .Logger ;
1414import jenkins .model .Jenkins ;
15- import org .apache .commons .lang .StringUtils ;
15+ import org .apache .commons .lang3 .StringUtils ;
1616import org .jenkinsci .plugins .plaincredentials .StringCredentials ;
1717import org .jenkinsci .plugins .workflow .steps .StepContext ;
1818import org .kohsuke .accmod .Restricted ;
Original file line number Diff line number Diff line change 3737import jenkins .plugins .slack .user .SlackUserIdResolverDescriptor ;
3838import net .sf .json .JSONArray ;
3939import net .sf .json .JSONObject ;
40- import org .apache .commons .lang .StringUtils ;
40+ import org .apache .commons .lang3 .StringUtils ;
4141import org .jenkinsci .Symbol ;
4242import org .jenkinsci .plugins .displayurlapi .DisplayURLProvider ;
4343import org .jenkinsci .plugins .plaincredentials .StringCredentials ;
Original file line number Diff line number Diff line change 3535import java .util .logging .Level ;
3636import java .util .logging .Logger ;
3737import java .util .stream .Stream ;
38- import org .apache .commons .lang .StringUtils ;
38+ import org .apache .commons .lang3 .StringUtils ;
3939import org .apache .hc .client5 .http .classic .methods .HttpGet ;
4040import org .apache .hc .client5 .http .impl .classic .CloseableHttpClient ;
4141import org .apache .hc .client5 .http .impl .classic .CloseableHttpResponse ;
Original file line number Diff line number Diff line change 4242import java .util .stream .Collectors ;
4343import jenkins .model .Jenkins ;
4444import jenkins .scm .RunWithSCM ;
45- import org .apache .commons .lang .StringUtils ;
45+ import org .apache .commons .lang3 .StringUtils ;
4646import org .apache .hc .client5 .http .impl .classic .CloseableHttpClient ;
4747
4848public abstract class SlackUserIdResolver extends AbstractDescribableImpl <SlackUserIdResolver > implements ExtensionPoint {
Original file line number Diff line number Diff line change 22
33import java .io .Serializable ;
44import jenkins .plugins .slack .SlackService ;
5- import org .apache .commons .lang .StringUtils ;
5+ import org .apache .commons .lang3 .StringUtils ;
66import org .jenkinsci .plugins .scriptsecurity .sandbox .whitelists .Whitelisted ;
77import org .json .JSONObject ;
88
You can’t perform that action at this time.
0 commit comments