readme.html 6.2 KB
Newer Older
T
tombaeyens 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
<?xml version="1.0" encoding="UTF-8"?>

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
	  <title>Activiti Readme</title>
	</head>
	<body>
	
	  <img src="docs/userguide/images/activiti_readme.png"/>
		
    <h1>License</h1>
    <p><a href="license.txt">Apache license</a></p>
    
    <h1>Documentation</h1>
    <ul>
      <li><a href="docs/userguide/index.html#10minutetutorial">10 Minute Tutorial</a></li>
      <li><a href="docs/userguide/index.html">The User Guide</a></li>
      <li><a href="docs/userguide/index.html#examples">Examples</a></li>
      <li><a href="docs/javadocs/index.html">Javadocs</a></li>
    </ul>

    <h1>Stability guarantees</h1>
    <p>Until a first GA version (see <a href="http://activiti.org/roadmap.html">roadmap</a>), there 
    can be absolutely no assumptions about stability.
    </p>

T
tombaeyens 已提交
27
  <h1>Activiti Release Notes</h1>
28

T
tombaeyens 已提交
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
    <h3>5.0.beta1 (September 1, 2010)</h3>

    <h4>Known limitations</h4>
    <ul>
    <li>Optimistic locking isn't tested yet [<a href='http://jira.codehaus.org/browse/ACT-106'>ACT-106</a>]</li>
    <li>History only contains HistoricProcessInstances, no HistoricActivityInstances yet [<a href='http://jira.codehaus.org/browse/ACT-30'>ACT-30</a>]</li>
    <li>Some API changes are still expected [<a href='http://jira.codehaus.org/browse/ACT-104'>ACT-104</a>]</li>
    </ul>
    <h4>New Features</h4>
    <ul>
    <li>[<a href='http://jira.codehaus.org/browse/ACT-55'>ACT-55</a>] -         Introduce first version of Activiti-Cycle
    <li>[<a href='http://jira.codehaus.org/browse/ACT-91'>ACT-91</a>] -         Expand serviceTask with method and value expressions
    </li>
    </ul>
		<h4>Bugs</h4>
		<ul>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-39'>ACT-39</a>] -         fix ProcessEngineInitializationTest
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-98'>ACT-98</a>] -         REST API errors
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-99'>ACT-99</a>] -         Table records don&#39;t show
		</li>
		</ul>
		<h4>Improvements</h4>
		<ul>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-2'>ACT-2</a>] -         Clean up API
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-6'>ACT-6</a>] -         Rename DbProcessEngineBuilder to ProcessEngineBuilder
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-60'>ACT-60</a>] -         pvm refactoring
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-79'>ACT-79</a>] -         Please add a ELResolver that automatically resolves any bean in the Spring BeanFactory in which the ELResolver resides
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-80'>ACT-80</a>] -         Extend service task to SignallableActivityBehavior
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-82'>ACT-82</a>] -         Expose form attribute from Task object
		</li>
		</ul>
		<h4>Tasks</h4>
		<ul>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-48'>ACT-48</a>] -         Add Grails plugin link to docs or website
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-59'>ACT-59</a>] -         define table/column naming strategy
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-61'>ACT-61</a>] -         Introduce query API for deployments and resources
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-75'>ACT-75</a>] -         document maven repo in the website community page
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-85'>ACT-85</a>] -         Improve error message when db driver is not found
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-86'>ACT-86</a>] -         Fix classpath in setup script for other dbs
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-90'>ACT-90</a>] -         Add Spring integration examples and documentation
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-96'>ACT-96</a>] -         Cycle demo build creates 2 files in codebase
		</li>
		<li>[<a href='http://jira.codehaus.org/browse/ACT-101'>ACT-101</a>] -         Add sorting of the table names in Probe
		</li>
		</ul>

    <h3>5.0.alpha4 (August 1, 2010)</h3>
J
jbarrez 已提交
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
    <h4>Improvements</h4>
    <ul>
      <li>MySQL support</li>
      <li>Support for method expressions on sequence flow</li>
      <li>Revised ActivityExecution API</li>
      <li>Added ConcurrencyController API</li>
      <li>Process Event Bus</li>
      <li>Taskforms: added date and date picker support</li>
      <li>Explorer: changed process definition drop down list to a separate page</li>
    </ul>
    
     <h4>New features</h4>
    <ul>
      <li>BPMN parallel gateway</li>
      <li>BPMN manual task</li>
      <li>BPMN (embedded) subprocess</li>
      <li>BPMN call activity (subprocess)</li>
      <li>BPMN Java service task</li>
      <li>Spring integration (experimental, no docs yet)</li>
    </ul>
    
     <h4>Bugfixes</h4>
    <ul>
      <li>Made engine compatible with BPMN 2.0 beta process models</li>
      <li>Fixed exception on windows and linux when using boundary timer event</li>
      <li>Expression cannot have whitespaces</li>
    </ul>

T
tombaeyens 已提交
118
    <h3>5.0.alpha3 (July 1, 2010)</h3>
T
tombaeyens 已提交
119 120 121 122 123 124 125 126 127 128 129
    <h4>Improvements</h4>
    <ul>
      <li>Switch from iBatis to MyBatis</li>
      <li>JobExecutor</li>
      <li>BPMN Timers</li>
      <li>BPMN JSR 223 script support.</li>
      <li>Updated to a newer version of BPMN xsd</li>
      <li>Query API</li>
      <li>Switched JUnit usage from 3-style inheritance to 4-style annotations</li>
    </ul>

T
tombaeyens 已提交
130
    <h3>5.0.alpha2 (June 1, 2010)</h3>
T
tombaeyens 已提交
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
    <h4>Improvements</h4>
    <ul>
      <li>Task forms in Activiti Explorer</li>
      <li>Database table content viewer in Activiti Probe</li>
      <li>Exclusive gateway</li>
      <li>Unified Expression Language support</li>
      <li>Reduced download size</li>
    </ul>
    <h4>Known limitations</h4>
    <ul>
      <li>No history in Activiti Engine</li>
      <li>Only single DB: H2</li>
      <li>Only one tx demarcation tech: standalone JDBC</li>
      <li>No process concurrency</li>
    </ul>
T
tombaeyens 已提交
146
		<h3>5.0.alpha1 (May 17, 2010)</h3>
T
tombaeyens 已提交
147 148 149 150 151 152 153 154 155 156 157 158
		<h4>Known limitations</h4>
		<ul>
      <li>No history in Activiti Engine</li>
      <li>Only single DB: H2</li>
      <li>Only one tx demarcation tech: standalone JDBC</li>
      <li>No task forms</li>
      <li>No process concurrency</li>
      <li>No Activiti Cycle</li>
		</ul>
	
	</body>
</html>