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:48:09 UTC

[sling-org-apache-sling-jcr-contentloader] annotated tag org.apache.sling.jcr.contentloader-2.1.10 created (now 3eeb337)

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

rombert pushed a change to annotated tag org.apache.sling.jcr.contentloader-2.1.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-contentloader.git.


      at 3eeb337  (tag)
 tagging 5942605b25570bc089fbb6ec0625c64fe6d35cc2 (commit)
      by Carsten Ziegeler
      on Wed Sep 17 13:05:57 2014 +0000

- Log -----------------------------------------------------------------
org.apache.sling.jcr.contentloader-2.1.10
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 089d630  Start new module for content loading.
     new e7c3f36  SLING-400: Move content loading to own bundle.
     new 37489b3  SLING-400: Move content loading to own bundle.
     new 6adfd33  SLING-400: Move content loading to own bundle.
     new 6ba13f4  Eclude maven-eclipse.xml generated by the maven eclipse plugin.
     new 96424e1  SLING-413: Get sling.id only once; handling start and stop should be sufficient.
     new 525d242  SLING-413: Handle bundle update and correctly handle overwrite flag.
     new 76f7b76  SLING-412: Remove support for "name" property which defines the name of the root node imported through json.
     new 5e6f6b9  Use new manifest parser in content loader.
     new 1a9cb53  #SLING-414: Move generation and managing of the sling id to own service in the engine.
     new 55e5771  SLING-453: Initial content loading to target location https://issues.apache.org/jira/browse/SLING-453
     new 97fa605  SLING-365 Implement support for initial checkin of mix:versionable nodes on-demand
     new 7a2d4b1  Add explicit dependency to JUnit library
     new d8971e5  SLING-479 Fix @scr.tags:   - normalize metadata attribute settings to "no"   - ensure proper metadata and ds attributes are set   - create metatype.properties files where required   - fix metatype.properties files
     new 66b1860  SLING-483: Add excludes for javadocs (WiP)
     new 7857ffd  SLING-495 - NOTICE files generated using mknotice script
     new 74d5c76  SLING-495 - NOTICE files updated according to changes in revision 662927
     new 60e1c27  SLING-495 - NOTICE files regenerated with revision 663097 changes
     new 9b24eb4  Use released version of parent pom.
     new 538a808  Use released versions (or soon to be released versions).
     new ffa3b1c  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.0.0-incubator
     new 11176fe  [maven-release-plugin] prepare for next development iteration
     new 9e8c1dc  Set version to next development version.
     new 9fe2a8e  Fix reference to parent pom.
     new 5f28fb6  SLING-521: Restore more notice files.
     new b037f12  SLING-521: Separate between notice files for bin and src dists.
     new 289aa18  SLING-521: Separate between notice files for bin and src dists.
     new 7085ebf  Change copyright year to 2008.
     new 5773655  SLING-539: Merge LICENSE.* information to LICENSE files     - kXML license
     new 0487817  Update to released versions.
     new a4f12d3  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.0.2-incubator
     new c706feb  [maven-release-plugin] prepare for next development iteration
     new 9f2975d  Use latest snapshots again to make project buildable.
     new b748cf1  SLING-545 Apply modified patch (see issue for modification details)
     new 899bdff  SLING-548: Rewrite of content loading from creating mock node/property objects to event based loading. This mechanism allows to create nodes and properties on the fly while reading from the input stream. (ViP) Enable tests again (they were in the wrong directory)
     new 0a0ce10  SLING-548: Remove wrong test src dir.
     new 9fbe62f  Use released versions.
     new 5510767  Use released parent pom where possible.
     new d05e8d2  SLING-548: Add methods for setting properties from objects.
     new b042f5d  SLING-548: Provide methods for creating file nodes and to change the current context node.
     new 24de4c8  SLING-548: Initial version to extract zips and jars into the repository.
     new 32d477e  SLING-548: Refactor code and provide a mechanism to disable import providers.
     new bb27019  Create path if it is not existend
     new e07a62a  Fix input stream handling.
     new ef74c9d  SLING-553 Allow references and paths to be loaded from JSON through JsonReader. Applied patch by Bryce Ewing.
     new 55a2d63  SLING-555 : Update all poms to use the latest parent pom; update parent pom to include the incubator repo for plugins and use latest plugins.
     new 7fe9fc0  Create sling:Folder as intermediate node.
     new 63fc0a9  SLING-578 : Create intermediate nodes with type sling:Folder SLING-579 : Allow additional content information for files.
     new f504f45  Refresh session before save.
     new 5736f52  SLING-766 : Don't uninstall content when bundle is stopped. The content is now only uninstalled when the bundle is uninstalled. During installation a string array containing all paths that will be removed later on is collected which makes the uninstall easier. Also refactored the classes and packages a little bit.
     new 921136c  SLING-808 : Increase version to 5-incubator-SNAPSHOT
     new 43b6516  Update notice files to include 2009 in copyright statement.
     new f72f256  SLING-811 Reduce DependencyManagement in the parent pom and add explicit versions to the modules
     new c02f7c7  SLING-829 Cosmetics to the bundle/project names
     new ee4f054  SLING-836 : Always create a new session for content loading / unloading. Try all bundles on startup even if one bundle fails.
     new 94f72a0  SLING-838 : Clean up code, use method for session logout.
     new 01f8990  SLING-865 : Move to bundles
     new 4146903  SLING-865 : Adjust reactor pom and svn information in each module.
     new c653fd3  SLING-865 : Adjust path to parent pom and add profiles for samples and contrib
     new 3e3e882  SLING-857 Apply patch by Vidar Ramdal (Thanks alot) to support XSLT   for XML imports
     new e0a5ce4  SLING-857 - test case for XmlReader using an XSLT transform contributed by Vidar S. Ramdal, thanks!
     new e7184db  SLING-941: Lots of svn:eol-style settings missing
     new eb4517b  Use release parent pom
     new 72f7d1a  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.0.4-incubator
     new f15b9d3  [maven-release-plugin] prepare for next development iteration
     new fe7503b  Use next dev version of parent pom
     new 8ab68cd  Set parent pom to released version.
     new e0c49f1  Move Sling to new TLP location
     new 9e6cca4  SLING-1011 : Remove disclaimer file.
     new 2c8f185  SLING-1011 : Adjust svn location
     new 7c79af7  SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms.
     new 87e18a8  SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app has the leglize stuff, too)
     new c13c032  SLING-981 Patch from Eric Norman applied, thanks.   Issues was first created by myself (ieb), but the patch represented a vast improvement on the orriginal contribution.   This commit adds the ability to specify ACE's in the json file that would have previously only modified properties   on the node. In addition it allows the creation of new principals to allow the ACE's to be added to the node.
     new a0c672e  SLING-981 Corrected trailing white space introduced by previous commit.
     new d003a8a  SLING-971     Patch applied (from myself)     Corrects the Java doc and readme surrounding the contentloader, especially for the json format.
     new 85066e3  Update to latest release.
     new 50de0c9  SLING-1161 implemented. Now supports including external files with nt:file in content loader XML
     new a3acd00  SLING-1165 Last modifie date reported by the filesystem is now used, instead of current date
     new 5613331  SLING-1161 - fix code to compile with JDK 1.5
     new d292bfb  Clean up code
     new 30e1775  Clean up code
     new ec21069  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries
     new 27a9874  SLING-694 :  Initial Content does not load initial content from a file
     new dfba411  SLING-1130 : Content Loader does not parse dates. Apply patch from Josh Kennedy.
     new c44cbb7  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.0.6
     new d707628  [maven-release-plugin] prepare for next development iteration
     new 26c26d3  Going back to 2.0.5
     new 602ab43  Use latest sling jcr api.
     new e076935  SLING-1250 : Revert changes and use old jcr api
     new 49ef371  SLING-1236 : Scala Scripting: Make all types of the script arguments visible on the Scala side. Apply patch from Michael Dürig
     new defa57e  SLING-1251 Applied Patch from Ray Davis (Thanks) fixes acl policies after JR16 upgrade, and fixes a potential NPE.
     new dd0dad2  SLING-1325 : Bundle deploy fails utterly if any XML files contains an element named "type" - throw exception now instead of an NPE.
     new 2a21b72  Use latest jcr api to decouple modules from jcr 1.0 (contained in older jcr api releases)
     new 7e66f24  SLING-1359 - updating contentloader bundle to use Undefined instead of String as the default property type
     new e099445  Update notice files.
     new 7c9f35a  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.0.6
     new 7b5fd0e  [maven-release-plugin] prepare for next development iteration
     new b5f2013  SLING-1212 - upgrading to Jackrabbit 2. Also includes re-revert of SLING-1363 and implementation of SLING-1330. Thanks to Felix for getting this started.
     new 7e16c91  SLING-1395 - adding support for multi-valued properties
     new a62f635  SLING-1409 : ignoreImportProviders doesn't allow multiple values.
     new 3a22eb3  SLING-1409 : Reverting the change
     new ca5b19b  SLING-1411 Add replaceAccessControlEntry method to AccessControlUtil Thanks to Ray Davis for the contribution.
     new 2336611  SLING-1448 - adding support for Sling-Initial-Content-Workspace manifest header
     new 2a30280  SLING-1457 SLING-1458 - enable support for specifying the position of an ACE (within the ACL) when it is added/updated
     new ea594e0  SLING-1440 : Overwrite rule of bundle initial content cannot be switched back to "false"
     new c1d6350  SLING-1448 - adding support for workspace directive; removing support for separate header
     new 31d0cc4  Remove unused import
     new 9198b47  Use released parent pom.
     new 49b5bbe  SLING-1532 - just overwriting properties for resource nodes
     new 6887f0a  SLING-1526 Extra property names of security:principals lost when loaded via contentloader.   Applied patch from Mike Moulton.
     new 90b2827  SLING-1561 - changing destination of ROOT descriptor if path is specified in manifest entry
     new 06c581e  SLING-1172 Allow uploading JSON files to create content structures
     new 649f3d4  SLING-1582 added better information at debug level.
     new af5c7d3  SLING-1583  Changed name to :name and added to ignore list.
     new a4686f9  SLING-1172 Allow uploading JSON files to create content structures Fixed the import case where no name is provided
     new d7d3007  SLING-1589 DefaultContentImporter service doesn't have a pretty name/description
     new 1a2abcd  SLING-1448 - removing unused constant
     new 51f92ec  SLING-1592 - using the ws:/path notation in the uninstall-paths node property.
     new c9c1e2a  Clean up code
     new 24b16f2  SLING-1613 Fixed and change the test pattern to include arrays.
     new fda07c0  SLING-1627 import operation support for overwrite of properties
     new 560747b  upgrading contentloader to depend upon base release
     new 2046895  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.1.0
     new 5347ff8  [maven-release-plugin] prepare for next development iteration
     new e41335a  Use newer SNAPSHOT references during release vote period
     new 3a8438b  updating to released jcr bundles
     new cf5dbfd  SLING-1779 ensure session is logged out at the end of the bundle activator
     new f65bebe  SLING-1802 Made the ContentLoader look at the lastmodified timestamp of the bundle and failing that the lastmodified timestamp within the OSGi contaier to determine if the content should be updated.
     new 8ae7516  updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent
     new 02f3e6a  Update to recent snapshots
     new 41ac2e0  Use latest releases.
     new 0f91b55  Add missing metatype info
     new 53cb7bb  Remove obsolete licence and notice files
     new e6a4e0c  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.1.2
     new e7556ef  [maven-release-plugin] prepare for next development iteration
     new aefb44c  SLING-1995 Adjusted loader to update installed bundles if they were installed after the content was last installed. Acts the same as a bundle that was explicity updated.
     new 1aba9fc  SLING-2033 Throw an IOException if the target node name consists of the extension "jcr.xml" only
     new 7bf3867  SLING-2034 Handle ImportOptions.isOverwrite() to decide whether to replace the subtree at the import location or not for system view import
     new 9ee4f43  SLING-2114 : Content Loader is not thread safe
     new 16b03dc  SLING-2123 Use Map<String,...> instead of Map<URL,...>
     new aa91f4d  SLING-2150 : Update plugins to use the latest available versions
     new 5c322af  Update to recent snapshot
     new b80adf1  Using latest released parent pom
     new 81b755a  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 02dda08  temporarily using snapshots during release vote
     new eefe316  using latest releases
     new 8a092d6  SLING-2108 PostServlet :import operation does not take autoCheckout into account
     new 4d870fc  SLING-2306 Export package with a real version number
     new 1b57895  SLING-2306 Update to Maven Bundle plugin 2.3.4 for package-info.java annotation support
     new 138f8ce  SLING-2308 Remove user password digesting from sling
     new 543f714  SLING-2359 : Don't transform xml if xml location is unknown
     new 3977121  [maven-release-plugin] prepare release #
     new f1b0f25  [maven-release-plugin] prepare for next development iteration
     new b8cf3f8  [maven-release-plugin] rollback the release of #
     new 34af024  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.1.4
     new 112ce37  [maven-release-plugin] prepare for next development iteration
     new 31a6465  Typo in log message
     new 2983d6a  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new bf627b3  SLING-2363 - replacing javadoc with real annotations in content loader bundle
     new 1eae3d9  SLING-2512 - only support file elements in XML import when location is known. warning otherwise.
     new 877eb22  Prepare release
     new 6b238e6  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.1.6
     new cbc1bc8  [maven-release-plugin] prepare for next development iteration
     new f14efda  After release
     new 002dc41  Update to latest parent pom
     new d552710  Use released versions
     new b246b45  SLING-2672 - DefaultContentImporter should replace nodes with the same UUIDs being imported if overwrite  is specified
     new 2963ce1  Use latest releases and update to new parent pom
     new a28a7d1  Update to latest parent pom and use latest releases in launchpad
     new fa35b1f  Correct reactor pom and update to parent pom 16
     new cfa2bc9  Update to latest parent pom
     new 22ba75b  Update to parent pom 18
     new ed1c2c9  SLING-2917 style
     new 75c2dac  SLING-2917 rename misleading methods, variables and constant
     new 33443c0  SLING-2917 remove unused param session from method importParentNode(Session, Bundle, String, Node, DefaultContentCreator):URL
     new 69999ce  SLING-2917 fix some typos and javadoc
     new 5f00271  SLING-2917 style
     new de89316  SLING-2917 remove unused param PathEntry from method createNode(Node, String, URL, PathEntry, DefaultContentCreator):Node
     new c73b9a3  SLING-2917 fix some typos and javadoc
     new d5580fd  SLING-2917 style
     new eadab11  SLING-2917 rename entry to pathEntry
     new 405785f  SLING-2917 style
     new 5038d65  SLING-2917 fix parent descriptor and improve building path
     new 86e4186  SLING-2917 fix read/write access on processed entries
     new 13f0a72  SLING-3286 - Remove plugin version overrides from poms
     new ddd4a50  Update to parent pom v19
     new d2afcd6  remove unused properties
     new a48c521  update dependencies to earliest non-incubator versions (Sling Commons JSON, Sling Commons MIME and Sling Commons OSGi)
     new 98c7abb  use UTF-8 and new schema location
     new 411baf8  style
     new 3632611  remove versions from managed dependencies, add missing test scopes
     new 6fa5e97  style
     new d3bd770  style
     new 1f77a36  SLING-3114 return from system view import also when resulting node is null
     new 5ea6c33  add bundle categories sling, jcr and jackrabbit
     new a759bf7  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.1.8
     new 87cb5e5  [maven-release-plugin] prepare for next development iteration
     new b820a16  fix typos
     new 4a25820  SLING-3648 - make sure content is installed if a bundle is updated while this module is inactive
     new acb6603  Clean up usage of SCR annotations
     new 0889dac  Updated to parent version 20
     new bacf198  SLING-3946 : Content loader should use SlingSettingsService from settings api
     new e314928  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.1.10
     new 5942605  [maven-release-plugin]  copy for tag org.apache.sling.jcr.contentloader-2.1.10

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