Skip to content

Commit f017c6b

Browse files
authored
release 0.5.2
release 0.5.2
2 parents e9e7255 + 111b6f8 commit f017c6b

File tree

240 files changed

+5004
-2461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+5004
-2461
lines changed

.gitignore

+5-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ target/
2828
/distribution/bin
2929
/distribution/conf
3030
/distribution/lib
31-
server/*root.*
32-
server/.root.*
33-
*.data
31+
/server/*root.*
32+
/server/.root.*
33+
/server/sessionStore/
34+
/sessionStore/
3435

3536
# system ignore
3637
.DS_Store
3738
Thumbs.db
38-
*.orig
39-
*.class
40-
data*
39+
*.orig

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: java
22
sudo: false # faster builds
33

44
jdk:
5+
- openjdk11
56
- openjdk8
67

78
cache:

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at dev.fescar@gmail.com. All
58+
reported by contacting the project team at dev-seata@googlegroups.com. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![codecov](https://codecov.io/gh/seata/seata/branch/develop/graph/badge.svg)](https://codecov.io/gh/seata/seata)
77
[![license](https://img.shields.io/github/license/seata/seata.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
88
[![maven](https://img.shields.io/maven-central/v/io.seata/seata-parent.svg)](https://search.maven.org/search?q=io.seata)
9+
[![](https://img.shields.io/twitter/follow/seataio.svg?label=Follow&style=social&logoWidth=0)](https://twitter.com/intent/follow?screen_name=seataio)
910

1011
## What is Seata?
1112

@@ -80,7 +81,7 @@ For more details about principle and design, please go to [Seata wiki page](http
8081

8182
## Maven dependency
8283
```xml
83-
<seata.version>0.5.0</seata.version>
84+
<seata.version>0.5.1</seata.version>
8485

8586
<dependency>
8687
<groupId>io.seata</groupId>
@@ -126,7 +127,7 @@ Contributors are welcomed to join the FEATS project. Please check [CONTRIBUTING]
126127
* [Twitter](https://twitter.com/seataio): Follow along for latest Seata news on Twitter.
127128

128129
* Mailing list:
129-
* dev-fescar@googlegroups.com , for dev/user discussion. [subscribe](mailto:dev-fescar[email protected]), [unsubscribe](mailto:dev-fescar[email protected]), [archive](https://groups.google.com/forum/#!forum/dev-fescar)
130+
* dev-seata@googlegroups.com , for dev/user discussion. [subscribe](mailto:dev-seata[email protected]), [unsubscribe](mailto:dev-seata[email protected]), [archive](https://groups.google.com/forum/#!forum/dev-seata)
130131

131132
**Dingtalk**
132133

0 commit comments

Comments
 (0)