Skip to content

Commit

Permalink
version bump 6.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardttom committed Mar 16, 2017
1 parent 76eb797 commit 2c0a7ca
Show file tree
Hide file tree
Showing 97 changed files with 111 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

/esperio-kafka/lib/*.jar
/install.cmd
/target/esper-parent-6.0.0.jar
/target/esper-parent-*.jar
/target/maven-archiver/pom.properties
/copy.cmd
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="Name" value="Esper"/>
<property name="name" value="esper"/>
<property name="nameio" value="esperio"/>
<property name="version" value="6.0.0"/>
<property name="version" value="6.0.1"/>
<property name="patchlevel" value=""/>
<property name="fullversion" value="${version}${patchlevel}"/>
<property name="fullname" value="${name}-${fullversion}"/>
Expand Down
12 changes: 9 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Esper Changelog
===================

Changes in version 6.0.0
Changes in version 6.0.1
------------------------
- Requires Java 8
- The following dependent jar files are upgraded:
Expand All @@ -28,7 +28,7 @@ Changes in version 6.0.0
- New EsperIO Kafka input and output adapter
- Many other improvements across the code and documentation that are not explicitly listed above

Version 6.0.0 API and EPL Backwards-Incompatible changes:
Version 6.0.1 API and EPL Backwards-Incompatible changes:
- The @EventRepresentation annotation changed: it now takes a default parameter i.e. @EventRepresentation(map)
- Minor change in behavior in respect to Object-array event types: When inserting a single column into an existing Object-array event type the engine would allow that column to become the property of a Object-array fragment, which was inconsistent with other types
- Minor change to client API in CurrentTimeEvent to support microseconds: Rename of field "timeInMilliseconds" and CurrentTimeSpanEvent to "targetTime"
Expand All @@ -44,8 +44,14 @@ Bug fixes
- Fixed issue QGZ-934-29530 NPE casting null constant to type using 'cast(null, type)'
- Fixed issue FEH-558-71216 NullPointerException thrown during Single Row Function invocation passing invocation context when eligible for filter optimizations
- Fixed issue FIP-509-17859 NPE thrown context-event props used in output rate crontab
- Fixed issue CUI-623-48365 {artitioned-context with null-value key not processing events
- Fixed issue CUI-623-48365 Partitioned-context with null-value key not processing events
- Fixed issue FHX-177-20419 Wrapper underlying EventBean has incorrect associated type for single-column select conversion
- Fixed issue SIP-889-27087 Unparsable for JavaScript script with single-quote in a commented line
- Fixed issue ZBL-605-95607 Event matches twice when filter has an 'or' and when used with contexts causing duplicate delivery or stack overflow

Changes in version 6.0.0
------------------------
- Same as 6.0.1, with the exception of SIP-889-27087 and ZBL-605-95607

Changes in version 5.5.0
------------------------
Expand Down
2 changes: 1 addition & 1 deletion esper-avro/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Name of project and version, used to create filenames -->
<property name="Name" value="Esper-Avro"/>
<property name="name" value="esper-avro"/>
<property name="version" value="6.0.0"/>
<property name="version" value="6.0.1"/>
<property name="patchlevel" value=""/>
<property name="fullversion" value="${version}${patchlevel}"/>
<property name="fullname" value="${name}-${fullversion}"/>
Expand Down
2 changes: 1 addition & 1 deletion esper-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esper-avro/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.8
Bundle-Vendor: EsperTech
Built-By: EsperTech
Build-Jdk: 1.8.0_111
Bundle-Version: 6.0.0
Bundle-Version: 6.0.1
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.espertech.esper.avro
Eclipse-BuddyPolicy: dependent
Expand Down
2 changes: 1 addition & 1 deletion esper-java7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esper-java7/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.7
Bundle-Vendor: EsperTech
Built-By: EsperTech
Build-Jdk: 1.8.0_111
Bundle-Version: 6.0.0
Bundle-Version: 6.0.1
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.espertech.esper
Eclipse-BuddyPolicy: dependent
Expand Down
2 changes: 1 addition & 1 deletion esper-regression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esper/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Name of project and version, used to create filenames -->
<property name="Name" value="Esper"/>
<property name="name" value="esper"/>
<property name="version" value="6.0.0"/>
<property name="version" value="6.0.1"/>
<property name="patchlevel" value=""/>
<property name="fullversion" value="${version}${patchlevel}"/>
<property name="fullname" value="${name}-${fullversion}"/>
Expand Down
2 changes: 1 addition & 1 deletion esper/doc/esper-jdocbook-style/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.espertech</groupId>
<artifactId>esper-jdocbook-style</artifactId>
<packaging>jdocbook-style</packaging>
<version>6.0.0</version>
<version>6.0.1</version>

<name>Esper Documentation Styles</name>
<description>Esper Documentation JDocBook styles</description>
Expand Down
2 changes: 1 addition & 1 deletion esper/doc/esper-jdocbook-xslt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.espertech</groupId>
<artifactId>esper-jdocbook-xslt</artifactId>
<packaging>jar</packaging>
<version>6.0.0</version>
<version>6.0.1</version>

<name>Esper Documentation XSLT</name>
<description>Esper Documentation XSLT</description>
Expand Down
2 changes: 1 addition & 1 deletion esper/doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<name>Esper Documentation</name>
<groupId>com.espertech</groupId>
<version>6.0.0</version>
<version>6.0.1</version>
<artifactId>esper-docs</artifactId>
<packaging>pom</packaging>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion esper/doc/reference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Esper Reference Documentation</name>
<groupId>com.espertech</groupId>
<artifactId>esper_reference</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
<packaging>jdocbook</packaging>
<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1793,10 +1793,10 @@ select * from pattern[A -> B(id = 10)];]]></programlisting>
1.7.0)
and its dependencies as in the sample below (with Esper 2.1) :
<programlisting><![CDATA[# classpath on Unix/Linux (on one single line)
etc:build:lib/esper-6.0.0.jar:lib/slf4j-api-1.7.21.jar:lib/slf4j-log4j12-1.7.21.jar:lib/cglib-nodep-3.2.4.jar
etc:build:lib/esper-6.0.1.jar:lib/slf4j-api-1.7.21.jar:lib/slf4j-log4j12-1.7.21.jar:lib/cglib-nodep-3.2.4.jar
:lib/antlr-runtime-4.5.3.jar:lib/log4j-1.2.17.jar
@rem classpath on Windows (on one single line)
etc;build;lib\esper-6.0.0.jar;lib\slf4j-log4j12-1.7.21.jar;lib\slf4j-api-1.7.21.jar;lib\cglib-nodep-3.2.4.jar
etc;build;lib\esper-6.0.1.jar;lib\slf4j-log4j12-1.7.21.jar;lib\slf4j-api-1.7.21.jar;lib\cglib-nodep-3.2.4.jar
;lib\antlr-runtime-4.5.3.jar;lib\log4j-1.2.17.jar]]></programlisting>
Note that <literal>./etc</literal> and <literal>./build</literal> have to be in the classpath.
At that stage you should also start to set min and max JVM heap. A good start is 1GB as in
Expand Down
2 changes: 1 addition & 1 deletion esper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esper/src/main/java/com/espertech/esper/util/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
package com.espertech.esper.util;

public class Version {
public static final String VERSION = "6.0.0";
public static final String VERSION = "6.0.1";
}
2 changes: 1 addition & 1 deletion esper/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.8
Bundle-Vendor: EsperTech
Built-By: EsperTech
Build-Jdk: 1.8.0_111
Bundle-Version: 6.0.0
Bundle-Version: 6.0.1
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.espertech.esper
Eclipse-BuddyPolicy: dependent
Expand Down
2 changes: 1 addition & 1 deletion esperio-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esperio-amqp/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.8
Bundle-Vendor: EsperTech
Built-By: EsperTech
Build-Jdk: 1.8.0_111
Bundle-Version: 6.0.0
Bundle-Version: 6.0.1
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.espertech.esperio-amqp
Eclipse-BuddyPolicy: dependent
Expand Down
2 changes: 1 addition & 1 deletion esperio-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esperio-csv/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.8
Bundle-Vendor: EsperTech
Built-By: EsperTech
Build-Jdk: 1.8.0_111
Bundle-Version: 6.0.0
Bundle-Version: 6.0.1
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.espertech.esperio-csv
Eclipse-BuddyPolicy: dependent
Expand Down
2 changes: 1 addition & 1 deletion esperio-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esperio-db/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.8
Bundle-Vendor: EsperTech
Built-By: EsperTech
Build-Jdk: 1.8.0_111
Bundle-Version: 6.0.0
Bundle-Version: 6.0.1
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.espertech.esperio-db
Eclipse-BuddyPolicy: dependent
Expand Down
2 changes: 1 addition & 1 deletion esperio-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esperio-http/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.8
Bundle-Vendor: EsperTech
Built-By: EsperTech
Build-Jdk: 1.8.0_111
Bundle-Version: 6.0.0
Bundle-Version: 6.0.1
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.espertech.esperio-http
Eclipse-BuddyPolicy: dependent
Expand Down
2 changes: 1 addition & 1 deletion esperio-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esperio-kafka/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.8
Bundle-Vendor: EsperTech
Built-By: EsperTech
Build-Jdk: 1.8.0_111
Bundle-Version: 6.0.0
Bundle-Version: 6.0.1
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.espertech.esperio-kafka
Eclipse-BuddyPolicy: dependent
Expand Down
2 changes: 1 addition & 1 deletion esperio-socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esperio-socket/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.8
Bundle-Vendor: EsperTech
Built-By: EsperTech
Build-Jdk: 1.8.0_111
Bundle-Version: 6.0.0
Bundle-Version: 6.0.1
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.espertech.esperio-socket
Eclipse-BuddyPolicy: dependent
Expand Down
2 changes: 1 addition & 1 deletion esperio-springjms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esperio-springjms/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.8
Bundle-Vendor: EsperTech
Built-By: EsperTech
Build-Jdk: 1.8.0_111
Bundle-Version: 6.0.0
Bundle-Version: 6.0.1
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.espertech.esperio-springjms
Eclipse-BuddyPolicy: dependent
Expand Down
2 changes: 1 addition & 1 deletion esperio-stax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion esperio-stax/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.8
Bundle-Vendor: EsperTech
Built-By: EsperTech
Build-Jdk: 1.8.0_111
Bundle-Version: 6.0.0
Bundle-Version: 6.0.1
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.espertech.esperio-stax
Eclipse-BuddyPolicy: dependent
Expand Down
2 changes: 1 addition & 1 deletion esperio/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Name of project and version, used to create filenames -->
<property name="Name" value="EsperIO"/>
<property name="name" value="esperio"/>
<property name="version" value="6.0.0"/>
<property name="version" value="6.0.1"/>
<property name="patchlevel" value=""/>
<property name="fullversion" value="${version}${patchlevel}"/>
<property name="fullname" value="${name}-${fullversion}"/>
Expand Down
2 changes: 1 addition & 1 deletion esperio/doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<name>Esper Documentation</name>
<groupId>com.espertech</groupId>
<version>6.0.0</version>
<version>6.0.1</version>
<artifactId>esperio-docs</artifactId>
<packaging>pom</packaging>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion esperio/doc/reference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>EsperIO Reference Documentation</name>
<groupId>com.espertech</groupId>
<artifactId>esper_adapter_reference</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
<packaging>jdocbook</packaging>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion examples/autoid/etc/setenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set LIB=..\..\..\esper\lib

set CLASSPATH=.
set CLASSPATH=%CLASSPATH%;..\target\classes
set CLASSPATH=%CLASSPATH%;..\..\..\esper-6.0.0.jar
set CLASSPATH=%CLASSPATH%;..\..\..\esper-6.0.1.jar
set CLASSPATH=%CLASSPATH%;%LIB%\cglib-nodep-3.2.4.jar
set CLASSPATH=%CLASSPATH%;%LIB%\slf4j-api-1.7.21.jar
set CLASSPATH=%CLASSPATH%;%LIB%\slf4j-log4j12-1.7.21.jar
Expand Down
2 changes: 1 addition & 1 deletion examples/autoid/etc/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LIB=../../../esper/lib

CLASSPATH=.
CLASSPATH=$CLASSPATH:../target/classes
CLASSPATH=$CLASSPATH:../../../esper-6.0.0.jar
CLASSPATH=$CLASSPATH:../../../esper-6.0.1.jar
CLASSPATH=$CLASSPATH:$LIB/cglib-nodep-3.2.4.jar
CLASSPATH=$CLASSPATH:$LIB/slf4j-api-1.7.21.jar
CLASSPATH=$CLASSPATH:$LIB/slf4j-log4j12-1.7.21.jar
Expand Down
2 changes: 1 addition & 1 deletion examples/autoid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-examples-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.parent.basedir}</rootPath>
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.espertech</groupId>
<artifactId>esper-examples-parent</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
</parent>
<properties>
<rootPath>${project.parent.parent.basedir}</rootPath>
Expand Down
Loading

0 comments on commit 2c0a7ca

Please sign in to comment.