- Revision
- 560
- Author
- rfscholte
- Date
- 2009-02-21 05:57:11 -0600 (Sat, 21 Feb 2009)
Log Message
added upgrading hints considering JavaPackage on upgrade page
Modified Paths
Diff
Modified: trunk/qdox/src/site/content/upgrade.html (559 => 560)
--- trunk/qdox/src/site/content/upgrade.html 2009-02-21 11:40:56 UTC (rev 559) +++ trunk/qdox/src/site/content/upgrade.html 2009-02-21 11:57:11 UTC (rev 560) @@ -3,11 +3,26 @@ <title>Upgrading</title> </head> <body> + <h2>Upgrading to 1.9 or above</h2> + <p> + This section describes what needs to be done when upgrading to QDox + 1.9.</a>. + </p> + <h2>Things that might break your code</h2> + <p> + In both <a + href="" and + <a href="" + the getPackage() returns an object of type <a + href="" + instead of a String. To get the same result as before use getPackage().getName() . + </p> + <h2>Upgrading to 1.6 or above</h2> <p> This section describes what needs to be done when upgrading to QDox - 1.5. For an extensive list of changes (most of them backwards + 1.6. For an extensive list of changes (most of them backwards compatible), please see the <a href="" Report</a>. </p>
To unsubscribe from this list please visit:
