Skip to content

Commit

Permalink
started migration notes for IPF 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unixoid committed Jul 9, 2024
1 parent 165225c commit 8a5d399
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions _pages/migration/migration-5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: IPF 5.0 Migration Guide
layout: single
permalink: /docs/migration-5.0/
toc: true
toc_icon: align-left
toc_sticky: true
---

IPF 5.0 comes with some changes that should be considered when upgrading from earlier IPF versions

## Renamed Classes and Modules

* Interface `org.openehealth.ipf.commons.ihe.ws.cxf.audit.XuaProcessor` was renamed to
`org.openehealth.ipf.commons.ihe.ws.cxf.audit.WsAuditDatasetEnricher`, because this
mechanism can be used for all types of Web Service audit dataset enrichment and not
only for extracting data from XUA tokens.

* Module `ipf-commons-ihe-xua` (containing an implementation of the aforementioned interface)
was renamed to `ipf-commons-ihe-swissepr`, because its functionalities relate not only
to extracting data from XUA tokens and are specific for the Swiss EPR.

3 changes: 2 additions & 1 deletion _pages/project-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ The javadocs can be obtained [here](apidocs/index.html).
[3.7 Update Instructions]: {{ site.baseurl }}{% link _pages/migration/migration-3.7.md %}
[4.0 Update Instructions]: {{ site.baseurl }}{% link _pages/migration/migration-4.0.md %}
[4.4 Update Instructions]: {{ site.baseurl }}{% link _pages/migration/migration-4.4.md %}
[4.8 Update Instructions]: {{ site.baseurl }}{% link _pages/migration/migration-4.8.md %}
[4.8 Update Instructions]: {{ site.baseurl }}{% link _pages/migration/migration-4.8.md %}
[5.0 Update Instructions]: {{ site.baseurl }}{% link _pages/migration/migration-5.0.md %}

0 comments on commit 8a5d399

Please sign in to comment.