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/10/18 23:21:09 UTC

[sling-org-apache-sling-jcr-classloader] branch master created (now 8f70b6a)

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

rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-classloader.git.


      at 8f70b6a  SLING-7167 Adjust READMEs

This branch includes the following new commits:

     new a436194  SLING-865 : Move to bundles
     new a84a6b8  SLING-865 : Adjust reactor pom and svn information in each module.
     new 504c8ed  SLING-865 : Adjust path to parent pom and add profiles for samples and contrib
     new 0ccabb8  Use release parent pom
     new 8dc9164  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-2.0.4-incubator
     new 55b1563  [maven-release-plugin] prepare for next development iteration
     new 5fba4be  Use next dev version of parent pom
     new bbd1a47  Set parent pom to released version.
     new fd25712  Move Sling to new TLP location
     new 18dc6f7  Move Sling to new TLP location
     new cbbd271  SLING-1011 : Remove disclaimer file.
     new 74919c5  SLING-1011 : Adjust svn location
     new 75e2c47  SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms.
     new 4457afc  SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app has the leglize stuff, too)
     new 71012f4  SLING-1048 : Implement the dynamic class loader provider interface and deprecate the repository class loader interface.
     new bc8d38d  Use provided parent class loader instead of own class loader
     new 07c1f8e  Experimental class loader writer for scripting engines.
     new 6de3b9b  Fix typo which disabled the last modified check.
     new a0acac5  Fix wrong org.apache.sling.commons.classloader version number
     new aeba751  Update to latest Sling releases.
     new 12dc7b0  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-2.0.6
     new 74c2eb9  [maven-release-plugin] prepare for next development iteration
     new 3f0da4f  SLING-1150 : Session is not closed in getLastModified SLING-1146 : DynamicClassLoaderProvider and ClassLoaderWriter should not be a service factory and refactored session handling SLING-1151 : Don't export jackrabbit classes
     new 1b9a3a2  SLING-1152 : Remove deprecated interface RepositoryClassLoaderProvider (and implementations)
     new d207095  Update to latest release.
     new 01817b5  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 eee4589  Prepare release.
     new c767f63  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-3.0.0
     new c0b968a  [maven-release-plugin] prepare for next development iteration
     new cd82ee5  Use latest versions to avoid build problems.
     new eb6c964  Use latest releases.
     new b3785b9  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries
     new 6e64698  SLING-1296 : Potential concurrent modification exception during path creation
     new dee79cc  SLING-1311 : Rare exception "Servlet class not found" during compilation into the repository - improve path creation.
     new b725d1d  Update notice to 2010 and use JCR in bundle name as this is a bundle in our JCR section.
     new 033e292  SLING-1316 -  Include jackrabbit classloader code to adjust it for Sling needs - code import with first changes.
     new fd84c4a  We don't have an api anymore (since 3.0)
     new 10fea6a  Remove spurious comma
     new c82890a  SLING-1316 -  Include jackrabbit classloader code to adjust it for Sling needs - code import with first changes. Update to Java 5 code.
     new 90d9274  SLING-1311 : Rare exception "Servlet class not found" during compilation into the repository - synchronized path creation.
     new bae3205  SLING-1316 :  Include jackrabbit classloader code to adjust it for Sling needs: Remove unused code and combine the classloader classes into a single class.
     new 2bab4db  Update scripting version number to 2.1.0 as we added an interface.
     new 993cd51  Use latest jcr api to decouple modules from jcr 1.0 (contained in older jcr api releases)
     new bb6c162  Check session before unregistering listeners
     new 97dd17d  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-3.1.0
     new 23e706a  [maven-release-plugin] prepare for next development iteration
     new fa651be  SLING-1434 : Inherit from SecureClassLoader (and not URLClassLoader)
     new 09d6f53  Remove unused code from jcr classloader
     new 4ec4bb3  SLING-1480 : Don't use Workspace#move, use Session#move
     new 0372800  Use released parent pom.
     new a99be32  Correct logging category.
     new 48cff36  SLING-1637 : Support DynamicClassLoader interface
     new 496df9a  Prepare for release
     new 4c3ae35  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-3.1.2
     new 4ef4e3f  [maven-release-plugin] prepare for next development iteration
     new 48dc230  Use current snapshots after release.
     new 3229101  Use released versions of classloaders
     new 5d97f82  SLING-1720 : Classloader cache is not synced
     new 8c8cbd5  updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent
     new c588927  fixing relativePaths
     new 1ce0fe7  Prepare release
     new e0b9b7b  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-3.1.4
     new 599f052  [maven-release-plugin] prepare for next development iteration
     new ec2f37f  Update to recent snapshots
     new 13fb3e0  Use latest releases.
     new 440949f  SLING-2150 : Update plugins to use the latest available versions
     new f69af75  Update to recent snapshot
     new bc9afc1  Using latest released parent pom
     new 30a59af  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 e13ef1e  temporarily using snapshots during release vote
     new 9b54518  using latest releases
     new b3c9e71  SLING-2447 : ClassLoaderWriter should provide class loader for loading written classes/resources
     new f82ff2a  SLING-2447 : ClassLoaderWriter should provide class loader for loading written classes/resources
     new f6f668c  SLING-2447 : ClassLoaderWriter should provide class loader for loading written classes/resources
     new 8350f7c  SLING-2447 : ClassLoaderWriter should provide class loader for loading written classes/resources
     new c203e28  SLING-2447 : ClassLoaderWriter should provide class loader for loading written classes/resources
     new 0b75335  SLING-2447 : ClassLoaderWriter should provide class loader for loading written classes/resources
     new 9b4e685  Just debug log the data length
     new c45b20a  Improve logging
     new f69de9f  Improve logging
     new 497b94f  SLING-2447 : ClassLoaderWriter should provide class loader for loading written classes/resources
     new 56c4118  Update to latest released version
     new d0ba204  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-3.1.6
     new 15a8867  [maven-release-plugin] prepare for next development iteration
     new 0cacc7f  Prepare after release
     new ebd2d46  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new f8e38d2  Use released version of commons classloader
     new 97b6a92  SLING-2511 : Inactive class loader should still be usable
     new 07e1a6e  Prepare releases
     new 92695cc  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-3.1.8
     new 3fe4e22  [maven-release-plugin] prepare for next development iteration
     new 53d321d  After release
     new 981958b  Update to latest parent pom
     new e64332e  Use released versions
     new 50c961f  SLING-2617 Make sure the dynamic class loader used as the parent to the repository class loader is acquired for the same bundle which acquired the ClassLoaderWriter
     new 9f5b3ff  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-3.1.10
     new 54edd3d  [maven-release-plugin] prepare for next development iteration
     new 93e4af5  Use latest releases and update to new parent pom
     new febb77d  SLING-2702 :  NPE as repository class loader might not have been instantiated
     new 88cab96  SLING-2702 :  NPE as repository class loader might not have been instantiated
     new 9c9319f  SLING-2732 :   NPE when getting new repository class loader
     new 8b48bd5  SLING-2732 :   NPE when getting new repository class loader
     new 4bf5d54  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-3.1.12
     new 61c1952  [maven-release-plugin] prepare for next development iteration
     new ae7e202  Update to latest parent pom and use latest releases in launchpad
     new c53600d  Correct reactor pom and update to parent pom 16
     new cd2af7a  SLING-2900 :  Avoid unnecessary classloader creation
     new 38740d8  SLING-2943 :  Classloader might not be invalidated in a cluster
     new a8c37f9  SLING-2956 :  Store compiled classes in a cluster aware way
     new 816ca16  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-3.2.0
     new 29b01f8  [maven-release-plugin] prepare for next development iteration
     new 4a046eb  Update to latest parent pom
     new bf571cd  Update to parent pom 18
     new af3dd44  Update to parent pom v19
     new 86ca064  SLING-3797 : Fields for dynamic references must be volatile
     new 5fbe72d  Updated to parent version 20
     new 18ad8f5  [maven-release-plugin] prepare release org.apache.sling.jcr.classloader-3.2.2
     new 5a1d5d9  [maven-release-plugin] prepare for next development iteration
     new e413f92  Update to Sling Parent POM 22 with baselining enabled
     new 12dac0a  SLING-4698 - Set parent.relativePath to empty for all modules
     new f29bbde  SLING-7167 Adjust READMEs
     new 1f32202  SLING-7167 Adjust READMEs
     new 8f70b6a  SLING-7167 Adjust READMEs

The 123 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>'].