mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- A patch will assign initial version values to the entities - Deprecated TransactionUtil in favour of the RetryingTransactionHelper - Renamed RetryingTransactionHelper.Callback to RetryingTransactionHelper.RetryingTransactionCallback The name Callback clashes with many other classes in the classpath - Moved loads of components to be included in the retry behaviour Duplicate name checks - This is done using a query, but the entity update is not written to the database early - Concurrent adds of the same-named child node will only fail at the end of the transaction - TODO: Detect the duplicate violation during transaction retrying Workaround for ADMLuceneTest - Disable session size resource management during tests git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5823 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
23 lines
287 B
Properties
23 lines
287 B
Properties
#
|
|
# Community network version information
|
|
#
|
|
|
|
# Version label
|
|
|
|
version.major=2
|
|
version.minor=1
|
|
version.revision=0
|
|
version.label=dev
|
|
|
|
# Edition label
|
|
|
|
version.edition=Community Network
|
|
|
|
# Build number
|
|
|
|
version.build=@build-number@
|
|
|
|
# Schema number
|
|
|
|
version.schema=54
|