File tree Expand file tree Collapse file tree
src/test/java/com/baeldung/collections/sorting
core-java-collections-list-5
core-java-collections-set
src/main/java/com/baeldung/set
core-java-lang-oop-methods
src/main/java/com/baeldung/hashcode/apachecommons
core-java-string-operations-6
spring-boot-modules/spring-boot-properties-2
src/main/java/com/baeldung/properties/value/defaults
spring-cloud-modules/spring-cloud-bootstrap/order-service
order-server/src/main/java/com/baeldung/orderservice
src/main/java/com/baeldung/xml/jibx Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 </parent >
1515
1616 <dependencies >
17- <dependency >
18- <groupId >commons-lang</groupId >
19- <artifactId >commons-lang</artifactId >
20- <version >${commons-lang.version} </version >
21- </dependency >
2217 <dependency >
2318 <groupId >org.apache.commons</groupId >
2419 <artifactId >commons-lang3</artifactId >
3227 </dependency >
3328 </dependencies >
3429
35- <properties >
36- <commons-lang .version>2.2</commons-lang .version>
37- </properties >
3830
3931</project >
Original file line number Diff line number Diff line change 88import java .util .Comparator ;
99import java .util .Date ;
1010import java .util .List ;
11- import org .apache .commons .lang .time .DateUtils ;
11+ import org .apache .commons .lang3 .time .DateUtils ;
1212import org .junit .Before ;
1313import org .junit .jupiter .api .Test ;
1414
Original file line number Diff line number Diff line change 1919 <artifactId >jmh-core</artifactId >
2020 <version >1.36</version >
2121 </dependency >
22- <dependency >
23- <groupId >commons-lang</groupId >
24- <artifactId >commons-lang</artifactId >
25- <version >${commons-lang.version} </version >
26- </dependency >
2722 <dependency >
2823 <groupId >org.apache.commons</groupId >
2924 <artifactId >commons-lang3</artifactId >
6560
6661 <properties >
6762 <jmh .version>1.21</jmh .version>
68- <commons-lang .version>2.2</commons-lang .version>
6963 <gson .version>2.10.1</gson .version>
7064 <jackson .version>2.16.0</jackson .version>
7165 <org .json.version>20230618</org .json.version>
Original file line number Diff line number Diff line change 2525 <version >${gson.version} </version >
2626 </dependency >
2727 <dependency >
28- <groupId >commons-lang </groupId >
29- <artifactId >commons-lang </artifactId >
30- <version >${commons-lang .version} </version >
28+ <groupId >org.apache. commons</groupId >
29+ <artifactId >commons-lang3 </artifactId >
30+ <version >${commons-lang3 .version} </version >
3131 </dependency >
3232 </dependencies >
3333
Original file line number Diff line number Diff line change 55import java .util .Set ;
66import java .util .stream .Collectors ;
77
8- import org .apache .commons .lang .SerializationUtils ;
8+ import org .apache .commons .lang3 .SerializationUtils ;
99
1010import com .google .gson .Gson ;
1111
Original file line number Diff line number Diff line change 2020 <version >${lombok.version} </version >
2121 </dependency >
2222 <dependency >
23- <groupId >commons-lang </groupId >
24- <artifactId >commons-lang </artifactId >
25- <version >${commons-lang .version} </version >
23+ <groupId >org.apache. commons</groupId >
24+ <artifactId >commons-lang3 </artifactId >
25+ <version >${commons-lang3 .version} </version >
2626 </dependency >
2727 <dependency >
2828 <groupId >nl.jqno.equalsverifier</groupId >
3333 </dependencies >
3434
3535 <properties >
36- <commons-lang .version>2.6</commons-lang .version>
3736 <assertj-core .version>3.10.0</assertj-core .version>
3837 <equalsverifier .version>3.15.3</equalsverifier .version>
3938 </properties >
Original file line number Diff line number Diff line change 11package com .baeldung .hashcode .apachecommons ;
22
3- import org .apache .commons .lang .builder .HashCodeBuilder ;
3+ import org .apache .commons .lang3 .builder .HashCodeBuilder ;
44import org .slf4j .Logger ;
55import org .slf4j .LoggerFactory ;
66
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >org.apache.commons</groupId >
1818 <artifactId >commons-lang3</artifactId >
19- <version >${apache. commons-lang .version} </version >
19+ <version >${commons-lang3 .version} </version >
2020 </dependency >
2121 <dependency >
2222 <groupId >org.openjdk.jmh</groupId >
4646 <properties >
4747 <maven .compiler.source>11</maven .compiler.source>
4848 <maven .compiler.target>11</maven .compiler.target>
49- <apache .commons-lang.version>3.12.0</apache .commons-lang.version>
5049 <jmh .version>1.36</jmh .version>
5150 </properties >
5251
Original file line number Diff line number Diff line change 11931193 <maven-failsafe-plugin .version>3.1.2</maven-failsafe-plugin .version>
11941194 <commons-collections4 .version>4.4</commons-collections4 .version>
11951195 <commons-io .version>2.13.0</commons-io .version>
1196- <commons-lang .version>2.6</commons-lang .version>
1197- <commons-lang3 .version>3.13.0</commons-lang3 .version>
1196+ <commons-lang3 .version>3.14.0</commons-lang3 .version>
11981197 <commons-cli .version>1.5.0</commons-cli .version>
11991198 <maven-war-plugin .version>3.4.0</maven-war-plugin .version>
12001199 <javax .servlet-api.version>4.0.1</javax .servlet-api.version>
Original file line number Diff line number Diff line change 2828 <version >${spring-boot.version} </version >
2929 </dependency >
3030 <dependency >
31- <groupId >commons-lang </groupId >
32- <artifactId >commons-lang </artifactId >
33- <version >${commons-lang .version} </version >
31+ <groupId >org.apache. commons</groupId >
32+ <artifactId >commons-lang3 </artifactId >
33+ <version >${commons-lang3 .version} </version >
3434 </dependency >
3535 </dependencies >
3636
You can’t perform that action at this time.
0 commit comments