File tree Expand file tree Collapse file tree
src/main/java/org/jenkinsci/plugins/docker/workflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.jenkins-ci.plugins</groupId >
66 <artifactId >plugin</artifactId >
7- <version >5.2102.v5f5fe09fccf1 </version >
7+ <version >6.2116.v7501b_67dc517 </version >
88 <relativePath />
99 </parent >
1010 <artifactId >docker-workflow</artifactId >
3535 <jenkins .version>${jenkins.baseline} .3</jenkins .version>
3636 <useBeta >true</useBeta >
3737 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
38+ <ban-commons-lang-2 .skip>false</ban-commons-lang-2 .skip>
3839 </properties >
3940 <repositories >
4041 <repository >
7273 </dependencies >
7374 </dependencyManagement >
7475 <dependencies >
76+ <dependency >
77+ <groupId >io.jenkins.plugins</groupId >
78+ <artifactId >commons-lang3-api</artifactId >
79+ </dependency >
7580 <dependency >
7681 <groupId >org.jenkins-ci.plugins</groupId >
7782 <artifactId >docker-commons</artifactId >
Original file line number Diff line number Diff line change 5757import java .util .logging .Logger ;
5858import java .util .regex .Matcher ;
5959import java .util .regex .Pattern ;
60- import org .apache .commons .lang .StringUtils ;
60+ import org .apache .commons .lang3 .StringUtils ;
6161import org .jenkinsci .plugins .docker .commons .fingerprint .ContainerRecord ;
6262import org .jenkinsci .plugins .docker .commons .tools .DockerTool ;
6363import org .kohsuke .accmod .Restricted ;
Original file line number Diff line number Diff line change 2626
2727import edu .umd .cs .findbugs .annotations .Nullable ;
2828import hudson .model .Run ;
29- import org .apache .commons .lang .StringUtils ;
29+ import org .apache .commons .lang3 .StringUtils ;
3030import org .jenkinsci .plugins .pipeline .modeldefinition .agent .impl .Label ;
3131import org .jenkinsci .plugins .pipeline .modeldefinition .withscript .WithScriptScript ;
3232import org .jenkinsci .plugins .scriptsecurity .sandbox .whitelists .Whitelisted ;
Original file line number Diff line number Diff line change 2828import hudson .Extension ;
2929import hudson .Util ;
3030import hudson .util .FormValidation ;
31- import org .apache .commons .lang .StringUtils ;
31+ import org .apache .commons .lang3 .StringUtils ;
3232import org .jenkinsci .Symbol ;
3333import org .jenkinsci .plugins .pipeline .modeldefinition .agent .DeclarativeAgentDescriptor ;
3434import org .kohsuke .stapler .DataBoundConstructor ;
Original file line number Diff line number Diff line change 2727import edu .umd .cs .findbugs .annotations .NonNull ;
2828import hudson .Extension ;
2929import org .apache .commons .io .IOUtils ;
30- import org .apache .commons .lang .StringUtils ;
30+ import org .apache .commons .lang3 .StringUtils ;
3131import org .jenkinsci .Symbol ;
3232import org .jenkinsci .plugins .pipeline .modeldefinition .agent .DeclarativeAgentDescriptor ;
3333import org .kohsuke .stapler .DataBoundConstructor ;
Original file line number Diff line number Diff line change 3636import hudson .model .Items ;
3737import hudson .model .Job ;
3838import hudson .model .Run ;
39- import org .apache .commons .lang .StringUtils ;
39+ import org .apache .commons .lang3 .StringUtils ;
4040import org .jenkinsci .Symbol ;
4141import org .jenkinsci .plugins .docker .commons .credentials .DockerRegistryEndpoint ;
4242import org .kohsuke .stapler .DataBoundConstructor ;
Original file line number Diff line number Diff line change 4040import jenkins .model .Jenkins ;
4141import net .sf .json .JSONObject ;
4242import org .apache .commons .io .FileUtils ;
43- import org .apache .commons .lang .StringUtils ;
43+ import org .apache .commons .lang3 .StringUtils ;
4444import org .jenkinsci .Symbol ;
4545import org .jenkinsci .plugins .docker .commons .credentials .DockerRegistryEndpoint ;
4646import org .kohsuke .stapler .DataBoundSetter ;
You can’t perform that action at this time.
0 commit comments