You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:21:05 UTC

[sling-org-apache-sling-commons-classloader] annotated tag org.apache.sling.commons.classloader-1.3.2 created (now 0966d79)

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


      at 0966d79  (tag)
 tagging 3d29ece3aab0b779848e1d41d4f92a87e13618f2 (commit)
      by Carsten Ziegeler
      on Sat Apr 12 08:54:02 2014 +0000

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

This annotated tag includes the following new commits:

     new d04020e  SLING-1007 : Initial work of a dynamic class loader loading classes through package admin. In addition dynamic class loader providers can be registered.
     new bb0d702  Add simple junit test for dynamic class loading through package admin.
     new 1932b06  Move classloader to main bundle area - as discussed recently
     new b992b29  Correct activator.
     new 69dfd9a  Ignore target directory.
     new 92bac90  Fix class cast.
     new 3d774c1  Fix resource handling (packages are separated by a slash not by a dot)
     new e242d21  Register classloader as a service factory to get access to the client bundle for class loading.
     new 4f20135  Fix AIOOB
     new 22ce45f  forgot to commit test case
     new d22aa34  Provide parent class loader to dynamic class loader providers; check for null reference.
     new f42e05a  Experimental class loader writer for scripting engines.
     new e49c129  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 bef1315  Activator must implement BundleActivator
     new e8e8ae8  Remove duplicate interface
     new 5b24fde  Don't cache classes in the facade, cache them in the package admin class loader.
     new fb636bc  Remove warnings
     new ca69f12  svn:ignore
     new ad27da3  Use latest parent pom.
     new 59d46f8  [maven-release-plugin] prepare release org.apache.sling.commons.classloader-0.9.0
     new af2b96d  [maven-release-plugin] prepare for next development iteration
     new a13730b  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 1126a73  [maven-release-plugin] prepare release org.apache.sling.commons.classloader-1.0.0
     new 7698993  [maven-release-plugin] prepare for next development iteration
     new 0db0c69  SLING-1144 : Make sync variable volatile and use tracker count instead of keeping track of changes by using custom methods.
     new 0e63eb4  SLING-1145 :   Exceptions from dynamic class loader providers should be catched
     new 06d1250  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 7337174  SLING-1201 : ClassLoaderFacade should not throw runtime exceptions and handle getResources() correctly
     new 210c6c4  Just pass missing class into exception constructor.
     new a3b6d8b  [maven-release-plugin] prepare release org.apache.sling.commons.classloader-1.1.0
     new c8ff2e6  [maven-release-plugin] prepare for next development iteration
     new 433e672  Add missing line to avoid NPE during deactivate.
     new 1da740a  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries
     new bf489dc  [maven-release-plugin] prepare release org.apache.sling.commons.classloader-1.1.2
     new 62052a0  [maven-release-plugin] prepare for next development iteration
     new 59ffcc5  SLING-1302 : After a NoClassDefError classes are still not found even if they have been installed in the meantime
     new f6bded3  [maven-release-plugin] prepare release org.apache.sling.commons.classloader-1.1.4
     new 3d5b37d  [maven-release-plugin] prepare for next development iteration
     new b8692e0  [maven-release-plugin] prepare release org.apache.sling.commons.classloader-1.1.4
     new 09ea5d4  [maven-release-plugin] prepare for next development iteration
     new 4bf545b  SLING-1435 :  After a NoClassDefError classes are still not found even if they have been installed in the meantime with Java 6
     new 93e2699  SLING-1435 :  After a NoClassDefError classes are still not found even if they have been installed in the meantime with Java 6
     new c7d4268  Use released parent pom.
     new 19cabe8  SLING-1636 : Provide a mechanism to detect if a dynamic classloader is still valid
     new 72de0a2  Update notice file
     new 8aea9d4  [maven-release-plugin] prepare release org.apache.sling.commons.classloader-1.2.0
     new 9482b3d  [maven-release-plugin] prepare for next development iteration
     new 95eea53  updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent
     new 2b79cd1  fixing relativePaths
     new 654bf54  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 1503e76  Prepare release
     new 5b288ba  [maven-release-plugin] prepare release org.apache.sling.commons.classloader-1.2.2
     new ad99e41  [maven-release-plugin] prepare for next development iteration
     new fb407c5  Update to recent snapshots
     new e98b163  Use latest releases.
     new 09758b8  Update javadocs
     new bf0846e  SLING-2122 : SynchronousBundleListener might be called concurrently
     new e41c61a  SLING-2150 : Update plugins to use the latest available versions
     new b390ae7  Update to recent snapshot
     new ca2ac93  Using latest released parent pom
     new 2e74080  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 2d4a949  temporarily using snapshots during release vote
     new edbf07e  using latest releases
     new fd044b7  SLING-2232 : Package admin classloader should check bundle state
     new 5b8c8c5  [maven-release-plugin] prepare release org.apache.sling.commons.classloader-1.2.4
     new afce594  [maven-release-plugin] prepare for next development iteration
     new 5e76763  SLING-2438 : Class might never be loaded if the bundle is in state resolved on the first attempt
     new fafd1ae  Add additional repository for spring junit
     new edb4810  SLING-2438 : Class might never be loaded if the bundle is in state resolved on the first attempt
     new ee3c698  SLING-2438 : Class might never be loaded if the bundle is in state resolved on the first attempt
     new 240d705  Explicitely adding dependency
     new de18a1e  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 6cc54b1  another attempt at fixing our build failure. this time just using a regular HTTP URL. Hope this works...
     new 2b0784b  using the direct url to springsource's junit bundle seems to have worked. thus cleaning up the code.
     new d2e148d  SLING-2447 : ClassLoaderWriter should provide class loader for loading written classes/resources
     new c7c6cda  SLING-2447 : ClassLoaderWriter should provide class loader for loading written classes/resources
     new 4d362fc  SLING-2438 : Class might never be loaded if the bundle is in state resolved on the first attempt
     new ce8aec6  Add missing dependency
     new 679a70d  [maven-release-plugin] prepare release org.apache.sling.commons.classloader-1.3.0
     new 8e2908f  [maven-release-plugin] prepare for next development iteration
     new 947d1cb  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new eff86ba  Update to latest parent pom
     new ae3c922  Use released versions
     new 3b84313  SLING-2642 - updating versions of Pax Exam dependencies. Thanks to Dan Klco for the patch
     new f53f409  Use latest releases and update to new parent pom
     new aec5976  Update to latest parent pom and use latest releases in launchpad
     new a1e4927  Correct reactor pom and update to parent pom 16
     new 506f1b9  SLING-2858 - Maven build fails after upgrading to parent 16: No annotation processors found in classpath
     new b2949aa  Update to latest parent pom
     new 6bf1a72  Update to parent pom 18
     new 5299562  SLING-3059 - Log stack trace when ClassLoaderFacade detects inactive manager
     new 4886c21  SLING-3071 : DynamicClassLoaderManager should return DynamicClassLoaders. Apply patch from Francesco Mari.
     new ea92bcd  SLING-3305 - change jdk 1.6 profile activation to '1.6 and later'
     new db69e92  SLING-3464 : The DynamicClassLoaderManager doesn't reload classes when a bundle transitions from ACTIVE to RESOLVED
     new d6a2485  Update to parent pom v19
     new c40fc7f  [maven-release-plugin] prepare release org.apache.sling.commons.classloader-1.3.2
     new 3d29ece  [maven-release-plugin]  copy for tag org.apache.sling.commons.classloader-1.3.2

The 97 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
['"commits@sling.apache.org" <co...@sling.apache.org>'].