Skip to content

Commit

Permalink
Issue ReactiveX#887: Merged the divided packages between spring boot …
Browse files Browse the repository at this point in the history
…2 and spri… (ReactiveX#888)
  • Loading branch information
Romeh authored Mar 2, 2020
1 parent 4ecc7c8 commit 577025d
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 35 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ subprojects {
afterEvaluate {
// exclude subprojects that don't produce a jar file or by design.
if (!project.name.equals('resilience4j-bom') && !project.name.equals('resilience4j-documentation')
&& !project.name.equals('resilience4j-test') && !project.name.equals('resilience4j-spring-boot-common')) {
&& !project.name.equals('resilience4j-test')) {
jar {
inputs.property('moduleName', moduleName)
manifest.attributes(
Expand Down
12 changes: 0 additions & 12 deletions resilience4j-spring-boot-common/README.adoc

This file was deleted.

17 changes: 0 additions & 17 deletions resilience4j-spring-boot-common/build.gradle

This file was deleted.

2 changes: 1 addition & 1 deletion resilience4j-spring-boot2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compile project(':resilience4j-spring-boot-common')
compile project(':resilience4j-spring')
compile project(':resilience4j-micrometer')

compileOnly(libraries.spring_boot2_aop)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
package io.github.resilience4j.circuitbreaker.autoconfigure;
/*
* Copyright 2017 Robert Winkler
*
Expand All @@ -14,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.github.resilience4j.circuitbreaker.autoconfigure;

import io.github.resilience4j.circuitbreaker.configure.CircuitBreakerConfigurationProperties;
import org.springframework.boot.context.properties.ConfigurationProperties;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import io.github.resilience4j.circuitbreaker.annotation.CircuitBreaker;
import io.github.resilience4j.ratelimiter.annotation.RateLimiter;
import io.github.resilience4j.retry.annotation.Retry;
import io.github.resilience4j.timelimiter.annotation.TimeLimiter;
import org.springframework.stereotype.Component;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import io.github.resilience4j.bulkhead.BulkheadConfig;
import io.github.resilience4j.bulkhead.ContextPropagator;
import io.github.resilience4j.bulkhead.ThreadPoolBulkheadConfig;
import io.github.resilience4j.common.bulkhead.configuration.BulkheadConfigCustomizer;
import io.github.resilience4j.common.bulkhead.configuration.ThreadPoolBulkheadConfigCustomizer;
import io.github.resilience4j.common.circuitbreaker.configuration.CircuitBreakerConfigCustomizer;
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ include 'resilience4j-rxjava3'
include 'resilience4j-reactor'
include 'resilience4j-micrometer'
include 'resilience4j-bom'
include 'resilience4j-spring-boot-common'
include 'resilience4j-framework-common'
include 'resilience4j-kotlin'

0 comments on commit 577025d

Please sign in to comment.