File tree Expand file tree Collapse file tree 10 files changed +24
-16
lines changed
src/test/java/no/digipost/signature/client Expand file tree Collapse file tree 10 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 2929 <properties >
3030 <maven .compiler.source>1.8</maven .compiler.source>
3131 <maven .compiler.target>1.8</maven .compiler.target>
32+ <project .previousVersion>set_with_-Dproject.previousVersion=X.Y</project .previousVersion>
3233 <signature .api.version>2.8-RC1</signature .api.version>
3334 <slf4j .version>1.7.30</slf4j .version>
3435 </properties >
186187 <scope >test</scope >
187188 </dependency >
188189 <dependency >
189- <groupId >co.unruly </groupId >
190+ <groupId >uk. co.probablyfine </groupId >
190191 <artifactId >java-8-matchers</artifactId >
191- <version >1.6 </version >
192+ <version >1.9 </version >
192193 <scope >test</scope >
193194 <exclusions >
194195 <exclusion >
255256 <plugin >
256257 <groupId >com.github.siom79.japicmp</groupId >
257258 <artifactId >japicmp-maven-plugin</artifactId >
258- <version >0.14 .2</version >
259+ <version >0.15 .2</version >
259260 <configuration >
261+ <oldVersion >
262+ <dependency >
263+ <groupId >${project.groupId} </groupId >
264+ <artifactId >${project.artifactId}</artifactId >
265+ <version >${project.previousVersion} </version >
266+ </dependency >
267+ </oldVersion >
260268 <newVersion >
261269 <file >
262270 <path >${project.build.directory} /${project.build.finalName} .${project.packaging} </path >
Original file line number Diff line number Diff line change 1111
1212import java .net .URI ;
1313
14- import static co .unruly .matchers .Java8Matchers .where ;
14+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
1515import static org .hamcrest .MatcherAssert .assertThat ;
1616import static org .hamcrest .Matchers .instanceOf ;
1717
Original file line number Diff line number Diff line change 1212import java .time .Clock ;
1313import java .util .Collections ;
1414
15- import static co .unruly .matchers .Java8Matchers .where ;
15+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
1616import static java .util .concurrent .TimeUnit .DAYS ;
1717import static org .hamcrest .MatcherAssert .assertThat ;
1818import static org .hamcrest .Matchers .instanceOf ;
Original file line number Diff line number Diff line change 2626import java .util .Base64 ;
2727import java .util .List ;
2828
29- import static co .unruly .matchers .Java8Matchers .where ;
29+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
3030import static java .util .Arrays .asList ;
3131import static org .hamcrest .MatcherAssert .assertThat ;
3232import static org .hamcrest .Matchers .hasSize ;
Original file line number Diff line number Diff line change 44
55import java .net .URI ;
66
7- import static co .unruly .matchers .Java8Matchers .where ;
7+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
88import static java .util .Arrays .asList ;
99import static org .hamcrest .MatcherAssert .assertThat ;
1010import static org .hamcrest .Matchers .is ;
Original file line number Diff line number Diff line change 77import java .lang .reflect .Field ;
88import java .util .stream .Stream ;
99
10- import static co .unruly .matchers .Java8Matchers .where ;
10+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
1111import static java .lang .reflect .Modifier .isPublic ;
1212import static java .lang .reflect .Modifier .isStatic ;
1313import static no .digipost .DiggExceptions .mayThrow ;
Original file line number Diff line number Diff line change 22
33import org .junit .jupiter .api .Test ;
44
5- import static co .unruly .matchers .Java8Matchers .where ;
6- import static co .unruly .matchers .Java8Matchers .whereNot ;
7- import static co .unruly .matchers .OptionalMatchers .contains ;
8- import static co .unruly .matchers .OptionalMatchers .empty ;
5+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
6+ import static uk . co .probablyfine .matchers .Java8Matchers .whereNot ;
7+ import static uk . co .probablyfine .matchers .OptionalMatchers .contains ;
8+ import static uk . co .probablyfine .matchers .OptionalMatchers .empty ;
99import static no .digipost .signature .client .portal .PortalSigner .identifiedByEmail ;
1010import static no .digipost .signature .client .portal .PortalSigner .identifiedByEmailAndMobileNumber ;
1111import static no .digipost .signature .client .portal .PortalSigner .identifiedByMobileNumber ;
Original file line number Diff line number Diff line change 88import java .lang .reflect .Field ;
99import java .util .stream .Stream ;
1010
11- import static co .unruly .matchers .Java8Matchers .where ;
11+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
1212import static java .lang .reflect .Modifier .isPublic ;
1313import static java .lang .reflect .Modifier .isStatic ;
1414import static no .digipost .DiggExceptions .mayThrow ;
Original file line number Diff line number Diff line change 66import no .digipost .signature .client .portal .Signature .Signer ;
77import org .junit .jupiter .api .Test ;
88
9- import static co .unruly .matchers .Java8Matchers .where ;
10- import static co .unruly .matchers .Java8Matchers .whereNot ;
9+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
10+ import static uk . co .probablyfine .matchers .Java8Matchers .whereNot ;
1111import static no .digipost .signature .client .portal .SignerIdentifier .identifiedByEmailAddress ;
1212import static no .digipost .signature .client .portal .SignerIdentifier .identifiedByEmailAddressAndMobileNumber ;
1313import static no .digipost .signature .client .portal .SignerIdentifier .identifiedByMobileNumber ;
Original file line number Diff line number Diff line change 44import no .digipost .signature .client .core .exceptions .KeyException ;
55import org .junit .jupiter .api .Test ;
66
7- import static co .unruly .matchers .Java8Matchers .where ;
7+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
88import static org .hamcrest .MatcherAssert .assertThat ;
99import static org .hamcrest .Matchers .containsString ;
1010import static org .junit .jupiter .api .Assertions .assertDoesNotThrow ;
You can’t perform that action at this time.
0 commit comments