Skip to content

Commit

Permalink
perf($POM): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Jun 25, 2022
1 parent fe1de45 commit f869645
Show file tree
Hide file tree
Showing 10 changed files with 96 additions and 73 deletions.
20 changes: 11 additions & 9 deletions api-gateway/api-gateway-bootstrap/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
${AnsiStyle.BOLD}${AnsiColor.BRIGHT_GREEN}
___ ____ ____ ______ __
/ | / __ \/ _/ / ____/___ _/ /____ _ ______ ___ __
/ /| | / /_/ // / / / __/ __ `/ __/ _ \ | /| / / __ `/ / / /
/ ___ |/ ____// / / /_/ / /_/ / /_/ __/ |/ |/ / /_/ / /_/ /
/_/ |_/_/ /___/ \____/\__,_/\__/\___/|__/|__/\__,_/\__, /
/____/
┌────────────────────────────────────────────────────────────────────┐
│ ___ ____ ____ ______ __ │
│ / | / __ \/ _/ / ____/___ _/ /____ _ ______ ___ __ │
│ / /| | / /_/ // / / / __/ __ `/ __/ _ \ | /| / / __ `/ / / / │
│ / ___ |/ ____// / / /_/ / /_/ / /_/ __/ |/ |/ / /_/ / /_/ / │
│ /_/ |_/_/ /___/ \____/\__,_/\__/\___/|__/|__/\__,_/\__, / │
│ /____/ │
└────────────────────────────────────────────────────────────────────┘
${AnsiStyle.BOLD}API Gateway :: Powered by Spring Boot ::${spring-boot.formatted-version}
${AnsiColor.CYAN}Author: Johnny Miller (锺俊), email: johnnysviva@outlook.com
${AnsiStyle.NORMAL}${AnsiColor.MAGENTA}http://patorjk.com/software/taag/#p=display&f=Slant&t=API%20Gateway
${AnsiStyle.NORMAL}${AnsiColor.MAGENTA}http://patorjk.com/software/taag/#p=display&c=bash&f=Slant&t=API%20Gateway
${AnsiColor.BRIGHT_BLACK}
-------------------------------------------Font Info-------------------------------------------
──────────────────────────────────── Font Info ────────────────────────────────────
Slant by Glenn Chappell 3/93 -- based on Standard
Includes ISO Latin-1
figlet release 2.1 -- 12 Aug 1994
Expand All @@ -20,7 +22,7 @@ Modified by Paul Burton <solution@earthlink.net> 12/96 to include new parameter
supported by FIGlet and FIGWin. May also be slightly modified for better use
of new full-width/kern/smush alternatives, but default output is NOT changed.

------------------------------------------Banner Info------------------------------------------
─────────────────────────────────── Banner Info ───────────────────────────────────
Banner generated by Text ASCII Art Generator.
A web app that lets you type in large ASCII Art text lettering.
This can create art you can put in your email signature, on your webpage, etc etc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package com.jmsoftware.maf.authcenter.event

import com.google.common.eventbus.AllowConcurrentEvents
import com.google.common.eventbus.EventBus
import com.google.common.eventbus.Subscribe
import com.jmsoftware.maf.common.util.logger
import com.jmsoftware.maf.springcloudstarter.eventbus.DemoEvent
import com.jmsoftware.maf.springcloudstarter.eventbus.EventSubscriber
import com.jmsoftware.maf.springcloudstarter.property.MafProjectProperties

