-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.xml
70 lines (68 loc) · 2.88 KB
/
changes.xml
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
27
28
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
<?xml version="1.0" encoding="UTF-8"?>
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>longneck-core changelog</title>
<author email="[email protected]">Molnár Péter</author>
</properties>
<body>
<release version="1.7.7" date="2015-10-16" description="Performance improvements.">
<action dev="lukacsg" type="update">
Performance improvements on using Redirect- and other Exceptions.
</action>
</release>
<release version="1.7.4" date="2014-08-28" description="Longneck with new fileds mapping logic.">
<action dev="lukacsg" type="update">
Refactor the omipotens kernel class.
</action>
<action dev="lukacsg" type="update">
Fileds mapping logic was changed..
</action>
</release>
<release version="1.7.3" date="2014-08-28" description="Longneck with testing facilities.">
<action dev="geszler" type="update">
Null source element added with implementation.
</action>
<action dev="geszler" type="update">
Core functionalities extended with testing primitives (test-cases element and command line parameters)
with implementation.
</action>
<action dev="lukacsg" type="update">
Fail element extend to description fields.
</action>
</release>
<release version="1.7.1" date="2013-09-11" description="First GitHub release.">
<action dev="molnarp" type="update">
Removed parent POM.
</action>
<action dev="lukacsg" type="update">
Check errors coming from filtered records are added to the error table.
</action>
<action dev="molnarp" type="update">
Updated the process language XML Schema with documentation elements.
</action>
<action dev="molnarp" type="fix">
Fixed bug in datetime-to-format to handle null values silently.
</action>
<action dev="molnarp" type="update">
Added support for setting default properties in extensions in the META-INF/longneck/properties/ folder.
</action>
<action dev="tnemeth" type="update">
The version attribute on blocks, constraints and entites is now optional.
</action>
<action dev="tnemeth" type="update">
Removed log message, if reported times and record/sec values are 0.
</action>
<action dev="molnarp" type="update">
Merged longneck-cli classes.
</action>
<action dev="molnarp" type="update">
Introduced parent POM.
</action>
<action dev="molnarp" type="fix">
Added special null handling to datetime-to-format block to prevent NPE on null inputs.
</action>
</release>
</body>
</document>