Skip to content

Commit bf5c424

Browse files
author
Joerg Huber
committed
Updated release notes with latest.
1 parent 11cb97c commit bf5c424

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

SIF3InfraREST/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,13 @@ new framework version.**
174174

175175
**Please refer to the detailed release notes in "release/v0.13.0" carefully to ensure that your project is upgraded properly to the new framework version.**
176176

177-
## Version from MMM DD, 2018: v0.14.0 - Various changes
177+
## Version from MMM DD, 2019: v0.14.0 - Various changes
178178
___
179179
**AS OF THIS VERSION ALL FRAMEWORK LIBRARIES ARE COMPILED WITH JAVA 8. THE FRAMEWORK MAY NO LONGER SUPPORT OR RUN ON JAVA VERSIONS OLDER THAN JAVA 8.**
180180
___
181181
- Updated some test cases to use SIF AU 3.4.4 data model (draft)
182+
- Added Named Query functionality (Consumer & Provider). For details on how to use Named Queries, please refer to section x.x
183+
in the Developer's Guide.
182184

183185
**Please refer to the detailed release notes in "release/v0.14.0" carefully to ensure that your project is upgraded properly to the new framework version.**
184186

SIF3InfraREST/release/v0.14.0/Release_Notes_v0.14.0.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
==============================================================
2-
Release Notes for v0.14.0 of SIF3 Framework (MMM DD, 2018)
2+
Release Notes for v0.14.0 of SIF3 Framework (MMM DD, 2019)
33
==============================================================
44

5+
****************************************************************************************************
6+
* AS OF THIS VERSION ALL FRAMEWORK LIBRARIES ARE COMPILED WITH JAVA 8. THE FRAMEWORK MAY NO LONGER *
7+
* SUPPORT OR RUN ON ENVIRONMENTS WITH JAVA VERSIONS OLDER THAN JAVA 8. *
8+
****************************************************************************************************
9+
510
Bug Fixes
611
---------
7-
None
12+
- Fixed issue where "Local Queue Consumer" threads were started each time a consumer class was instantiated. They are now
13+
correctly started at the time the consumer loader class is executed but not when a consumer is initiated.
814

915
New Functionality
1016
-----------------
11-
None
17+
- Added Named Query functionality (Consumer & Provider). For details on how to use Named Queries, please refer to section x.x
18+
in the Developer's Guide.
1219

1320
Changed Functionality
1421
---------------------
@@ -23,11 +30,6 @@ None
2330
-- Upgrade Instructions --
2431
==========================
2532

26-
****************************************************************************************************
27-
* AS OF THIS VERSION ALL FRAMEWORK LIBRARIES ARE COMPILED WITH JAVA 8. THE FRAMEWORK MAY NO LONGER *
28-
* SUPPORT OR RUN ON ENVIRONMENTS WITH JAVA VERSIONS OLDER THAN JAVA 8. *
29-
****************************************************************************************************
30-
3133
Infrastructure Upgrade
3234
----------------------
3335
None

0 commit comments

Comments
 (0)