File tree Expand file tree Collapse file tree
src/main/java/org/ohdsi/webapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 780780 <artifactId >commons-lang3</artifactId >
781781 <version >3.12.0</version >
782782 </dependency >
783+ <dependency >
784+ <groupId >org.apache.commons</groupId >
785+ <artifactId >commons-text</artifactId >
786+ <version >1.10.0</version >
787+ </dependency >
783788 <dependency >
784789 <groupId >org.flywaydb</groupId >
785790 <artifactId >flyway-core</artifactId >
Original file line number Diff line number Diff line change 11package org .ohdsi .webapi .check .checker .ir .helper ;
22
3- import org .apache .commons .lang .StringUtils ;
3+ import org .apache .commons .lang3 .StringUtils ;
44import org .ohdsi .webapi .check .builder .IterableForEachValidatorBuilder ;
55import org .ohdsi .webapi .check .builder .NotNullNotEmptyValidatorBuilder ;
66import org .ohdsi .webapi .check .builder .PredicateValidatorBuilder ;
Original file line number Diff line number Diff line change 11package org .ohdsi .webapi .estimation .converter ;
22
3- import org .apache .commons .lang .StringUtils ;
3+ import org .apache .commons .lang3 .StringUtils ;
44import org .ohdsi .webapi .estimation .Estimation ;
55import org .ohdsi .webapi .estimation .dto .EstimationShortDTO ;
66import org .ohdsi .webapi .service .converters .BaseCommonEntityToDTOConverter ;
Original file line number Diff line number Diff line change 11package org .ohdsi .webapi .exampleapplication ;
22
3- import org .apache .commons .lang .RandomStringUtils ;
3+ import org .apache .commons .lang3 .RandomStringUtils ;
44import org .ohdsi .circe .vocabulary .Concept ;
55import org .ohdsi .webapi .exampleapplication .model .Widget ;
66import org .ohdsi .webapi .exampleapplication .repository .WidgetRepository ;
Original file line number Diff line number Diff line change 11package org .ohdsi .webapi .generationcache ;
22
33import com .cosium .spring .data .jpa .entity .graph .domain .EntityGraphUtils ;
4- import org .apache .commons .lang .time .DateUtils ;
4+ import org .apache .commons .lang3 .time .DateUtils ;
55import org .springframework .beans .factory .annotation .Value ;
66import org .springframework .scheduling .annotation .Scheduled ;
77import org .springframework .stereotype .Component ;
Original file line number Diff line number Diff line change 33import com .fasterxml .jackson .databind .JsonNode ;
44import com .fasterxml .jackson .databind .ObjectMapper ;
55import com .fasterxml .jackson .databind .node .ObjectNode ;
6- import org .apache .commons .lang .WordUtils ;
6+ import org .apache .commons .text .WordUtils ;
77import org .springframework .jdbc .core .RowMapper ;
88import org .springframework .jdbc .support .JdbcUtils ;
99
Original file line number Diff line number Diff line change 1818import javax .servlet .http .HttpServletResponse ;
1919import javax .servlet .http .HttpSession ;
2020import javax .ws .rs .core .UriBuilder ;
21- import org .apache .commons .lang .StringUtils ;
21+ import org .apache .commons .lang3 .StringUtils ;
2222import org .apache .shiro .SecurityUtils ;
2323import org .apache .shiro .session .Session ;
2424import org .apache .shiro .subject .PrincipalCollection ;
Original file line number Diff line number Diff line change 44import io .buji .pac4j .filter .CallbackFilter ;
55import io .buji .pac4j .filter .SecurityFilter ;
66import io .buji .pac4j .realm .Pac4jRealm ;
7- import org .apache .commons .lang .StringUtils ;
7+ import org .apache .commons .lang3 .StringUtils ;
88import org .apache .shiro .realm .Realm ;
99import org .apache .shiro .realm .activedirectory .ActiveDirectoryRealm ;
1010import org .apache .shiro .realm .ldap .DefaultLdapRealm ;
Original file line number Diff line number Diff line change 11package org .ohdsi .webapi .shiro .realms ;
22
3- import org .apache .commons .lang .StringUtils ;
3+ import org .apache .commons .lang3 .StringUtils ;
44import org .apache .shiro .authc .AuthenticationInfo ;
55import org .apache .shiro .authc .AuthenticationToken ;
66import org .apache .shiro .authc .SimpleAuthenticationInfo ;
Original file line number Diff line number Diff line change 11package org .ohdsi .webapi .user .importer .providers ;
22
33import com .google .common .collect .ImmutableSet ;
4- import org .apache .commons .lang .StringUtils ;
4+ import org .apache .commons .lang3 .StringUtils ;
55import org .ohdsi .webapi .user .importer .model .LdapGroup ;
66import org .ohdsi .webapi .user .importer .model .LdapUser ;
77import org .springframework .beans .factory .annotation .Value ;
1313import org .springframework .ldap .support .LdapUtils ;
1414import org .springframework .stereotype .Component ;
1515
16- import javax .annotation .PostConstruct ;
1716import javax .naming .NamingException ;
1817import javax .naming .directory .Attributes ;
1918import javax .naming .directory .SearchControls ;
20- import java .util .Arrays ;
2119import java .util .List ;
2220import java .util .Set ;
2321import java .util .stream .Collectors ;
You can’t perform that action at this time.
0 commit comments