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.3.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-classloader.git.


      at 26f9695  (tag)
 tagging f74f45be431a43fe28b80b23cf5f451aaa586c8c (commit)
      by Carsten Ziegeler
      on Mon May 14 09:14:59 2012 +0000

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

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 df7e056  [maven-release-plugin] prepare for next development iteration
     new 1013247  SLING-2438 : Class might never be loaded if the bundle is in 
state resolved on the first attempt
     new d67674c  Add additional repository for spring junit
     new 8f139ec  SLING-2438 : Class might never be loaded if the bundle is in 
state resolved on the first attempt
     new c06db2c  SLING-2438 : Class might never be loaded if the bundle is in 
state resolved on the first attempt
     new d3118ac  Explicitely adding dependency
     new bf7d6e1  attempting to fix build failure by using a customized version 
of the JUnitBundlesOption having the repository URL baked into it. code may 
require some cleanup, but since I can't reproduce this locally, committing it 
to see if it fixes the problem before investing too much cleanup time.
     new a917253  another attempt at fixing our build failure. this time just 
using a regular HTTP URL. Hope this works...
     new 358c56e  using the direct url to springsource's junit bundle seems to 
have worked. thus cleaning up the code.
     new f9dee0c  SLING-2447 : ClassLoaderWriter should provide class loader 
for loading written classes/resources
     new a98c21b  SLING-2447 : ClassLoaderWriter should provide class loader 
for loading written classes/resources
     new 2c3c56e  SLING-2438 : Class might never be loaded if the bundle is in 
state resolved on the first attempt
     new ffcb815  Add missing dependency
     new 624bb73  [maven-release-plugin] prepare release 
org.apache.sling.commons.classloader-1.3.0
     new f74f45b  [maven-release-plugin]  copy for tag 
org.apache.sling.commons.classloader-1.3.0

The 80 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