Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlyn Normington2012-11-20 16:04:39 +0000
committerGlyn Normington2012-11-20 16:04:39 +0000
commit10f78222c9fbf676edee9839cc64604665922150 (patch)
tree6b2995b95863a7bc244a09e0e5e235d4e178a1f0
parent62c6b25db674304b519bbfe503ca3e36745be3f5 (diff)
downloadblueprint-10f78222c9fbf676edee9839cc64604665922150.tar.gz
blueprint-10f78222c9fbf676edee9839cc64604665922150.tar.xz
blueprint-10f78222c9fbf676edee9839cc64604665922150.zip
begin 2.0 migration notes
-rw-r--r--documentation/migration/_index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/migration/_index.html b/documentation/migration/_index.html
index 3da9f84..8ca3bb5 100644
--- a/documentation/migration/_index.html
+++ b/documentation/migration/_index.html
@@ -1,4 +1,17 @@
<div id="midcolumn">
+ <h1>Migrating from Gemini Blueprint 1.0.x to 2.0.0</h1>
+ <ul>
+ <li>
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=356683">Bug 356683</a>: extender configuration is created once rather than twice and then applied to both Blueprint and Spring DM extenders.
+ </li>
+ <li>
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=393960">Bug 393960</a>: Gemini Blueprint 2.0.0 is built with Java 6, unlike 1.0.x which was built with Java 5.
+ </li>
+ <li>
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=394116">Bug 394116</a>: No attempt is made to activate lazily activated bundles. The 1.0.x code attempted to do this but was only successful in most cases due to an <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=nnnnnn">Equinox bug nnnnnn</a> which is now fixed.
+ </li>
+ </ul>
+
<h1>Migrating from Spring Dynamic Modules to Eclipse Gemini Blueprint</h1>

Back to the top