File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
main/java/com/github/switcherapi/ac
test/java/com/github/switcherapi/ac Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5858 <maven .compiler.source>${java.version} </maven .compiler.source>
5959 <maven .compiler.target>${java.version} </maven .compiler.target>
6060
61- <switcher-client .version>2.3.2 </switcher-client .version>
61+ <switcher-client .version>2.4.0 </switcher-client .version>
6262 <jsonwebtoken .version>0.12.6</jsonwebtoken .version>
6363 <joda-time .version>2.14.0</joda-time .version>
6464 <gson .version>2.13.1</gson .version>
229229 </dependency >
230230
231231 <dependency >
232- <groupId >com.github. switcherapi</groupId >
232+ <groupId >com.switcherapi</groupId >
233233 <artifactId >switcher-client</artifactId >
234234 <version >${switcher-client.version} </version >
235235 </dependency >
Original file line number Diff line number Diff line change 11package com .github .switcherapi .ac .config ;
22
33import com .github .switcherapi .ac .util .FileUtil ;
4- import com .github . switcherapi .client .SnapshotCallback ;
5- import com .github . switcherapi .client .SwitcherContextBase ;
4+ import com .switcherapi .client .SnapshotCallback ;
5+ import com .switcherapi .client .SwitcherContextBase ;
66import jakarta .annotation .PostConstruct ;
77import lombok .Getter ;
88import lombok .Setter ;
Original file line number Diff line number Diff line change 11package com .github .switcherapi .ac .model .mapper ;
22
3- import com .github . switcherapi .client .exception .SwitcherException ;
3+ import com .switcherapi .client .exception .SwitcherException ;
44import lombok .experimental .UtilityClass ;
55import org .springframework .beans .BeanUtils ;
66import org .springframework .beans .BeanWrapper ;
Original file line number Diff line number Diff line change 11package com .github .switcherapi .ac .service .facades ;
22
33import com .github .switcherapi .ac .model .GitHubDetail ;
4- import com .github . switcherapi .client .exception .SwitcherRemoteException ;
4+ import com .switcherapi .client .exception .SwitcherRemoteException ;
55import com .google .gson .Gson ;
66import lombok .extern .slf4j .Slf4j ;
77import org .apache .commons .lang3 .StringUtils ;
Original file line number Diff line number Diff line change 55import com .github .switcherapi .ac .repository .AdminRepository ;
66import com .github .switcherapi .ac .service .AdminService ;
77import com .github .switcherapi .ac .service .JwtTokenService ;
8- import com .github . switcherapi .client .test .SwitcherTest ;
8+ import com .switcherapi .client .test .SwitcherTest ;
99import org .apache .commons .lang3 .tuple .Pair ;
1010import org .junit .jupiter .api .BeforeEach ;
1111import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 55import com .github .switcherapi .ac .config .SwitcherFeatures ;
66import com .github .switcherapi .ac .model .dto .GitHubAuthDTO ;
77import com .github .switcherapi .ac .service .facades .GitHubFacade ;
8- import com .github . switcherapi .client .test .SwitcherTest ;
8+ import com .switcherapi .client .test .SwitcherTest ;
99import org .junit .jupiter .api .BeforeEach ;
1010import org .junit .jupiter .api .Test ;
1111import org .springframework .beans .factory .annotation .Autowired ;
Original file line number Diff line number Diff line change 22
33import com .github .switcherapi .ac .AcMockWebServer ;
44import com .github .switcherapi .ac .service .facades .GitHubFacade ;
5- import com .github . switcherapi .client .exception .SwitcherRemoteException ;
5+ import com .switcherapi .client .exception .SwitcherRemoteException ;
66import lombok .extern .slf4j .Slf4j ;
77import org .junit .jupiter .api .BeforeEach ;
88import org .junit .jupiter .api .Test ;
You can’t perform that action at this time.
0 commit comments