Skip to content

Commit 6a69690

Browse files
committed
## What's changed?
- Minor improvements for (experimental) interface support
1 parent 1309586 commit 6a69690

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The purpose of this project is to generate full object graphs for use in test su
2323
<dependency>
2424
<groupId>com.github.nylle</groupId>
2525
<artifactId>javafixture</artifactId>
26-
<version>2.10.0</version>
26+
<version>2.10.1</version>
2727
<scope>test</scope>
2828
</dependency>
2929
```
@@ -324,7 +324,7 @@ The test will be run for every `@TestCase`-annotation injecting the provided and
324324
**The random values will be identical for all test-cases!**
325325

326326
### Experimental Features
327-
Since version 2.10.0, a new experimental feature is available. If you enable `experimentalInterfaces`, Fixture will attempt to find implementations for an interface (or non-abstract subclasses of an abstract class) on your classpath and create those instead of wrapping the interface with a proxy. If no suitable implementation is found, the proxy will be created as a fallback.
327+
Since version [2.10.0](https://github.com/Nylle/JavaFixture/releases/tag/2.10.0), a new experimental feature is available. If you enable `experimentalInterfaces`, Fixture will attempt to find implementations for an interface (or non-abstract subclasses of an abstract class) on your classpath and create those instead of wrapping the interface with a proxy. If no suitable implementation is found, the proxy will be created as a fallback.
328328

329329
```java
330330
@Test

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.nylle</groupId>
88
<artifactId>javafixture</artifactId>
99
<packaging>jar</packaging>
10-
<version>2.10.0</version>
10+
<version>2.10.1</version>
1111

1212
<name>JavaFixture</name>
1313
<url>https://github.com/Nylle/JavaFixture</url>

0 commit comments

Comments
 (0)