Skip to content

Commit f7f5d4f

Browse files
authored
Merge pull request #66 from hengboy/2.3.x
升级message-pipe-bom版本为v1.0.2.RELEASE
2 parents 3aa6aac + ca91663 commit f7f5d4f

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/logging/ApiBootLoggingAutoConfiguration.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
import org.slf4j.LoggerFactory;
2626
import org.springframework.beans.factory.ObjectProvider;
2727
import org.springframework.boot.autoconfigure.AutoConfigureAfter;
28-
import org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer;
29-
import org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers;
3028
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
3129
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
3230
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
@@ -37,9 +35,7 @@
3735
import org.springframework.context.annotation.Configuration;
3836
import org.springframework.context.annotation.Import;
3937
import org.springframework.scheduling.annotation.EnableAsync;
40-
import org.springframework.util.ObjectUtils;
4138

42-
import java.util.List;
4339
import java.util.stream.Collectors;
4440

4541
import static org.minbox.framework.api.boot.autoconfigure.logging.ApiBootLoggingProperties.API_BOOT_LOGGING_PREFIX;

api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/logging/LoggingFactoryBeanCustomizers.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package org.minbox.framework.api.boot.autoconfigure.logging;
22

33
import org.minbox.framework.logging.client.LoggingFactoryBean;
4-
import org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer;
5-
import org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers;
64
import org.springframework.boot.util.LambdaSafe;
75

86
import java.util.ArrayList;

api-boot-project/api-boot-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!--Minbox Projects-->
2323
<minbox-bom.version>1.0.1.RELEASE</minbox-bom.version>
2424
<code.builder.core.version>1.0.5.RELEASE</code.builder.core.version>
25-
<message-pipe.version>1.0.1.RELEASE</message-pipe.version>
25+
<message-pipe-bom.version>1.0.2.RELEASE</message-pipe-bom.version>
2626

2727
<!--Others-->
2828
<druid.starter.version>1.1.21</druid.starter.version>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.minbox.framework</groupId>
6262
<artifactId>message-pipe-bom</artifactId>
63-
<version>${message-pipe.version}</version>
63+
<version>${message-pipe-bom.version}</version>
6464
<scope>import</scope>
6565
<type>pom</type>
6666
</dependency>

0 commit comments

Comments
 (0)