Skip to content

Commit 9ee4cad

Browse files
author
Sharmarke Aden
committed
Merge branch 'release/1.0.6'
2 parents 6e25661 + 1a0a6b0 commit 9ee4cad

File tree

53 files changed

+83
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+83
-87
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ was added, changed, deprecated, removed, fix and security fixes.
1313

1414
## [Unreleased]
1515

16+
## [1.0.6] - 2018-08-21
17+
### Fixed
18+
- Reverted changes made in release 1.0.3 which prevented SpringBoot applications from being testable
19+
1620
## [1.0.5] - 2018-08-20
1721
### Added
1822
- Added JUnit 5 support!
@@ -75,8 +79,8 @@ was added, changed, deprecated, removed, fix and security fixes.
7579
- Changed how errors and warnings are reported by verifiers
7680
- Added `addWarning`, `addError`, and `verify` methods to the TestContext
7781
- Removed dependency verification from the test runners to PreVerifier implementation
78-
79-
### Removed
82+
83+
### Removed
8084
- Removed the ability to use the `@Fixture` annotation on classes in favor of @Module#test attribute
8185
- Removed framework specific GuiceIntegrationTest, HK2InegrationTest, JerseySystemTest, SpringBootSystemTest, SpringIntegrationTest, and SpringSystemTest test runners in favor of generic UnitTest, IntegrationTest, and SystemTest test runners.
8286

@@ -104,7 +108,7 @@ was added, changed, deprecated, removed, fix and security fixes.
104108
- Changed stop method in `ClientProvider` contract by adding `ClientInstance` parameter
105109
- Changed ClientInstance contract to return client and clientProvider instances. Also added methods to get `fqn` and `annotation`.
106110
- Renamed `PropertiesWriter#addListElement` and `PropertiesReader#findList`
107-
- Changed return types of methods that return `List` to `Collection`
111+
- Changed return types of methods that return `List` to `Collection`
108112
- Renamed `ResourceInstance` contract to `ResourceInfo`
109113

110114
### Removed

external/external-asm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testifyproject.external</groupId>
2323
<artifactId>external</artifactId>
24-
<version>1.0.5</version>
24+
<version>1.0.6</version>
2525
</parent>
2626

2727
<artifactId>external-asm</artifactId>

external/external-bytebuddy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testifyproject.external</groupId>
2323
<artifactId>external</artifactId>
24-
<version>1.0.5</version>
24+
<version>1.0.6</version>
2525
</parent>
2626

2727
<artifactId>external-bytebuddy</artifactId>

external/external-docker-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testifyproject.external</groupId>
2323
<artifactId>external</artifactId>
24-
<version>1.0.5</version>
24+
<version>1.0.6</version>
2525
</parent>
2626

2727
<artifactId>external-docker-client</artifactId>

external/external-failsafe/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testifyproject.external</groupId>
2323
<artifactId>external</artifactId>
24-
<version>1.0.5</version>
24+
<version>1.0.6</version>
2525
</parent>
2626

2727
<artifactId>external-failsafe</artifactId>

external/external-guava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testifyproject.external</groupId>
2323
<artifactId>external</artifactId>
24-
<version>1.0.5</version>
24+
<version>1.0.6</version>
2525
</parent>
2626

2727
<artifactId>external-guava</artifactId>

external/external-jexl3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testifyproject.external</groupId>
2323
<artifactId>external</artifactId>
24-
<version>1.0.5</version>
24+
<version>1.0.6</version>
2525
</parent>
2626

2727
<artifactId>external-jexl3</artifactId>

external/external-objenesis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testifyproject.external</groupId>
2323
<artifactId>external</artifactId>
24-
<version>1.0.5</version>
24+
<version>1.0.6</version>
2525
</parent>
2626

2727
<artifactId>external-objenesis</artifactId>

external/external-snakeyaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testifyproject.external</groupId>
2323
<artifactId>external</artifactId>
24-
<version>1.0.5</version>
24+
<version>1.0.6</version>
2525
</parent>
2626

2727
<artifactId>external-snakeyaml</artifactId>

external/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.testifyproject</groupId>
2323
<artifactId>parent</artifactId>
24-
<version>1.0.5</version>
24+
<version>1.0.6</version>
2525
</parent>
2626

2727
<groupId>org.testifyproject.external</groupId>

0 commit comments

Comments
 (0)