File tree Expand file tree Collapse file tree 11 files changed +14
-10
lines changed
Expand file tree Collapse file tree 11 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 101101 <groupId >io.jenkins.plugins</groupId >
102102 <artifactId >caffeine-api</artifactId >
103103 </dependency >
104+ <dependency >
105+ <groupId >io.jenkins.plugins</groupId >
106+ <artifactId >commons-lang3-api</artifactId >
107+ </dependency >
104108 <dependency >
105109 <groupId >io.jenkins.plugins</groupId >
106110 <artifactId >ionicons-api</artifactId >
Original file line number Diff line number Diff line change 3232import hudson .model .Run ;
3333import java .util .Date ;
3434import jenkins .scm .api .SCMEvent ;
35- import org .apache .commons .lang .StringUtils ;
35+ import org .apache .commons .lang3 .StringUtils ;
3636import org .kohsuke .accmod .Restricted ;
3737import org .kohsuke .accmod .restrictions .DoNotUse ;
3838
Original file line number Diff line number Diff line change 3636import java .io .IOException ;
3737import jenkins .model .Jenkins ;
3838import jenkins .scm .api .metadata .ObjectMetadataAction ;
39- import org .apache .commons .lang .StringUtils ;
39+ import org .apache .commons .lang3 .StringUtils ;
4040import org .kohsuke .accmod .Restricted ;
4141import org .kohsuke .accmod .restrictions .NoExternalUse ;
4242import org .kohsuke .stapler .DataBoundConstructor ;
Original file line number Diff line number Diff line change 3838import hudson .views .ListViewColumnDescriptor ;
3939import jenkins .scm .api .metadata .ObjectMetadataAction ;
4040import jenkins .scm .api .metadata .PrimaryInstanceMetadataAction ;
41- import org .apache .commons .lang .StringUtils ;
41+ import org .apache .commons .lang3 .StringUtils ;
4242import org .kohsuke .accmod .Restricted ;
4343import org .kohsuke .accmod .restrictions .NoExternalUse ;
4444import org .kohsuke .stapler .DataBoundConstructor ;
Original file line number Diff line number Diff line change 107107import jenkins .util .SystemProperties ;
108108import net .sf .json .JSONObject ;
109109import org .apache .commons .io .FileUtils ;
110- import org .apache .commons .lang .StringUtils ;
110+ import org .apache .commons .lang3 .StringUtils ;
111111import org .jenkins .ui .icon .IconSpec ;
112112import org .kohsuke .accmod .Restricted ;
113113import org .kohsuke .accmod .restrictions .NoExternalUse ;
Original file line number Diff line number Diff line change 2929import org .jvnet .localizer .Localizable ;
3030
3131import static java .lang .String .format ;
32- import static org .apache .commons .lang .StringUtils .isBlank ;
32+ import static org .apache .commons .lang3 .StringUtils .isBlank ;
3333
3434/**
3535 * Possible Display naming strategies.
Original file line number Diff line number Diff line change 2727import java .security .MessageDigest ;
2828import java .security .NoSuchAlgorithmException ;
2929import java .util .Locale ;
30- import org .apache .commons .lang .StringUtils ;
30+ import org .apache .commons .lang3 .StringUtils ;
3131
3232/**
3333 * Mangles names that are not nice so that they are safe to use on filesystem.
Original file line number Diff line number Diff line change 3030import hudson .model .AbstractDescribableImpl ;
3131import hudson .model .Descriptor ;
3232import jenkins .scm .api .SCMHead ;
33- import org .apache .commons .lang .StringUtils ;
33+ import org .apache .commons .lang3 .StringUtils ;
3434import org .apache .tools .ant .types .selectors .SelectorUtils ;
3535import org .jenkinsci .Symbol ;
3636import org .kohsuke .stapler .DataBoundConstructor ;
Original file line number Diff line number Diff line change 9595
9696import java .nio .charset .StandardCharsets ;
9797import org .apache .commons .io .FileUtils ;
98- import org .apache .commons .lang .StringUtils ;
98+ import org .apache .commons .lang3 .StringUtils ;
9999import org .jenkins .ui .icon .Icon ;
100100import org .jenkins .ui .icon .IconSet ;
101101import org .jenkins .ui .icon .IconSpec ;
Original file line number Diff line number Diff line change 8484import jenkins .util .ErrorLoggingExecutorService ;
8585import jenkins .util .SystemProperties ;
8686import org .apache .commons .codec .binary .Base32 ;
87- import org .apache .commons .lang .StringUtils ;
87+ import org .apache .commons .lang3 .StringUtils ;
8888import org .kohsuke .accmod .Restricted ;
8989import org .kohsuke .accmod .restrictions .NoExternalUse ;
9090
You can’t perform that action at this time.
0 commit comments