Skip to content

Commit

Permalink
Migrate to JDK 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
realJustinLee committed Apr 22, 2019
1 parent 7765723 commit 6676075
Show file tree
Hide file tree
Showing 53 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ Fully comply with the code specification in the Alibaba Java Development Manual,
each layer achieves high cohesion and low coupling,
which significantly improves the scalability of the program and is easy to maintain.

## Requirements
- JRE 12.0.1
> Sorry. This project is compiled with Oracle JDK.
```
java version "12.0.1" 2019-04-16
Java(TM) SE Runtime Environment (build 12.0.1+12)
Java HotSpot(TM) 64-Bit Server VM (build 12.0.1+12, mixed mode, sharing)
```
> If you would like to adapt this project to business use.
> Please rebuild this project with Non-Oracle JDK or `OpenJDK`, Thanks.
## Code Guide Lines
This repository follows the guideline of the Alibaba coding guidelines.

Expand Down
Binary file modified out/artifacts/LiMeServer_jar/LiMeServer.jar
Binary file not shown.
Binary file modified out/artifacts/LiMe_jar/LiMe.jar
Binary file not shown.
Binary file modified out/production/LiMe/com/lixin/deprecated/LiMeSeed2LiMe.class
Binary file not shown.
Binary file not shown.
Binary file modified out/production/LiMe/com/lixin/lime/LiMe.class
Binary file not shown.
Binary file modified out/production/LiMe/com/lixin/lime/LiMeServer.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified out/production/LiMe/com/lixin/lime/client/model/LiMeModel.class
Binary file not shown.
Binary file modified out/production/LiMe/com/lixin/lime/client/view/LiMeChatFrame.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified out/production/LiMe/com/lixin/lime/protocol/entity/user.class
Binary file not shown.
Binary file not shown.
Binary file modified out/production/LiMe/com/lixin/lime/protocol/seed/LiMeSeed.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified out/production/LiMe/com/lixin/lime/server/mailbox/MailAccount.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified out/production/LiMe/com/lixin/test/MyTest.class
Binary file not shown.

0 comments on commit 6676075

Please sign in to comment.