Skip to content

Commit

Permalink
version 4.3 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsmj committed Feb 4, 2020
1 parent d894dfe commit 0958236
Show file tree
Hide file tree
Showing 18 changed files with 562 additions and 314 deletions.
62 changes: 31 additions & 31 deletions build/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu, 19 Dec 2019 14:55:43 +1000
#Mon, 03 Feb 2020 17:00:45 +1000
# Tomcat details: installation directory and whether the installation should treat
# it as a YAWL-dedicated instance (optimising class-loading by putting all dependency
# JARs in Tomcat's shared lib folder) or an instance shared with other applications
Expand Down Expand Up @@ -49,50 +49,50 @@ proxy.port=
#tomcat.manager.password=password

# Ant-created build number and date for each webapp
yawl.build.number=1556
yawl.build.date=2019-12-19 14.55.43
yawl.build.number=1559
yawl.build.date=2020-02-03 17.00.10

yawlSMSInvoker.build.number=0180
yawlSMSInvoker.build.date=2019-11-14 09.43.29
yawlSMSInvoker.build.number=0183
yawlSMSInvoker.build.date=2020-02-03 17.00.12

yawlWSInvoker.build.number=0285
yawlWSInvoker.build.date=2019-11-14 09.43.29
yawlWSInvoker.build.number=0288
yawlWSInvoker.build.date=2020-02-03 17.00.13

workletService.build.number=2002
workletService.build.date=2019-11-14 09.43.29
workletService.build.number=2005
workletService.build.date=2020-02-03 17.00.13

resourceService.build.number=4038
resourceService.build.date=2019-12-17 13.43.11
resourceService.build.number=4041
resourceService.build.date=2020-02-03 17.00.15

monitorService.build.number=0542
monitorService.build.date=2019-11-14 09.43.32
monitorService.build.number=0545
monitorService.build.date=2020-02-03 17.00.17

costService.build.number=0193
costService.build.date=2019-11-14 09.43.35
costService.build.number=0196
costService.build.date=2020-02-03 17.00.19

twitterService.build.number=0135
twitterService.build.date=2019-11-14 09.43.35
twitterService.build.number=0138
twitterService.build.date=2020-02-03 17.00.20

schedulingService.build.number=0405
schedulingService.build.date=2019-11-14 09.43.36
schedulingService.build.number=0408
schedulingService.build.date=2020-02-03 17.00.22

digitalSignature.build.number=0228
digitalSignature.build.date=2019-11-14 09.43.37
digitalSignature.build.number=0231
digitalSignature.build.date=2020-02-03 17.00.22

mailSender.build.number=0197
mailSender.build.date=2019-11-14 09.43.37
mailSender.build.number=0200
mailSender.build.date=2020-02-03 17.00.23

mailService.build.number=0164
mailService.build.date=2019-11-14 09.43.38
mailService.build.number=0167
mailService.build.date=2020-02-03 17.00.23

procletService.build.number=0447
procletService.build.date=2019-11-14 09.43.39
procletService.build.number=0450
procletService.build.date=2020-02-03 17.00.25

documentStore.build.number=0108
documentStore.build.date=2019-11-14 09.43.40
documentStore.build.number=0111
documentStore.build.date=2020-02-03 17.00.26

controlpanel.build.number=0383
controlpanel.build.date=2017-11-29 13.02.42
controlpanel.build.number=0386
controlpanel.build.date=2020-02-03 17.00.45

orderfulfillment.build.number=0004
orderfulfillment.build.date=2016-03-11 16.49.19
8 changes: 4 additions & 4 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<filter token="SCHEDULING_LOGGING_LEVEL" value="${scheduling.logging.level}"/>
<filter token="PROCLET_LOGGING_LEVEL" value="${proclet.logging.level}"/>

<property name="app.version" value="4.2"/>
<property name="app.version" value="4.3"/>
<property name="developer.name" value="Michael Adams, Lachlan Aldred, Andrew Hastie,
Mike Fowler et al."/>

Expand Down Expand Up @@ -775,9 +775,9 @@

