Skip to content

Commit

Permalink
Prepare release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Dec 5, 2022
1 parent d79e993 commit 32d464c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,15 @@ Issue #1414: SpEL expressions support passing runtime method arguments to bean m
* Upgraded to Java 17
* Upgraded to Kotlin 1.7.20
* Upgraded to Spring Boot 2.7
* Upgraded to Micronaut 3.7.3
* Upgraded to Micronaut 3.7.3

=== Version 2.0.1

==== Enhancements
* Support Spring Boot 3 by adding resilience4j-spring-boot3 and resilience4j-spring6
* Issue #1787: Apply Spring Boot customizers even if there is no instance entry in the config file

==== Bugs

* Issue #1825: Aspectj must not be mandatory in Spring Boot modules
* Issue #1809: Fixed concurrency issue in Cache module
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply from: "${rootDir}/libraries.gradle"
allprojects {
apply plugin: 'jacoco'

version = '2.0.1-SNAPSHOT'
version = '2.0.1'
group = 'io.github.resilience4j'
description = 'Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming'

Expand Down

0 comments on commit 32d464c

Please sign in to comment.