/**
* # DemoEventSubscriber
Expand All @@ -15,17 +15,17 @@ import com.jmsoftware.maf.springcloudstarter.eventbus.EventSubscriber
* @author Johnny Miller (锺俊), email: johnnysviva@outlook.com, 6/23/22 7:46 AM
**/
@EventSubscriber
@Suppress("unused")
class DemoEventSubscriber(
private val eventBus: EventBus
private val mafProjectProperties: MafProjectProperties
) {
companion object {
private val log = logger()
}

@Subscribe
@AllowConcurrentEvents
@Suppress("unused")
fun subscribe(demoEvent: DemoEvent) {
log.info("Got subscription: $demoEvent")
log.info("${mafProjectProperties.projectArtifactId}.${this.javaClass.simpleName} got subscription of: $demoEvent")
}
}
19 changes: 11 additions & 8 deletions auth-center/auth-center-bootstrap/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
${AnsiStyle.BOLD}${AnsiColor.BRIGHT_GREEN}
___ __ __ ______ __
/ | __ __/ /_/ /_ / ____/__ ____ / /____ _____
/ /| |/ / / / __/ __ \ / / / _ \/ __ \/ __/ _ \/ ___/
/ ___ / /_/ / /_/ / / / / /___/ __/ / / / /_/ __/ /
/_/ |_\__,_/\__/_/ /_/ \____/\___/_/ /_/\__/\___/_/
┌───────────────────────────────────────────────────────────────┐
│ ___ __ __ ______ __ │
│ / | __ __/ /_/ /_ / ____/__ ____ / /____ _____ │
│ / /| |/ / / / __/ __ \ / / / _ \/ __ \/ __/ _ \/ ___/ │
│ / ___ / /_/ / /_/ / / / / /___/ __/ / / / /_/ __/ / │
│ /_/ |_\__,_/\__/_/ /_/ \____/\___/_/ /_/\__/\___/_/ │
│ │
└───────────────────────────────────────────────────────────────┘
${AnsiStyle.BOLD}Auth Center :: Powered by Spring Boot ::${spring-boot.formatted-version}
${AnsiColor.CYAN}Author: Johnny Miller (锺俊), email: johnnysviva@outlook.com
${AnsiStyle.NORMAL}${AnsiColor.MAGENTA}http://patorjk.com/software/taag/#p=display&f=Slant&t=Auth%20Center
${AnsiStyle.NORMAL}${AnsiColor.MAGENTA}http://patorjk.com/software/taag/#p=display&c=bash&f=Slant&t=Auth%20Center
${AnsiColor.BRIGHT_BLACK}
-------------------------------------------Font Info-------------------------------------------
──────────────────────────────────── Font Info ────────────────────────────────────
Slant by Glenn Chappell 3/93 -- based on Standard
Includes ISO Latin-1
figlet release 2.1 -- 12 Aug 1994
Expand All @@ -19,7 +22,7 @@ Modified by Paul Burton <solution@earthlink.net> 12/96 to include new parameter
supported by FIGlet and FIGWin. May also be slightly modified for better use
of new full-width/kern/smush alternatives, but default output is NOT changed.

------------------------------------------Banner Info------------------------------------------
─────────────────────────────────── Banner Info ───────────────────────────────────
Banner generated by Text ASCII Art Generator.
A web app that lets you type in large ASCII Art text lettering.
This can create art you can put in your email signature, on your webpage, etc etc.
Expand Down
19 changes: 11 additions & 8 deletions maf-mis/maf-mis-bootstrap/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
${AnsiStyle.BOLD}${AnsiColor.BRIGHT_GREEN}
__ ______ ______ __ ____________
/ |/ / | / ____/ / |/ / _/ ___/
/ /|_/ / /| | / /_ / /|_/ // / \__ \
/ / / / ___ |/ __/ / / / // / ___/ /
/_/ /_/_/ |_/_/ /_/ /_/___//____/
┌───────────────────────────────────────────────┐
│ __ ______ ______ __ ____________ │
│ / |/ / | / ____/ / |/ / _/ ___/ │
│ / /|_/ / /| | / /_ / /|_/ // / \__ \ │
│ / / / / ___ |/ __/ / / / // / ___/ / │
│ /_/ /_/_/ |_/_/ /_/ /_/___//____/ │
│ │
└───────────────────────────────────────────────┘
${AnsiStyle.BOLD}MAF MIS :: Powered by Spring Boot ::${spring-boot.formatted-version}
${AnsiColor.CYAN}Author: Johnny Miller (锺俊), email: johnnysviva@outlook.com
${AnsiStyle.NORMAL}${AnsiColor.MAGENTA}http://patorjk.com/software/taag/#p=display&f=Slant&t=MAF%20MIS
${AnsiStyle.NORMAL}${AnsiColor.MAGENTA}http://patorjk.com/software/taag/#p=display&c=bash&f=Slant&t=MAF%20MIS
${AnsiColor.BRIGHT_BLACK}
-------------------------------------------Font Info-------------------------------------------
──────────────────────────────────── Font Info ────────────────────────────────────
Slant by Glenn Chappell 3/93 -- based on Standard
Includes ISO Latin-1
figlet release 2.1 -- 12 Aug 1994
Expand All @@ -19,7 +22,7 @@ Modified by Paul Burton <solution@earthlink.net> 12/96 to include new parameter
supported by FIGlet and FIGWin. May also be slightly modified for better use
of new full-width/kern/smush alternatives, but default output is NOT changed.

