Releases: javahongxi/whatsmars
Releases · javahongxi/whatsmars
v2021.4.0
- Upgrade to java 11
- Upgrade spring boot to 2.4.3
- Move module
whatsmars-rpc
to jaws - Move module
whatsmars-spring-cloud
to spring-cloud-samples - Add module
whatsmars-sentinel
whatsmars-reactor
whatsmars-java
- Add archetypes
whatsmars-archetypes
- Add more samples for
whatsmars-boot-sample-web
whatsmars-boot-sample-webflux
Rocket.S9
- Upgrade spring boot to 2.3.0.RELEASE
- Upgrade elasticjob to 3.0.0-alpha
- Add module
whatsmars-archetypes
- Add more spring boot samples
- Add spring cloud gateway demo
- New whatsmars-rpc
summer
- Remove some useless modules
Rocket.S8
- Upgrade io.shardingsphere to org.apache.shardingsphere
- Add module
whatsmars-mq-kafka-server
whatsmars-mq-kafka-spring
- Kafka examples in
whatsmars-mq-kafka
- Transfer Java SE demo to https://github.com/javahongxi/java
- Elasticsearch TransportClient tests
- Add module
whatsmars-flink
- Add module
whatsmars-spring-data
- Spring Profile demo in
whatsmars-spring
Rocket.S7
whatsmars-common
/src/test 补充:
- AQS 源码中文解读
- CompletableFuture 更多 demo
- NIO demo
Rocket.S6
- Add module
whatsmars-netty
(netty examples) - Upgrade dubbo to 2.7.3, rocketmq to 4.5.1
- Code optimise:
whatsmars-common
whatsmars-zk
- Complete
whatsmars-serialization
- Add JAVA SE demo into
whatsmars-common
/src/test
Rocket.S5
- Upgrade to dubbo 2.7.0
- Remove whatsmars-dubbo-sentinel,whatsmars-dubbo-service
- Add module
dubbo-spring-boot-starter
- Dubbo annotation demo
- pom optimise (properties alphabetical order, import properties from
spring-boot-dependencies
)
Rocket.S4
- Copy dubbo-common,rocketmq-common to whatsmars-common
- Recover dbrouter into whatsmars-spring
- Optimise DubboConfig
- Rename package of whatsmars-logging
- Read yaml in Spring
- Optimise whatsmars-spring-boot (delete xml)
- Analyse rocketmq-remoting
- Remove whatsmars-rpc-grpc
Rocket.S3
- Remove whatsmars-earth, whatsmars-dbrouter, whatsmars-tomcat
- Rename whatsmars-sharding-jdbc to whatsmars-shardingsphere
- Merge whatsmars-boot-sample-elasticsearch into whatsmars-elasticsearch
- Copy code from rocketmq-logging to whatsmars-logging
- Copy code from rocketmq-remoting to whatsmars-remoting
- Copy code from dubbo-remoting-zookeeper to whatsmars-zk
- Manage the dependencies of dubbo and rocketmq-client in parent pom
Rocket.S2
remove whatsmars-javase, deprecate whatsmars-earth
Rocket.S1
- 统一整个项目的spring-boot版本,Upgrade spring-boot to 2.1.1.RELEASE
- 去掉对spring-data-redis的封装,spring-data-redis本身已经足够好用
- 更多 spring-data-redis demo
whatsmars-boot-sample-redis
- 去掉dubbo-spring-boot-starter模块,直接引用官方的0.2.0版本
- 升级mysql驱动 com.mysql.cj.jdbc.Driver
- Upgrade shardingjdbc to shardingsphere