Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Markdown
This is the checklist about the graduation Weex from Apache Incubator.

# Major block issues
The following major block issues must be solve before the graduation.

## Third-Party IP
Some third-party work is essential when using Weex, and they should be donated to ASF. The following list about third part works may not be completed, and it's possible we could add or remove items from the list
* [weex-toolkit](https://github.com/weexteam/CLI-for-Apache-Weex)
* [vue-loader](https://github.com/weexteam/weex-vue-loader)

## Android Package Name
The Android package name currently is `com.taobao.xxx`, and they should be renamed to `org.apache.xxx` using a compatibility way

# Minor issue
There is very low possibility that following minor could block the graduation, but it would be better if they are solved before graudationgraduation.

## JavaScriptCore in convenience binary of Weex
Currently, the JavaScriptCore.so is bundled in the convenience binary of Weex, though we have gained approved from [Legal team](https://issues.apache.org/jira/browse/LEGAL-464), it would be more user-friendly and less legal trouble if we could seperateseparate JavaScriptCore.so from the convenience binary of Weex.

## Website problem
Committers can't publish weex website using the code from [incubator-weex-site](https://github.com/apache/incubator-weex-site/) due to the following reason:
* There is no release script in that Git repo. 
* There are some pages of Weex webistewebsite relies on third party server, and the server supplier thinks the communication protocalprotocol between the server and the browerbrowser is some kinds of confidential, they don't agree we put release scirptscript which may leak the communication protocalprotocol on Github.

Currently, only committers who have signed a contract where they promised not to leak the communication protocalprotocol can publish the website with the unpublished release script.

...