Skip to content

Commit

Permalink
Merge pull request #52 from buession/development
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
eduosi authored Nov 6, 2024
2 parents e6a5cdf + 6792459 commit b779c50
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 249 deletions.
83 changes: 79 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,84 @@ Buession Parent Changelog
===========================


## [3.0.0](https://github.com/buession/buession-parent/releases/tag/v3.0.0) (2024-xx-xx)

### 🔨依赖升级
- [springframework](https://github.com/spring-projects/spring-framework) 版本升级至 5.3.37
- [spring-boot](https://spring.io/projects/spring-boot) 版本升级至 5.3.37
- [spring-security](https://spring.io/projects/spring-security) 版本升级至 5.8.13
- [spring-security-rsa](http://github.com/spring-projects/spring-security-rsa) 版本升级至 1.1.3
- [spring-data-mongodb](https://spring.io/projects/spring-data-mongodb) 版本升级至 3.4.18
- [spring-data-redis](https://spring.io/projects/spring-data-redis) 版本升级至 2.7.18
- [spring session](https://spring.io/projects/spring-session) 版本升级至 2.7.4
- [druid](https://github.com/alibaba/druid) 版本升级至 1.2.23
- [fastjson2](https://github.com/alibaba/fastjson2) 版本升级至 2.0.49
- [fasterxml jackson](http://github.com/FasterXML/jackson) 版本升级至 2.17.1
- [guava](https://github.com/google/guava) 版本升级至 33.3.0-jre
- [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) 版本升级至 12.6.1.jre8
- [google protobuf](https://github.com/google/protobuf-java) 版本升级至 3.25.3
- [mysql-connector-j](http://dev.mysql.com/doc/connector-j/en/) 版本升级至 8.4.0
- [commons-cli](https://commons.apache.org/proper/commons-cli/) 版本升级至 1.7.1
- [commons-codec](https://commons.apache.org/proper/commons-codec/) 版本升级至 1.17.0
- [io.dropwizard.metrics](https://mvnrepository.com/search?q=io.dropwizard.metrics) 版本升级至 4.2.26
- [io.micrometer](https://github.com/micrometer-metrics/micrometer) 版本升级至 1.12.5
- [netty](https://netty.io/) 版本升级至 4.1.112.Final
- [joda-time](https://www.joda.org/joda-time/) 版本升级至 2.12.7
- [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) 版本升级至 2.2
- [commons-dbcp2](https://commons.apache.org/dbcp/) 版本升级至 2.12.0
- [commons-text](https://commons.apache.org/proper/commons-text) 版本升级至 2.12.0
- [apache httpcomponents 5](https://hc.apache.org/httpcomponents-client-5.3.x/) 版本升级至 5.3.1
- [apache log4j](https://mvnrepository.com/artifact/org.apache.logging.log4j) 版本升级至 2.23.1
- [rocketmq](https://github.com/apache/rocketmq-clients/tree/master/java) 版本升级至 5.3.0
- [zookeeper](https://github.com/apache/zookeeper) 版本升级至 3.9.2
- [aspectj](https://www.eclipse.org/aspectj/) 版本升级至 1.9.22.1
- [bouncycastle](https://github.com/bcgit/bc-java) 版本升级至 1.78.1
- [hdrhistogram](http://hdrhistogram.github.io/HdrHistogram/) 版本升级至 2.2.2
- [kotlin](https://kotlinlang.org/) 版本升级至 1.9.24
- [mongodb-driver-core](https://github.com/mongodb/mongo-java-driver) 版本升级至 4.11.2
- [mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) 版本升级至 4.11.2
- [objectweb asm](http://asm.ow2.io/) 版本升级至 9.7
- [jedis](https://github.com/redis/jedis) 版本升级至 5.1.4
- [lettuce](https://github.com/lettuce-io/lettuce-core) 版本升级至 6.4.0.M1
- [tomcat-jdbc](https://tomcat.apache.org/) 版本升级至 11.0.0-M22
- [mybatis](http://www.mybatis.org/mybatis-3) 版本升级至 3.5.16
- [mongodb-driver-core](https://github.com/mongodb/mongo-java-driver) 版本升级至 5.1.2
- [mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) 版本升级至 5.1.2
- [io.micrometer](https://github.com/micrometer-metrics/micrometer) 版本升级至 1.13.2
- [spring-data-elasticsearch](https://github.com/spring-projects/spring-data-elasticsearch) 版本升级至 4.4.18
- [slf4j](http://www.slf4j.org) 版本升级至 2.0.13
- [commons-io ](https://commons.apache.org/proper/commons-io/) 版本升级至 2.16.1
- [commons-cli](https://commons.apache.org/proper/commons-cli/) 版本升级至 1.8.0
- [projectreactor reactor-core](https://github.com/reactor/reactor-core) 版本升级至 3.6.8
- [google protobuf](https://github.com/google/protobuf-java) 版本升级至 4.27.3
- [gson](https://mvnrepository.com/artifact/com.google.code.gson/gson) 版本升级至 2.11.0


### ⭐ 新特性

- 引入 [spring integration](https://github.com/spring-projects/spring-integration)
- 引入 [alibaba spring-context-support](https://github.com/alibaba/spring-context-support)
- 引入 [commons-daemon](https://commons.apache.org/proper/commons-daemon/)
- 引入 [commons-math3](http://commons.apache.org/proper/commons-math/)
- 引入 [spring-kafka](https://github.com/spring-projects/spring-kafka)
- 引入 [spring-rabbit](https://github.com/spring-projects/spring-rabbit)
- 引入 [javassist](https://www.javassist.org/)
- 引入 [elasticsearch client](https://github.com/elastic/elasticsearch)
- 引入 [oracle ucp](https://www.oracle.com/database/technologies/maven-central-guide.html)
- 引入 [prometheus simpleclient]
- 引入 [couchbase client]
- 引入 [azure cosmos]
- 引入 [projectreactor netty](https://github.com/reactor/reactor-netty)


### 🔔 变化

- 移除 junit:junit,使用 org.junit.jupiter:junit-jupiter-api 替代


---


## [2.3.3](https://github.com/buession/buession-parent/releases/tag/v2.3.3) (2024-05-06)

### 🔨依赖升级
Expand Down Expand Up @@ -109,7 +187,7 @@ Buession Parent Changelog
- [objectweb asm](http://asm.ow2.io/) 版本升级至 9.5
- [springframework](https://github.com/spring-projects/spring-framework) 版本升级至 5.2.25.RELEASE
- [jedis](https://github.com/redis/jedis) 版本升级至 4.4.3
- [spring-security-rsa](http://github.com/spring-projects/spring-security-oauth) 版本升级至 1.0.12
- [spring-security-rsa](http://github.com/spring-projects/spring-security-rsa) 版本升级至 1.0.12
- [bouncycastle](https://github.com/bcgit/bc-java) 版本升级至 1.76


Expand Down Expand Up @@ -150,10 +228,7 @@ Buession Parent Changelog
- 引入 [apache httpcomponents 5](https://hc.apache.org/httpcomponents-client-5.2.x/)
- 引入 [mysql-connector-j](http://dev.mysql.com/doc/connector-j/en/)
- 引入 [mongodb-driver-sync](https://www.mongodb.com/)
- 引入 [spring-data-cassandra](https://github.com/spring-projects/spring-data-cassandra)
- 引入 [spring-data-elasticsearch](https://github.com/spring-projects/spring-data-elasticsearch)
- 引入 [spring-session-data-mongodb](https://spring.io/projects/spring-session)
- 引入 [spring-session-hazelcast](https://spring.io/projects/spring-session)
- 引入 [spring-session-jdbc](https://spring.io/projects/spring-session)
- 引入 [commons-text](https://commons.apache.org/proper/commons-text)
- 引入 [commons-jexl3](https://commons.apache.org/proper/commons-jexl/)
Expand Down
Loading

0 comments on commit b779c50

Please sign in to comment.