From 1a913b21c18d2359cf45ce5210363771314ab769 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 28 Jan 2015 12:03:44 +0100 Subject: [PATCH] Updates to migration guide --- .../en-US/modules/MigrationFromOlderVersions.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docbook/reference/en/en-US/modules/MigrationFromOlderVersions.xml b/docbook/reference/en/en-US/modules/MigrationFromOlderVersions.xml index c7a263e1d1..58b6b02a50 100755 --- a/docbook/reference/en/en-US/modules/MigrationFromOlderVersions.xml +++ b/docbook/reference/en/en-US/modules/MigrationFromOlderVersions.xml @@ -80,7 +80,17 @@
Version specific migration
- Migrating from 1.1.Beta1 to 1.1.Beta2 + Migrating from 1.1.0.Beta2 to 1.1.0.Final + + + Providers are no longer loaded from WEB-INF/lib, they are now loaded + from standalone/configuration/providers. See the + providers section for more details. + + +
+
+ Migrating from 1.1.0.Beta1 to 1.1.0.Beta2 Adapters are now a separate download. They are not included in appliance and war distribution. We have too many now and the distro is getting bloated. @@ -95,7 +105,7 @@
- Migrating from 1.0.x.Final to 1.1.Beta1 + Migrating from 1.0.x.Final to 1.1.0.Beta1 RealmModel JPA and Mongo storage schema has changed UserSessionModel JPA and Mongo storage schema has changed as these interfaces have been refactored