Skip to content

Latest Release v0.11.0 #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 69 commits into from
May 9, 2017
Merged
Changes from 1 commit
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
45accfc
Updated upgrade instructions for v0.11.0.
Feb 9, 2017
164e6a6
Use slf4j instead of log4j.
Feb 9, 2017
5b67ca7
Latest SIF AU datamodel.
Feb 9, 2017
b948397
Added dependency for slf4j instead of log4j.
Feb 9, 2017
2bd251a
Latest pre-build library versions.
Feb 9, 2017
9ff6095
Set infrastructure version to 3.1 in sample XML.
Feb 9, 2017
3c74fc8
Updated documentation to latest HITS2 version.
Feb 21, 2017
79fbf70
Added Fingerprint element to data model.
Mar 21, 2017
86ce2c3
Updated to point to new deployment of HITS.
Mar 21, 2017
d985972
Enable payload debug.
Mar 21, 2017
89ca42d
Point to new HITS environment.
Mar 21, 2017
84e4aa4
updated to latest environment ID.
Mar 21, 2017
397cfe2
Updated namespace to 3.2.1.
Mar 21, 2017
3e3b9fa
Updated some tests.
Mar 21, 2017
3dbc3bc
Added new target for 3.2.1 since structure of XSD dependencies changed.
Mar 21, 2017
b16f292
Latest SIF 3.2.1 XSDs
Mar 21, 2017
03ad50d
Latest onfrastructure data model.
Mar 21, 2017
6f3597d
Updated SQLite db example.
Mar 21, 2017
348d00f
Updated Create Scripts to include Fingerprint column.
Mar 21, 2017
ea776bc
SQL Fix to add fingerprint to existing installations.
Mar 21, 2017
2cdd5fa
Latest library version.
Mar 21, 2017
c956fa7
Updated upgrade instructions.
Mar 21, 2017
7d41faa
Updated to use SIF 3.2.1 and AU 3.4.2 (demo only) libraries.
Mar 21, 2017
09501c1
Refreshed to 3.2.1 infrastructure.
Mar 21, 2017
8cec631
Changes to include fingerprint management.
Mar 21, 2017
020b746
Latest AU Datamodel Library.
Mar 21, 2017
6e75348
Minor changes to test-run the new infrastructure and fingerprint.
Mar 21, 2017
98f8b01
Use latest AU Data Model in Demo.
Mar 21, 2017
0abe471
Updated namespaces in temaplates.
Mar 21, 2017
30c2de9
Added more details to upgrade instructions.
Mar 21, 2017
8244cb6
Updated release notes with latest changes.
Mar 23, 2017
52e5373
Added jettison library to dependency to ensure correct version is used.
Mar 23, 2017
8cc9272
Initial submission.
Apr 13, 2017
35126a9
Added setup for two new tables.
Apr 13, 2017
8cc25e7
Added AuthenticationType enumeration.
Apr 13, 2017
7be9c7f
Updated tests.
Apr 13, 2017
ad6cdf9
Updated javadoc for new classes.
Apr 13, 2017
f5d2cdd
Updated DB Structure.
Apr 13, 2017
e885f22
New table scripts.
Apr 13, 2017
c83c2f0
Updated table scripts.
Apr 13, 2017
fa845a4
Updated release notes.
Apr 13, 2017
0acf78a
Latest library versions.
Apr 13, 2017
7d6444a
Updated SIF AU Library.
Apr 13, 2017
53bc053
No longer tie down authentication method via enumeration.
May 4, 2017
18d5107
New classes required for make authentication more flexible.
May 4, 2017
d86a4ff
Added new parameter to constructor.
May 4, 2017
2b5db67
Replaced BearerSecurityFactory with more generic SecurityServiceFactory.
May 4, 2017
b60d8e4
Extend SecurityServiceInfo.
May 4, 2017
0ac0054
Set new Security Configuration as not mutable (read-only).
May 4, 2017
d78c86e
Various changes to use new security approach.
May 4, 2017
561e967
Moved tests to SIF3Demo project due to build dependencies.
May 4, 2017
5ff3f3f
Various changes due to refactoring of Authentication Approach.
May 4, 2017
e348665
Various changes due to refactoring of Authentication Approach.
May 4, 2017
699cf88
Use new SecurityServiceFactory rather than BearerSecurityFactory.
May 4, 2017
e757891
Fixed error in SQL Scripts.
May 4, 2017
c98944b
initial.
May 4, 2017
48b749f
Updated release notes.
May 4, 2017
2c6bf03
Updated Readme.
May 4, 2017
4f04fb8
Latest version of pre-build libraries.
May 4, 2017
9179c24
Removed security service property. Now it is in a database.
May 4, 2017
7a8ce5b
Updated RicOne Use Case documentation to reflect the latest version of
May 4, 2017
e535606
Changes imposed with latest Security Service implementation.
May 4, 2017
99641cb
Test Cases.
May 4, 2017
12a6707
Changed to call new constructor.
May 4, 2017
4b412a3
Added "ignore" file.
May 4, 2017
045b1d2
Modified a test case.
May 4, 2017
3d5bca4
Added to "ignore"
May 4, 2017
059a2bc
Fixed infrastructure version.
May 9, 2017
b328ff8
Create README.md
joerghuber May 9, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed infrastructure version.
  • Loading branch information
Joerg Huber committed May 9, 2017
commit 059a2bc1cd1de72eba6d7ea229e47fd0d1122e98
2 changes: 1 addition & 1 deletion SIF3InfraREST/documentation/UseCases/RICOne/RICOne.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<consumerName></consumerName>
<applicationInfo>
<applicationKey></applicationKey>
<supportedInfrastructureVersion>3.1</supportedInfrastructureVersion>
<supportedInfrastructureVersion>3.2.1</supportedInfrastructureVersion>
<dataModelNamespace>http://www.sifassociation.org/datamodel/na/3.3</dataModelNamespace>
<transport>REST</transport>
<applicationProduct>
Expand Down