Skip to content

Commit

Permalink
build: bump project version from 0.3.8 to 0.3.10 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
YongwuHe authored Sep 5, 2023
1 parent a52b7f4 commit b943fb7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,32 @@ AREX is implemented with an unique mechanism for recording. Instead of being a p
AREX utilizes the advanced Java technique, Instrument API, and is capable of instrumenting various libraries and frameworks which are widely used.

**Libraries and frameworks supported by Arex (to be added...)**
[maven version range rules](https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html)

#### Foundation
- Java Executors
- System time
- Dynamic Type
#### Spring
- Spring Boot 1.4+-2.x+
- Spring Boot [1.4+, 2.x+]
- Servlet API 3+、5+
#### Http Client
- Apache HttpClient 4.x
- OkHttp 3.x、4.x
- Spring WebClient 5.x
- Apache HttpClient [4.0,)
- OkHttp [3.0, 4.11]
- Spring WebClient [5.0,)
- Spring Template
#### Redis Client
- Jedis 2.10+, 4+
- Redisson 3.x
- Lettuce 5.x, 6.x
- Jedis [2.10+, 4+]
- Redisson [3.0,)
- Lettuce [5.x, 6.x]
#### Persistence framework
- MyBatis 3.x, MyBatis-Plus, TkMyBatis
- Hibernate 5.x
#### NoSQL
- MongoDB [3.x, 4.x]
#### RPC
- Apache Dubbo 2.x3.x
- Alibaba Dubbo
- Apache Dubbo [2.x, 3.x]
- Alibaba Dubbo 2.x
#### Auth
- Spring Security 5.x
- Apache Shiro 1.x
Expand All @@ -56,7 +59,7 @@ AREX utilizes the advanced Java technique, Instrument API, and is capable of ins
#### Netty
- Netty server 4.1+
#### Config
- Apollo Config 1.x2.x
- Apollo Config [1.x, 2.x]
## Installation


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<properties>
<!-- Maven CI Friendly Versions https://maven.apache.org/maven-ci-friendly.html -->
<revision>0.3.8</revision>
<revision>0.3.10</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down

0 comments on commit b943fb7

Please sign in to comment.