<!-- titles, headers & footers -->
<doctitle>
<![CDATA[<h1>YAWL Environment version 3.0</h1>]]></doctitle>
<![CDATA[<h1>YAWL Environment version 4.3</h1>]]></doctitle>
<bottom>
<![CDATA[<i>Copyright &#169; 2004-2014 The YAWL Foundation.</i>]]></bottom>
<![CDATA[<i>Copyright &#169; 2004-2020 The YAWL Foundation.</i>]]></bottom>

<!-- custom tags -->
<tag name="date" scope="all" description="Created/Last Date:"/>
Expand Down Expand Up @@ -2195,7 +2195,7 @@
<fileset dir="${lib.dir}" includes="${webapp_testService.libs}"/>
</copy>
<copy todir="${temp.dir}/balancer/WEB-INF/lib"
file="${output.dir}/yawl-lib-4.2.jar"/>
file="${output.dir}/yawl-lib-${app.version}.jar"/>
</target>

<!--
Expand Down
8 changes: 4 additions & 4 deletions build/engine/version.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Thu, 19 Dec 2019 14:55:43 +1000
#Mon, 03 Feb 2020 17:00:10 +1000
#Sun May 29 21:16:09 EST 2011
BuiltBy=adamsmj
OSVersion=10.15.2
BuildNumber=1,556
Version=4.2
BuildNumber=1,559
Version=4.3
JavaVersion=1.8.0_45
OS=Mac OS X
BuildDate=2019/12/19 14\:55
BuildDate=2020/02/03 17\:00
Binary file modified build/jar/procletEditor.jar
Binary file not shown.
Binary file modified build/jar/yawl-lib-4.2.jar
Binary file not shown.
10 changes: 5 additions & 5 deletions build/monitorService/version.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Thu, 14 Nov 2019 09:43:32 +1000
#Mon, 03 Feb 2020 17:00:17 +1000

Version=4.2
Version=4.3
BuiltBy=adamsmj
BuildDate=2019/11/14 09\:43
BuildNumber=45
BuildDate=2020/02/03 17\:00
BuildNumber=48
JavaVersion=1.8.0_45
OS=Mac OS X
OSVersion=10.15.1
OSVersion=10.15.2
55 changes: 55 additions & 0 deletions build/release_notes4.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
YAWL Release 4.3 03/02/2020
==============================

This is the version 4.3 release of the YAWL Environment.

This is a minor update version that consolidates all updates and bugfixes since the 4.2
release.

It is highly recommended that all users migrate to this new version.

QUICK START: After installation, start Tomcat and point a browser to
http://localhost:8080/resourceService


1. MINIMUM REQUIREMENTS
-----------------------
* Tomcat 7 or higher
* Java 8 (1.8) or higher


2. CHANGES IN THIS VERSION
--------------------------
* bugfix (issue #621): case mgt authorisation issues for participants with 'manage cases' privileges
* bugfix: AbstractAllocator failed to retrieve durations from event log for workitems with multi-word task names
* bugfix: build.xml missing dependency lib for mail service
* bugfix: catch throwables from data gateways
* bugfix: deallocating deferred choice workitem locks case
* bugfix: default values for output-only task variables not inserting correctly into task data document
* bugfix: double insertion of workitem timers to persistence
* bugfix: duplicate stringify in logging query
* bugfix: escaped wrapping of text in WorkItemRecord#toXML
* bugfix: hide-if incompletely hiding subpanels on dynamic forms
* bugfix: incorrect tag in XES log event nodes
* bugfix: incorrect YTimerType data doc
* bugfix: issue #625 - plugins not loading if grandchild classes
* bugfix: missing taskName fix for https://github.com/yawlfoundation/yawl/issues/614
* bugfix: NPE in digital signature service
* bugfix: NPE restoring timer states for non-named tasks
* bugfix: NPE viewing org data in some circumstances
* bugfix: XES logs for complete specifications omitting subprocess task events
* enhancement: added case import and export functionality
* enhancement: added LDAPSourceExtended files (thanks to Florian Quadt)
* enhancement: added support for engine running in redundant mode
* enhancement: added XQuery evaluations for YTimerType
* enhancement: LDAP updates
* enhancement: update mailService for transport strategy support (thanks to Florian Quadt)
* enhancement: WorkQueueGatewayClient made threadsafe
* refactor: better persistence of running codelets
* refactor: issue #626 - added YDataValidator#getSchemaHandler
* refactor: performance improvements in persistence and logging





10 changes: 5 additions & 5 deletions build/resourceService/version.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Tue, 17 Dec 2019 13:43:11 +1000
#Mon, 03 Feb 2020 17:00:15 +1000
#Mon May 30 13:56:38 EST 2011
OSVersion=10.15.1
OSVersion=10.15.2
BuiltBy=adamsmj
BuildNumber=4,040
BuildNumber=4,043
OS=Mac OS X
JavaVersion=1.8.0_45
Version=4.2
BuildDate=2019/12/17 13\:43
Version=4.3
BuildDate=2020/02/03 17\:00
14 changes: 7 additions & 7 deletions build/workletService/version.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Thu, 14 Nov 2019 09:43:29 +1000
#Sun May 29 21:16:11 EST 2011
OSVersion=10.15.1
#Mon, 03 Feb 2020 17:00:10 +1000
#Sun May 29 21:16:09 EST 2011
BuiltBy=adamsmj
BuildNumber=2,005
OS=Mac OS X
OSVersion=10.15.2
BuildNumber=1,559
Version=4.3
JavaVersion=1.8.0_45
Version=4.2
BuildDate=2019/11/14 09\:43
OS=Mac OS X
BuildDate=2020/02/03 17\:00
Loading

0 comments on commit 0958236

Please sign in to comment.