------------------------------------------Banner Info------------------------------------------
─────────────────────────────────── Banner Info ───────────────────────────────────
Banner generated by Text ASCII Art Generator.
A web app that lets you type in large ASCII Art text lettering.
This can create art you can put in your email signature, on your webpage, etc etc.
Expand Down
19 changes: 11 additions & 8 deletions oss-center/oss-center-bootstrap/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
${AnsiStyle.BOLD}${AnsiColor.BRIGHT_GREEN}
____ __________ ______ __
/ __ \/ ___/ ___/ / ____/__ ____ / /____ _____
/ / / /\__ \\__ \ / / / _ \/ __ \/ __/ _ \/ ___/
/ /_/ /___/ /__/ / / /___/ __/ / / / /_/ __/ /
\____//____/____/ \____/\___/_/ /_/\__/\___/_/
┌─────────────────────────────────────────────────────────┐
│ ____ __________ ______ __ │
│ / __ \/ ___/ ___/ / ____/__ ____ / /____ _____ │
│ / / / /\__ \\__ \ / / / _ \/ __ \/ __/ _ \/ ___/ │
│ / /_/ /___/ /__/ / / /___/ __/ / / / /_/ __/ / │
│ \____//____/____/ \____/\___/_/ /_/\__/\___/_/ │
│ │
└─────────────────────────────────────────────────────────┘
${AnsiStyle.BOLD}Static Resource Center :: Powered by Spring Boot ::${spring-boot.formatted-version}
${AnsiColor.CYAN}Author: Johnny Miller (锺俊), email: johnnysviva@outlook.com
${AnsiStyle.NORMAL}${AnsiColor.MAGENTA}http://patorjk.com/software/taag/#p=display&f=Slant&t=Static%20Resource%20Center
${AnsiStyle.NORMAL}${AnsiColor.MAGENTA}http://patorjk.com/software/taag/#p=display&c=bash&f=Slant&t=OSS%20Center
${AnsiColor.BRIGHT_BLACK}
-------------------------------------------Font Info-------------------------------------------
──────────────────────────────────── Font Info ────────────────────────────────────
Slant by Glenn Chappell 3/93 -- based on Standard
Includes ISO Latin-1
figlet release 2.1 -- 12 Aug 1994
Expand All @@ -19,7 +22,7 @@ Modified by Paul Burton <solution@earthlink.net> 12/96 to include new parameter
supported by FIGlet and FIGWin. May also be slightly modified for better use
of new full-width/kern/smush alternatives, but default output is NOT changed.

