File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ FortEE is a Java EE fault-tolerance guard leveraging the Optional pattern. Its p
1515<dependency >
1616 <groupId >com.github.pscheidl</groupId >
1717 <artifactId >fortee</artifactId >
18- <version >1.0 .0</version >
18+ <version >1.1 .0</version >
1919</dependency >
2020```
2121## Gradle
2222``` groovy
23- compile 'com.github.pscheidl:fortee:1.0 .0'
23+ compile 'com.github.pscheidl:fortee:1.1 .0'
2424```
2525** Release notes**
26- - Released on 16th of December 2017
27-
26+ - Released on 17th of December 2017
27+ - Introduced allowed exceptions with @ Semisafe annotation
2828## Usage
2929
3030### Failsafe
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.github.pscheidl</groupId >
55 <artifactId >fortee</artifactId >
6- <version >1.1.0-SNAPSHOT </version >
6+ <version >1.1.0</version >
77
88 <properties >
99 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments