Skip to content

Commit 2c20c89

Browse files
author
Joerg Huber
committed
Changed to build with Java 7.
1 parent 6352dc3 commit 2c20c89

9 files changed

Lines changed: 17 additions & 2 deletions

SIF3InfraREST/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@ Upgraded some core library to later versions.
186186
=============================================================
187187
Version from Mon DD, 2016: v0.9.0 - Various changes
188188
=============================================================
189+
190+
****************************************************************************************************
191+
* AS OF THIS VERSION ALL FRAMEWORK LIBRARIES ARE COMPILED WITH JAVA 7. THE FRAMEWORK MAY NO LONGER *
192+
* SUPPORT OR RUN ON JAVA 6 ENVIRONMENTS. *
193+
****************************************************************************************************
194+
189195
- Made some method for "Changes Since" functionality more flexible.
190196
- Allow hibernate properties to be "injected".
191197
Please refer to the release notes in the directory "release/v0.9.0" for additional details and upgrade instructions.

SIF3InfraREST/ant.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ setup=test
66
app.name=SIF3InfraREST
77
frameworkversion=v0.9.0-beta
88
sifinfraversion=3.1
9-
javaversion=1.7
9+
#javaversion=1.7
1010
jarprefix=sif
1111

SIF3InfraREST/build.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252

5353
<!-- print some varaibles -->
5454
<target name="00-env" description="Show Ant variables">
55+
<echo message="Java/JVM version: ${ant.java.version}"/>
56+
<echo message="Java/JVM detail version: ${java.version}"/>
5557
<echo message="project.basedir: ${project.basedir}"/>
5658
<echo message="app.name: ${app.name}"/>
5759
<echo message="build.dir: ${build.dir}"/>
@@ -64,7 +66,7 @@
6466
<echo message="config.dir: ${config.dir}"/>
6567
<echo message="deploy.install.dir: ${deploy.install.dir}"/>
6668
<echo message="frameworkversion: ${frameworkversion}"/>
67-
<echo message="javaversion: ${javaversion}"/>
69+
<!--echo message="javaversion: ${javaversion}"/-->
6870
<echo message="jarprefix: ${jarprefix}"/>
6971
<echo message="classpath: ${toString:classpath}"/>
7072
</target>
@@ -92,6 +94,8 @@
9294

9395
<!-- Main Compile Target -->
9496
<target name="compile-all" depends="init" description="Compile all sources">
97+
<echo message="Ant uses Java/JVM version: ${ant.java.version}"/>
98+
<echo message="Detailed Java/JVM version: ${java.version}"/>
9599

96100
<!-- Compile Inrastructure components -->
97101
<foreach list="${srcs}" target="compile-src" param="elem" trim="true" />
-1.47 KB
Binary file not shown.
-568 Bytes
Binary file not shown.
-38 Bytes
Binary file not shown.
-426 Bytes
Binary file not shown.
88 Bytes
Binary file not shown.

SIF3InfraREST/release/v0.9.0/Release_Notes_v0.9.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release Notes for v0.9.0 of SIF3 Framework (Mon DD, 2016)
33
==============================================================
44

5+
****************************************************************************************************
6+
* AS OF THIS VERSION ALL FRAMEWORK LIBRARIES ARE COMPILED WITH JAVA 7. THE FRAMEWORK MAY NO LONGER *
7+
* SUPPORT OR RUN ON JAVA 6 ENVIRONMENTS. *
8+
****************************************************************************************************
9+
510
Bug Fixes
611
---------
712
- Use 1 as first page for navigationPage throughout the framework. This is according to the SIF3 specification.

0 commit comments

Comments
 (0)