This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to annotated tag 
org.apache.sling.commons.classloader-1.2.4
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-classloader.git.


      at 5ef6bf0  (tag)
 tagging 8baa2b8fd0912d0ddc3381d69d931ed35eee8a90 (commit)
      by Carsten Ziegeler
      on Tue Jan 3 08:04:33 2012 +0000

- Log -----------------------------------------------------------------
org.apache.sling.commons.classloader-1.2.4
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 046ba4f  SLING-1007 : Initial work of a dynamic class loader loading 
classes through package admin. In addition dynamic class loader providers can 
be registered.
     new 5836631  Add simple junit test for dynamic class loading through 
package admin.
     new ea90c38  Move classloader to main bundle area - as discussed recently
     new 6b8a1f4  Correct activator.
     new 3ffeb64  Ignore target directory.
     new cc3b40d  Fix class cast.
     new 2813fc7  Fix resource handling (packages are separated by a slash not 
by a dot)
     new 97bcc33  Register classloader as a service factory to get access to 
the client bundle for class loading.
     new 54194d4  Fix AIOOB
     new c5338c1  forgot to commit test case
     new 8023ea1  Provide parent class loader to dynamic class loader 
providers; check for null reference.
     new a2ba64a  Experimental class loader writer for scripting engines.
     new ce0fe40  SLING-1070 : Change class loading of package admin class 
loader to parent first, cache classes and resources in the class loader facade 
and reregister manager factory, if a used bundle is changed.
     new 3c831d4  Activator must implement BundleActivator
     new bf847ec  Remove duplicate interface
     new 0891b68  Don't cache classes in the facade, cache them in the package 
admin class loader.
     new a391329  Remove warnings
     new 61594f5  svn:ignore
     new 8dd47bc  Use latest parent pom.
     new 9fc087f  [maven-release-plugin] prepare release 
org.apache.sling.commons.classloader-0.9.0
     new 1349bb6  [maven-release-plugin] prepare for next development iteration
     new 3ffb349  SLING-1135 need to overwrite the loadClass(String, boolean) 
method and not the loadClass(String) method because only the former is called 
from "child" class loaders in class loader hierarchies.
     new 1428ebb  [maven-release-plugin] prepare release 
org.apache.sling.commons.classloader-1.0.0
     new 27e590d  [maven-release-plugin] prepare for next development iteration
     new e4bc6a3  SLING-1144 : Make sync variable volatile and use tracker 
count instead of keeping track of changes by using custom methods.
     new 2ffcc20  SLING-1145 :   Exceptions from dynamic class loader providers 
should be catched
     new b005143  SLING-1191 : Dynamic class loader providers are not reloaded 
when bundles are updated/installed etc. Add new release method to the dynamic 
class loader provider. This allows a provider to react on bundle/class loader 
changes.
     new bbbcd5e  SLING-1201 : ClassLoaderFacade should not throw runtime 
exceptions and handle getResources() correctly
     new def5c73  Just pass missing class into exception constructor.
     new 8b116a6  [maven-release-plugin] prepare release 
org.apache.sling.commons.classloader-1.1.0
     new cb68330  [maven-release-plugin] prepare for next development iteration
     new 5b3520b  Add missing line to avoid NPE during deactivate.
     new 8407654  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi 
provided OSGi libraries
     new c980e59  [maven-release-plugin] prepare release 
org.apache.sling.commons.classloader-1.1.2
     new a060ae3  [maven-release-plugin] prepare for next development iteration
     new 8276822  SLING-1302 : After a NoClassDefError classes are still not 
found even if they have been installed in the meantime
     new 1725c86  [maven-release-plugin] prepare release 
org.apache.sling.commons.classloader-1.1.4
     new a762a81  [maven-release-plugin] prepare for next development iteration
     new 3eb11de  [maven-release-plugin] prepare release 
org.apache.sling.commons.classloader-1.1.4
     new 465656f  [maven-release-plugin] prepare for next development iteration
     new 275c4fd  SLING-1435 :  After a NoClassDefError classes are still not 
found even if they have been installed in the meantime with Java 6
     new 0ad21e6  SLING-1435 :  After a NoClassDefError classes are still not 
found even if they have been installed in the meantime with Java 6
     new 094b2a7  Use released parent pom.
     new 0944f2a  SLING-1636 : Provide a mechanism to detect if a dynamic 
classloader is still valid
     new f02c5e4  Update notice file
     new fd78982  [maven-release-plugin] prepare release 
org.apache.sling.commons.classloader-1.2.0
     new 91e461f  [maven-release-plugin] prepare for next development iteration
     new 3334eb4  updating all modules to parent 10-SNAPSHOT in anticipation of 
emma additions to parent
     new 3d47c5f  fixing relativePaths
     new 83f1bd2  SLING-1874 cycle the class loader manager service when a used 
bundle has a RESOVLED event which is sent when the wiring of the bundle has 
been refreshed (no UNRESOLED event is sent in this case).
     new b16702e  Prepare release
     new adb91f6  [maven-release-plugin] prepare release 
org.apache.sling.commons.classloader-1.2.2
     new 4943804  [maven-release-plugin] prepare for next development iteration
     new 30051e7  Update to recent snapshots
     new cd39c96  Use latest releases.
     new ed6acd5  Update javadocs
     new 1f859b9  SLING-2122 : SynchronousBundleListener might be called 
concurrently
     new 6e52fa6  SLING-2150 : Update plugins to use the latest available 
versions
     new 8fe822e  Update to recent snapshot
     new 4c88f70  Using latest released parent pom
     new 665c019  SLING-2187 - adding new module to contain our custom notice 
file; adding remote-resources plugin configuration to parent pom and removing 
all existing appended-resources NOTICE files
     new 892e11c  temporarily using snapshots during release vote
     new fc91e43  using latest releases
     new bf4f139  SLING-2232 : Package admin classloader should check bundle 
state
     new 155d784  [maven-release-plugin] prepare release 
org.apache.sling.commons.classloader-1.2.4
     new 8baa2b8  [maven-release-plugin]  copy for tag 
org.apache.sling.commons.classloader-1.2.4

The 66 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to