Skip to content

Commit ce39d0b

Browse files
author
Joerg Huber
committed
Latest library build based on maven.
1 parent 7236f83 commit ce39d0b

10 files changed

Lines changed: 21 additions & 1 deletion
168 KB
Binary file not shown.
-142 KB
Binary file not shown.
-49 KB
Binary file not shown.
51.5 KB
Binary file not shown.
-49.3 KB
Binary file not shown.
73.5 KB
Binary file not shown.
-71.9 KB
Binary file not shown.
188 KB
Binary file not shown.
-186 KB
Binary file not shown.

SIF3InfraREST/release/v0.10.0/Release_Notes_v0.10.0.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Release Notes for v0.10.0 of SIF3 Framework (MM DD, 2016)
33
==============================================================
44

5+
Please note that as of this version the SIF3 Framework no longer uses Ant for the build process. It now uses
6+
Maven that is superior when it comes to dependency management. Therefore if you wish to build the framework
7+
yourself or need changes and want to rebuild it, you need either a Maven capable IDE or maven installed.
8+
Please refer to the developer's guide for maven version information.
9+
10+
If you have the framework imported to your IDE and want to upgrade to the latest version it is suggested
11+
that you perform the steps listed below. The directory structure has changed considerably and uses
12+
maven conventions. Therefore it is best to completely re-import the project to your IDE:
13+
14+
1) Remove the current SIF3 Framework Project from your IDE. This not only includes the removal from the IDE
15+
but also physical removal of the SIF3 Framework directory and its sub-directory. If you made changes to
16+
the framework, make sure you make a backup first!
17+
2) Now re-import the project as a Maven multi-module project into your IDE. Details for Eclispe are listed
18+
in the developer's guide under section "3.3.6.1 Eclipse Notes" Follow similar steps for other IDEs.
19+
20+
More details about the various maven modules can be found in the Developer's Guide in section
21+
"3.2. Framework Structure".
22+
523
Bug Fixes
624
---------
725
- Fixed issue on provider with external security services and the environment resource class. External tokens are
@@ -22,7 +40,9 @@ Changed Functionality
2240

2341
Removed Artifacts/Functionality
2442
-------------------------------
25-
- None
43+
- None
44+
- Dependency on the systemoc-framework_<date>.jar has been removed. Applicable classes of that library are now part of
45+
the SIF3 Framework.
2646

2747
--------------------------
2848
-- Upgrade Instructions --

0 commit comments

Comments
 (0)