File tree 10 files changed +24
-16
lines changed
src/test/java/no/digipost/signature/client
10 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 29
29
<properties >
30
30
<maven .compiler.source>1.8</maven .compiler.source>
31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
+ <project .previousVersion>set_with_-Dproject.previousVersion=X.Y</project .previousVersion>
32
33
<signature .api.version>2.8-RC1</signature .api.version>
33
34
<slf4j .version>1.7.30</slf4j .version>
34
35
</properties >
186
187
<scope >test</scope >
187
188
</dependency >
188
189
<dependency >
189
- <groupId >co.unruly </groupId >
190
+ <groupId >uk. co.probablyfine </groupId >
190
191
<artifactId >java-8-matchers</artifactId >
191
- <version >1.6 </version >
192
+ <version >1.9 </version >
192
193
<scope >test</scope >
193
194
<exclusions >
194
195
<exclusion >
255
256
<plugin >
256
257
<groupId >com.github.siom79.japicmp</groupId >
257
258
<artifactId >japicmp-maven-plugin</artifactId >
258
- <version >0.14 .2</version >
259
+ <version >0.15 .2</version >
259
260
<configuration >
261
+ <oldVersion >
262
+ <dependency >
263
+ <groupId >${project.groupId} </groupId >
264
+ <artifactId >${project.artifactId}</artifactId >
265
+ <version >${project.previousVersion} </version >
266
+ </dependency >
267
+ </oldVersion >
260
268
<newVersion >
261
269
<file >
262
270
<path >${project.build.directory} /${project.build.finalName} .${project.packaging} </path >
Original file line number Diff line number Diff line change 11
11
12
12
import java .net .URI ;
13
13
14
- import static co .unruly .matchers .Java8Matchers .where ;
14
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
15
15
import static org .hamcrest .MatcherAssert .assertThat ;
16
16
import static org .hamcrest .Matchers .instanceOf ;
17
17
Original file line number Diff line number Diff line change 12
12
import java .time .Clock ;
13
13
import java .util .Collections ;
14
14
15
- import static co .unruly .matchers .Java8Matchers .where ;
15
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
16
16
import static java .util .concurrent .TimeUnit .DAYS ;
17
17
import static org .hamcrest .MatcherAssert .assertThat ;
18
18
import static org .hamcrest .Matchers .instanceOf ;
Original file line number Diff line number Diff line change 26
26
import java .util .Base64 ;
27
27
import java .util .List ;
28
28
29
- import static co .unruly .matchers .Java8Matchers .where ;
29
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
30
30
import static java .util .Arrays .asList ;
31
31
import static org .hamcrest .MatcherAssert .assertThat ;
32
32
import static org .hamcrest .Matchers .hasSize ;
Original file line number Diff line number Diff line change 4
4
5
5
import java .net .URI ;
6
6
7
- import static co .unruly .matchers .Java8Matchers .where ;
7
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
8
8
import static java .util .Arrays .asList ;
9
9
import static org .hamcrest .MatcherAssert .assertThat ;
10
10
import static org .hamcrest .Matchers .is ;
Original file line number Diff line number Diff line change 7
7
import java .lang .reflect .Field ;
8
8
import java .util .stream .Stream ;
9
9
10
- import static co .unruly .matchers .Java8Matchers .where ;
10
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
11
11
import static java .lang .reflect .Modifier .isPublic ;
12
12
import static java .lang .reflect .Modifier .isStatic ;
13
13
import static no .digipost .DiggExceptions .mayThrow ;
Original file line number Diff line number Diff line change 2
2
3
3
import org .junit .jupiter .api .Test ;
4
4
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 ;
9
9
import static no .digipost .signature .client .portal .PortalSigner .identifiedByEmail ;
10
10
import static no .digipost .signature .client .portal .PortalSigner .identifiedByEmailAndMobileNumber ;
11
11
import static no .digipost .signature .client .portal .PortalSigner .identifiedByMobileNumber ;
Original file line number Diff line number Diff line change 8
8
import java .lang .reflect .Field ;
9
9
import java .util .stream .Stream ;
10
10
11
- import static co .unruly .matchers .Java8Matchers .where ;
11
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
12
12
import static java .lang .reflect .Modifier .isPublic ;
13
13
import static java .lang .reflect .Modifier .isStatic ;
14
14
import static no .digipost .DiggExceptions .mayThrow ;
Original file line number Diff line number Diff line change 6
6
import no .digipost .signature .client .portal .Signature .Signer ;
7
7
import org .junit .jupiter .api .Test ;
8
8
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 ;
11
11
import static no .digipost .signature .client .portal .SignerIdentifier .identifiedByEmailAddress ;
12
12
import static no .digipost .signature .client .portal .SignerIdentifier .identifiedByEmailAddressAndMobileNumber ;
13
13
import static no .digipost .signature .client .portal .SignerIdentifier .identifiedByMobileNumber ;
Original file line number Diff line number Diff line change 4
4
import no .digipost .signature .client .core .exceptions .KeyException ;
5
5
import org .junit .jupiter .api .Test ;
6
6
7
- import static co .unruly .matchers .Java8Matchers .where ;
7
+ import static uk . co .probablyfine .matchers .Java8Matchers .where ;
8
8
import static org .hamcrest .MatcherAssert .assertThat ;
9
9
import static org .hamcrest .Matchers .containsString ;
10
10
import static org .junit .jupiter .api .Assertions .assertDoesNotThrow ;
You can’t perform that action at this time.
0 commit comments