------------------------------------------Banner Info------------------------------------------
─────────────────────────────────── Banner Info ───────────────────────────────────
Banner generated by Text ASCII Art Generator.
A web app that lets you type in large ASCII Art text lettering.
This can create art you can put in your email signature, on your webpage, etc etc.
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@
<spring-content.version>1.0.0.M5</spring-content.version>
<spring-boot-admin-starter-server.version>2.6.6</spring-boot-admin-starter-server.version>
<spring-boot-admin-starter-client.version>2.6.6</spring-boot-admin-starter-client.version>
<mybatis-plus-boot-starter.version>3.5.1</mybatis-plus-boot-starter.version>
<mybatis-plus-boot-starter.version>3.5.2</mybatis-plus-boot-starter.version>
<dynamic-datasource-spring-boot-starter.version>3.5.1</dynamic-datasource-spring-boot-starter.version>
<shardingsphere.version>5.1.1</shardingsphere.version>
<hutool-all.version>5.8.2</hutool-all.version>
<shardingsphere.version>5.1.2</shardingsphere.version>
<hutool-all.version>5.8.3</hutool-all.version>
<guava.version>31.1-jre</guava.version>
<springdoc-openapi-ui.version>1.6.6</springdoc-openapi-ui.version>
<jjwt.version>0.11.5</jjwt.version>
<java-faker.version>1.0.2</java-faker.version>
<easyexcel.version>2.2.6</easyexcel.version>
<poi.version>5.2.2</poi.version>
<logstash-logback-encoder.version>7.2</logstash-logback-encoder.version>
<minio.version>8.4.1</minio.version>
<minio.version>8.4.2</minio.version>
<okhttp.version>4.8.1</okhttp.version>
<apache-tika.version>2.4.0</apache-tika.version>
<mapstruct.version>1.4.2.Final</mapstruct.version>
<mapstruct.version>1.5.2.Final</mapstruct.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
<jacoco.version>0.8.8</jacoco.version>
<mockito-kotlin.version>4.0.0</mockito-kotlin.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
${AnsiStyle.BOLD}${AnsiColor.BRIGHT_GREEN}
_____ _ ____ __ ___ __ _
/ ___/____ _____(_)___ ____ _ / __ )____ ____ / /_ / | ____/ /___ ___ (_)___
\__ \/ __ \/ ___/ / __ \/ __ `/ / __ / __ \/ __ \/ __/ / /| |/ __ / __ `__ \/ / __ \
___/ / /_/ / / / / / / / /_/ / / /_/ / /_/ / /_/ / /_ / ___ / /_/ / / / / / / / / / /
/____/ .___/_/ /_/_/ /_/\__, / /_____/\____/\____/\__/ /_/ |_\__,_/_/ /_/ /_/_/_/ /_/
/_/ /____/
┌──────────────────────────────────────────────────────────────────────────────────────────────┐
│ _____ _ ____ __ ___ __ _ │
│ / ___/____ _____(_)___ ____ _ / __ )____ ____ / /_ / | ____/ /___ ___ (_)___ │
│ \__ \/ __ \/ ___/ / __ \/ __ `/ / __ / __ \/ __ \/ __/ / /| |/ __ / __ `__ \/ / __ \ │
│ ___/ / /_/ / / / / / / / /_/ / / /_/ / /_/ / /_/ / /_ / ___ / /_/ / / / / / / / / / / │
│ /____/ .___/_/ /_/_/ /_/\__, / /_____/\____/\____/\__/ /_/ |_\__,_/_/ /_/ /_/_/_/ /_/ │
│ /_/ /____/ │
└──────────────────────────────────────────────────────────────────────────────────────────────┘
${AnsiStyle.BOLD}Spring Boot Admin :: Powered by Spring Boot ::${spring-boot.formatted-version}
${AnsiColor.CYAN}Author: Johnny Miller (锺俊), email: johnnysviva@outlook.com
${AnsiStyle.NORMAL}${AnsiColor.MAGENTA}http://patorjk.com/software/taag/#p=display&f=Slant&t=Spring%20Boot%20Admin
${AnsiStyle.NORMAL}${AnsiColor.MAGENTA}http://patorjk.com/software/taag/#p=display&c=bash&f=Slant&t=Spring%20Boot%20Admin
${AnsiColor.BRIGHT_BLACK}
-------------------------------------------Font Info-------------------------------------------
──────────────────────────────────── Font Info ────────────────────────────────────
Slant by Glenn Chappell 3/93 -- based on Standard
Includes ISO Latin-1
figlet release 2.1 -- 12 Aug 1994
Expand All @@ -20,7 +22,7 @@ Modified by Paul Burton <solution@earthlink.net> 12/96 to include new parameter
supported by FIGlet and FIGWin. May also be slightly modified for better use
of new full-width/kern/smush alternatives, but default output is NOT changed.

------------------------------------------Banner Info------------------------------------------
─────────────────────────────────── Banner Info ───────────────────────────────────
Banner generated by Text ASCII Art Generator.
A web app that lets you type in large ASCII Art text lettering.
This can create art you can put in your email signature, on your webpage, etc etc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package com.jmsoftware.maf.springcloudstarter.eventbus

import org.springframework.context.annotation.*
import org.springframework.context.annotation.Import
import org.springframework.core.annotation.AliasFor
import kotlin.annotation.AnnotationRetention.*
import kotlin.annotation.AnnotationTarget.*

import kotlin.annotation.AnnotationRetention.RUNTIME
import kotlin.annotation.AnnotationTarget.CLASS

/**
* # EnableEventBus
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
package com.jmsoftware.maf.springcloudstarter.eventbus

import org.springframework.stereotype.Component
import kotlin.annotation.AnnotationRetention.RUNTIME
import kotlin.annotation.AnnotationTarget.CLASS

/**
* # EventSubscriber
*
* Change description here.
*
* @author Johnny Miller (锺俊), email: johnnysviva@outlook.com, 6/23/22 7:52 AM
**/
@Component
@Target(CLASS)
@Retention(RUNTIME)
@MustBeDocumented
annotation class EventSubscriber
Loading

0 comments on commit f869645

Please sign in to comment.