Skip to content

Commit

Permalink
Merge branch 'develop' into fix_version_b
Browse files Browse the repository at this point in the history
Signed-off-by: TangLeDaily <96809227+TangLeDaily@users.noreply.github.com>
  • Loading branch information
TangLeDaily authored Dec 7, 2023
2 parents f9706df + 6520598 commit 421097e
Show file tree
Hide file tree
Showing 35 changed files with 541 additions and 780 deletions.
11 changes: 6 additions & 5 deletions .github/actions/common/plugin-change-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,14 @@ runs:
run: |
echo "sermantSpringbootRegistryChanged=${{ steps.changed-sermant-springboot-registry.outputs.changed }}" >> $GITHUB_ENV
- uses: marceloprado/has-changed-path@v1.0.1
id: changed-sermant-mq-consumer-deny
id: changed-sermant-mq-consume-prohibition
with:
paths: sermant-plugins/sermant-mq-consumer-deny
- name: env sermant-sermant-mq-consumer-deny
paths: sermant-plugins/sermant-mq-consume-prohibition
- name: env sermant-sermant-mq-consume-prohibition
shell: bash
run: |
echo "sermantMqConsumerDenyChanged=${{ steps.changed-sermant-mq-consumer-deny.outputs.changed }}" >> $GITHUB_ENV
echo "sermantMqConsumeProhibitionChanged=${{ steps.changed-sermant-mq-consume-prohibition.outputs.changed
}}" >> $GITHUB_ENV
- uses: marceloprado/has-changed-path@v1.0.1
id: changed-sermant-removal
with:
Expand Down Expand Up @@ -172,7 +173,7 @@ runs:
${{ env.sermantSpringbootRegistryChanged }} == 'true' -o ${{ env.sermantServiceRegistryChanged }} == 'true' ];then
echo "enableSpringLane=true" >> $GITHUB_ENV
fi
# ==========removal is needed to test?==========
if [ ${{ env.sermantAgentCoreChanged }} == 'true' -o ${{ env.sermantServiceRemovalChanged }} == 'true' -o \
${{ env.sermantSpringbootRegistryChanged }} == 'true' -o ${{ env.sermantServiceRegistryChanged }} == 'true' ];then
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
<zookeeper.version>3.8.3</zookeeper.version>
<lombok.version>1.18.22</lombok.version>
<asm.version>8.0.1</asm.version>
<common.io.version>1.3.2</common.io.version>
<common.io.version>2.7</common.io.version>
<org.jacoco.version>0.8.8</org.jacoco.version>
<simpleclient.version>0.16.0</simpleclient.version>

<slf4j.version>1.7.35</slf4j.version>
<log4j2.version>2.17.2</log4j2.version>
<logback.version>1.2.9</logback.version>

<junit.version>4.12</junit.version>
<junit.version>4.13.1</junit.version>
<junit.jupiter.version>5.8.1</junit.jupiter.version>
<mockito-core.version>3.9.0</mockito-core.version>
<mockito-inline.version>3.9.0</mockito-inline.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins:
- dynamic-config
- monitor
- springboot-registry
- mq-consume-deny
- mq-consume-prohibition
- service-removal
- service-visibility
- tag-transmission
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins:
- dynamic-config
- monitor
- springboot-registry
- mq-consume-deny
- mq-consume-prohibition
- service-removal
- service-visibility
- tag-transmission
Expand Down
6 changes: 3 additions & 3 deletions sermant-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<module>sermant-router</module>
<module>sermant-loadbalancer</module>
<module>sermant-springboot-registry</module>
<module>sermant-mq-consume-deny</module>
<module>sermant-mq-consume-prohibition</module>
<module>sermant-monitor</module>
<module>sermant-service-visibility</module>
<module>sermant-service-removal</module>
Expand Down Expand Up @@ -69,7 +69,7 @@
<module>sermant-dynamic-config</module>
<module>sermant-monitor</module>
<module>sermant-springboot-registry</module>
<module>sermant-mq-consume-deny</module>
<module>sermant-mq-consume-prohibition</module>
<module>sermant-service-visibility</module>
<module>sermant-service-removal</module>
<module>sermant-spring-beans-deal</module>
Expand Down Expand Up @@ -101,7 +101,7 @@
<module>sermant-loadbalancer</module>
<module>sermant-monitor</module>
<module>sermant-springboot-registry</module>
<module>sermant-mq-consume-deny</module>
<module>sermant-mq-consume-prohibition</module>
<module>sermant-service-visibility</module>
<module>sermant-service-removal</module>
<module>sermant-spring-beans-deal</module>
Expand Down
3 changes: 0 additions & 3 deletions sermant-plugins/sermant-mq-consume-deny/config/config.yaml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 421097e

Please sign in to comment.