Thu, 23 Apr 2009 10:34:26 +0200 Jaroslav Tulach A bit more info in case of #160584
Thu, 23 Apr 2009 10:15:44 +0200 Jaroslav Tulach Adding forgotten test files for #163315, missing in c2037d594c2e
Thu, 23 Apr 2009 09:09:42 +0200 Jaroslav Tulach #163315: Queries to FolderLookup shall not wait for end of notification of lookup's listeners. That would invalidate the whole point of moving the notification into own, dedicated dispatch thread and delivering them asynchronously. However there also needs to be a fix in AbstractLookup to collectListeners and invalidate caches synchronously and only then notify the listeners asynchronously.
Wed, 22 Apr 2009 17:45:40 +0200 Jaroslav Tulach Adding org.openide.util package.html
Tue, 21 Apr 2009 22:56:16 +0200 Jaroslav Tulach Including just *Test.java files and excluding non-public packages
Tue, 21 Apr 2009 22:20:02 +0200 Jaroslav Tulach Including the spring.lookup project into the agregate
Tue, 21 Apr 2009 22:17:32 +0200 Jaroslav Tulach Mavenazing the spring.lookup project
Tue, 21 Apr 2009 21:41:25 +0200 Jaroslav Tulach Taking spring.lookup from http://hg.netbeans.org/main/contrib rev. 37f3159d6571
Tue, 21 Apr 2009 21:39:59 +0200 Jaroslav Tulach Adding agregate pom.xml
Mon, 20 Apr 2009 21:45:09 +0200 hudson Merge with original
Mon, 20 Apr 2009 10:36:27 +0200 Jaroslav Tulach Forgotten initialization to 0 before start of the test
Mon, 20 Apr 2009 10:34:12 +0200 Jaroslav Tulach Parametrizing javadoc plugin. Excluding non-public package.
Mon, 20 Apr 2009 10:30:53 +0200 Jaroslav Tulach Adjusting the version to 7.22
Mon, 20 Apr 2009 10:08:13 +0200 Jaroslav Tulach Removing no longer needed surrounding APIs
Mon, 20 Apr 2009 09:52:46 +0200 Jaroslav Tulach Merge: moving the problem100320.txt file again with new content
Mon, 20 Apr 2009 09:51:58 +0200 Jaroslav Tulach Removal of problem100320.txt as it does not seem to be correctly copied from the other head
Mon, 20 Apr 2009 09:49:39 +0200 Jaroslav Tulach Copying the resource file once again, when it contains exceptions
Mon, 20 Apr 2009 09:30:41 +0200 Jaroslav Tulach Manual merge due to conflicts
Mon, 20 Apr 2009 06:08:47 +0000 convert-repo update tags
Sun, 19 Apr 2009 12:18:56 +0200 Jaroslav Tulach Serialization without NbMarshalledObject
Sun, 19 Apr 2009 12:10:04 +0200 Jaroslav Tulach Fixing imports of lookup tests
Sun, 19 Apr 2009 11:47:38 +0200 Jaroslav Tulach Lookup is without reference to Enumerations
Sun, 19 Apr 2009 11:32:50 +0200 Jaroslav Tulach ArrayStorage does not need Enumerations at all
Sun, 19 Apr 2009 10:41:09 +0200 Jaroslav Tulach Less dependencies of lookup on Enumerations
Sun, 19 Apr 2009 10:13:22 +0200 Jaroslav Tulach Lookup does not directly depend on SharedClassObject
Sun, 19 Apr 2009 09:29:53 +0200 Jaroslav Tulach Using standard Java APIs rather than org.openide.util ones
Sun, 19 Apr 2009 09:12:22 +0200 Jaroslav Tulach Better names of exceptions so the MetaInfServicesLookupTest really passes
Sun, 19 Apr 2009 08:34:48 +0200 Jaroslav Tulach No reason to have dependencies on unrelated APIs just because of one call to Parameters
Sun, 19 Apr 2009 08:27:47 +0200 Jaroslav Tulach Removing attempts to deal with java.awt in the test. Replacing the deep swing hierarchy with another deep one, rooted in IOException
Sat, 18 Apr 2009 14:37:42 +0200 Jaroslav Tulach Simplifying lookup test dependencies to not require Utilities class
Mon, 20 Apr 2009 09:13:57 +0200 Jaroslav Tulach Merge to ignore 6.5 branch
Sun, 19 Apr 2009 08:47:21 +0200 Jaroslav Tulach Ignore some backup files
Sat, 18 Apr 2009 17:56:38 +0200 Jaroslav Tulach Made almost OK on Maven 2.1.0:
Sat, 18 Apr 2009 14:41:34 +0200 Jaroslav Tulach Test resources need to be in src/test/resources directory
Sat, 18 Apr 2009 14:27:27 +0200 Jaroslav Tulach Registering annotation processor in a way that allows its successful compilation
Sat, 18 Apr 2009 14:13:24 +0200 Jaroslav Tulach Removing classes that are not necessary for lookup
Sat, 18 Apr 2009 14:12:54 +0200 Jaroslav Tulach Using ActiveQueue.queue
Sat, 18 Apr 2009 13:31:03 +0200 Jaroslav Tulach Ignoring lookup/target/*
Sat, 18 Apr 2009 13:30:40 +0200 Jaroslav Tulach Moving openide.util sources into separate Maven project
Sat, 18 Apr 2009 09:25:47 +0000 convert-repo update tags
Tue, 07 Apr 2009 11:31:38 +0200 Jaroslav Tulach Simplifying code inside Utilities class by making ActiveQueue impl a separate class. release67_beta_base
Tue, 07 Apr 2009 00:37:21 +0400 ffjre Automated merge with http://hg.netbeans.org/core-main
Mon, 06 Apr 2009 14:24:49 -0400 Jesse Glick #160806: problems with validating and writing entity includes.
Mon, 06 Apr 2009 16:39:45 +0200 Jaroslav Tulach #161723: Support for exceptions that always return null from getCause
Fri, 20 Mar 2009 16:46:35 +0100 Jaroslav Tulach #160630: Making RecognizeInstanceObjectsTest pass by providing correct Thread.contextCL release67_m3_base
Fri, 20 Mar 2009 10:45:15 +0100 Jaroslav Tulach I am afraid that my previous decision to change MockLookup.setInstances to also include content of Services folder was not really compatible. People report problems from all around the code base. Better to add new method and allow users to decide which alternative behaviour they are about to use.
Thu, 19 Mar 2009 23:41:53 -0400 Jesse Glick Random failure.
Thu, 12 Mar 2009 20:30:58 +0100 Jaroslav Tulach #156692: Manual implementation of linear hashing. Allows garbage collection of Class objects. golden
Thu, 12 Mar 2009 10:21:19 +0100 S. Aubrecht Automated merge with http://hg.netbeans.org/core-main
Tue, 10 Mar 2009 22:21:41 -0400 Jesse Glick Void should be a legitimate type parameter for Union2.
Tue, 10 Mar 2009 14:33:56 +0100 Jaroslav Tulach java.api.common tests updated to new MockLookup architecture
Tue, 10 Mar 2009 14:12:46 +0100 Jaroslav Tulach favorites tests updated to new MockLookup architecture
Tue, 10 Mar 2009 10:25:06 +0100 Jaroslav Tulach #159622: Fixing java.j2seproject tests by making sure that MockLookup includes also content of Lookups.forPath('Services').
Thu, 12 Mar 2009 09:52:33 +0100 S. Aubrecht #159402 - use default busy cursor
Fri, 06 Mar 2009 08:56:57 +0100 Jiri Skrivanek #151415 - ignore exception from removePreferenceChangeListener and removeNodeChangeListener thrown when node has already been removed.
Mon, 16 Feb 2009 23:34:16 +0300 ffjre Automated merge with http://hg.netbeans.org/ergonomics release67_m2_base
Mon, 16 Feb 2009 17:41:54 +0100 Jaroslav Tulach Merge with main-golden
Sun, 15 Feb 2009 21:56:16 +0100 Jaroslav Tulach Merge of weekend's work. Mostly optimizing too often concatentation of strings
Sun, 15 Feb 2009 11:31:37 +0100 Jaroslav Tulach #157458: Adding javadoc warning about recursive/non-recursive behaviour
Thu, 12 Feb 2009 12:53:48 -0500 Jesse Glick Warning.