vmassol     2003/07/13 15:33:14

  Modified:    .        ANNOUNCEMENT.txt
  Log:
  Added binary incompatibility
  
  Revision  Changes    Path
  1.2       +9 -0      jakarta-cactus/ANNOUNCEMENT.txt
  
  Index: ANNOUNCEMENT.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/ANNOUNCEMENT.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ANNOUNCEMENT.txt  13 Jul 2003 22:10:55 -0000      1.1
  +++ ANNOUNCEMENT.txt  13 Jul 2003 22:33:14 -0000      1.2
  @@ -11,6 +11,15 @@
   * [Bug 21237] CactifyWarTask duplicates init-param lines in existing web.xml 
     servlet tag  
   * [Bug 17933] FormAuthentication assumes "localhost" when adding cookies  
  +* Some binary incompatiblity was introduced by the refactoring of the
  +  XXXTestCase class hierarchy. Whereas it was previously inheriting from 
  +  AbstractWebTestCase and AbstractTestCase, it is now simply inheriting
  +  from JUnit TestCase. Thus all non-public API are now not visible from 
  +  users (as they should be). If you had some framework compiled with Cactus 
  +  1.4.1 and using some methods from AbstractWebTestCase or 
  +  AbstractTestCase, you'll need to recompile it with Cactus 1.5 or you 
  +  might get a NoClassDefFoundError exception. We'll be more careful in the
  +  future.
   
   Existing users of Cactus 1.4.1 can also check the Migration page
   (http://jakarta.apache.org/cactus/howto_migration.html) which explains how to
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to