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 10:04:57 UTC

[sling-org-apache-sling-scripting-javascript] annotated tag org.apache.sling.scripting.javascript-2.0.10 created (now 3d35c53)

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

rombert pushed a change to annotated tag org.apache.sling.scripting.javascript-2.0.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-javascript.git.


      at 3d35c53  (tag)
 tagging 4db705edd10ccd72155ffefb1d17c39510740bcf (commit)
      by Carsten Ziegeler
      on Thu Dec 16 11:03:35 2010 +0000

- Log -----------------------------------------------------------------
org.apache.sling.scripting.javascript-2.0.10
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 1b2291d  SLING-83 and SLING-98: Start moving script engines from microsling to own modules.
     new c635826  Ignore target directory
     new b8c6618  Add new scripting modules to main pom and set svn:ignore correctly.
     new 22a2de6  SLING-83 and SLING-98: Let microsling inherit sling parent pom, move test to javascript and fix dependencies.
     new c453ac5  Add scr tags for script engines.
     new 1382532  SLING-114 - automated test of a complete template added
     new baa6b7e  SLING-114 - EspReader.setOutInitStatement() added
     new d1fac48  SLING-109 Adapt to new Resource and provider interfaces
     new cf0fb59  SLING-109 Support Resource adapter
     new 481359a  SLING-109 Remove adaptTo method from JavaScript Resource wrapper   (Don't know how to handle class literals in Rhino ...)
     new 52e61f5  SLING-114 - output an newline after each out.write(...); to make it easier to post-process generated javascript code
     new 89d7257  SLING-114 - reverting r602834: causes out-of-sync line numbers in generated javascript code, as discussed on the sling dev list
     new 60fb2f9  SLING-110 Migrate former SlingScriptEngine implementations to Java Scripting
     new b65e9c1  Fix javadocs, use generics and remove unused imports.
     new ca647d0  SLING-142 Apply patch to support compact ECMA expressions in HTML tag attributes
     new 7b6f225  Move EspReaderTest to the helper package to match the package of the tested EspReader class.
     new 6b2fa92  Remove unused occurances of the sling plugin (it's not configured anyway)
     new 2000d33  issue SLING-146: Replace Resource.getURI() by Resource.getPath() https://issues.apache.org/jira/browse/SLING-146
     new 451012f  Make scriptable wrappers "Wrapper" objects to easily unwrap the wrapped objects.
     new a538c9f  SLING-157 Add a wrapper for the java PrintWriter providing customized print, write, println and printf methods
     new f2137dd  Catch possible exception which may be thrown if there is no "request" object
     new 88906dd  SLING-165 Create a ContextFactory to enable the dynamic scope feature.
     new ba45fb2  SLING-154 Added more scriptable mappings:    - Completed getters for ScriptableNode    - Created ScriptableProperty to map properties    - Added getters for child nodes (node.children) and      properties (node.properties) to ScriptableNode
     new 3c016d3  Clean up code, remove unused imports etc.
     new 1421f16  SLING-154 - wrappers for JCR objects, not perfect yet but better
     new 2052590  SLING-154 - automated tests for Scriptable JCR objects, work in progress
     new 9dc0457  SLING-154 - access to a Property with node.properties.propertyname works
     new 1ebe5d8  SLING-154 - temporary fix so that launcher-webapp tests pass, but JCR Node methods are inaccessible for now
     new b362e04  SLING-193 - Rhino debugger, for server-side javascript
     new ed948ed  SLING-204 - add svn ignore patterns for intellij
     new 836e8fe  Include cause in ScriptException
     new 573f421  SLING-154 - Node methods accessible using their real names like node.getPath() - see ScriptableNodeTest for details
     new 8252fe5  SLING-240 - Improve iteration of child Resources in ScriptableResource, work in progress
     new ff7c070  eval() method must return the result of the evaluation
     new e3faaa1  All using the return value of script evaluation instead of requiring string output
     new 5bfb3c4  SLING-246 replace Resource.getResourceProvider() by Resource.getResourceResolver() and adapt uses and test cases
     new 3b1a8d0  SLING-157 Unit Tests for output of numeric expressions
     new 8adfff5  Test added to demonstrate SLING-253
     new 66ac864  SLING-154 - Node.addNode(...) and Node.getNode(...) methods added to ScriptableNode, with tests
     new cdf27cd  Code cleanup.
     new 4546fc5  SLING-272 Change extension for server side JavaScript to "ecma"
     new f9786e7  SLING-278 Add new method to mock objects for unit tests
     new 167d79e  SLING-282 - ScriptableNode.getProperty added
     new fd43a87  SLING-282 - ScriptableNode.getNodes(namePattern) added
     new 0084759  IN PROGRESS - issue SLING-283: Remove resource.node for scripting https://issues.apache.org/jira/browse/SLING-283
     new d1785da  SLING-142, SLING-253 Allow compact expression syntax ${..} everywhere as a drop-in replacement for <%=...%>.
     new 652a9b9  SLING-192 - move EspReader to its own package to make it easier to reuse
     new 793aea6  SLING-240 Remove ScriptResource.listChildren method again and rewrite test to use ResourceResolver.listChildren(Resource) instead.
     new 4a43456  Clean up code a little bit (no functional changes)
     new b0f66cd  log failures to define a wrapper class
     new 3ef1573  SLING-289 Support Calendar property access SLING-290 Support binary property access SLING-341 Properly setup wrappers returned from node and property access
     new 472569c  SLING-353 - add DynamicImport-Package statement
     new e51f0fd  Move licence and notice to top level dir.
     new a6f5047  Add incubator disclaimer.
     new 30e576e  Write first element in pom in one line (to avoid problems with the maven release plugin) and minor pom fixes.
     new f33dc07  Update notice files.
     new 5bab7eb  SLING-382 - VersionHistoryImpl was incorrectly wrapped as a Node in server-side javascript - contributed by Gert Vanthienen, thanks!
     new 8bf423e  SLING-382 - prevent Version class from being wrapped in a ScriptableNode
     new 074560b  #SLING-385 - ScriptableNode.remove() and hasNode(path) methods added
     new d00da8b  SLING-389 - prevent NPE in ScriptableNode.getIds(). Also removed superfluous ScriptableNode default constructor.
     new 6e3527b  SLING-77 - add test to verify that node.getNode('path') and node['path'] both return a wrapped Node
     new 0890a1d  SLING-397 - Generate javascript wrapper methods from specific interfaces automatically
     new bde522e  SLING-397 - Generate javascript wrapper methods from specific interfaces automatically - add missing file
     new 4156072  SLING-383 - javascript wrappers for Version and VersionHistory
     new 3a04ced  Exclude maven-eclipse.xml generated by the maven eclipse plugin.
     new fe99ac4  SLING-427 Support "length" property to simulate an array
     new 6d878ca  SLING-428 Applied modified patch (see issue for details)
     new 227587c  Fix import list
     new c4e3fff  SLING-454 - javascript wrappers now output an ECMA-formatted String for the default value of Properties of type Date
     new c0d552f  SLING-467 - Move HttpTestBase integration test utility to commons/testing
     new 4793fbd  SLING-483: Add excludes for javadocs (WiP)
     new 9fe66a2  SLING-495 - NOTICE files generated using mknotice script
     new 747d7c5  SLING-495 - NOTICE files updated according to changes in revision 662927
     new 0feeeb4  SLING-495 - NOTICE files regenerated with revision 663097 changes
     new 2f688d1  Use released version of parent pom.
     new b2aaf4e  Add missing Apache License header
     new cb34e52  Use released versions (or soon to be released versions).
     new d30abd1  [maven-release-plugin] prepare release org.apache.sling.scripting.javascript-2.0.0-incubator
     new 44551b5  [maven-release-plugin] prepare for next development iteration
     new d7bfa3f  Set version to next development version.
     new bda741c  Fix reference to parent pom.
     new ff76fdd  ScriptableNode.getGetSession() added
     new 18953a9  SLING-521: Restore more notice files.
     new 0290904  SLING-521: Separate between notice files for bin and src dists.
     new c5a74ab  SLING-521: Separate between notice files for bin and src dists.
     new 9991242  Change copyright year to 2008.
     new 95cbc19  SLING-539: Merge LICENSE.* information to LICENSE files     - Rhino license     - Copyright attribution not needed?
     new b5dfe86  Update to released versions.
     new 9132495  [maven-release-plugin] prepare release org.apache.sling.scripting.javascript-2.0.2-incubator
     new 9f7144b  [maven-release-plugin] prepare for next development iteration
     new dc099cc  Use latest snapshots again to make project buildable.
     new 31fe6f0  Use released versions.
     new 50abdda  Use released parent pom where possible.
     new 9c84aa7  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 9856579  SLING-677 share the top level scope for the complete request processing and move the engine to an internal package to enable export of the SPI interfaces (see SLING-634)
     new b544155  SLING-634 Provide service interface (RhinoHostObjectProvider) to extend Rhino and export SlingWrapper to enable extensions to implement proper wrappers
     new d939433  SLING-676 Move JavaScriptEngineFactory to an internal package (for SLING-634) and ensure proper cleanup when stopping the bundle. In addition the factory is now a proper OSGi service because it needs more control of its own lifecycle and for SLING-634 needs to be able to get the host object providers.
     new e6dfe1c  SLING-678 support enabling the debugger with a framework property and have better control over the debugger window (used for SLING-676)
     new 1f428a7  SLING-634 Adapt to moved SlingWrapper interface
     new 15493c0  SLING-634 Export provider and wrapper interfaces as well as the main Rhino JavaScript package for extensions to use.
     new 3dabeaf  SLING-634 Move ScriptEngineHelper class to internal package
     new 5f7c72b  SLING-724 Implemented missing method mappings, added JavaDoc to mapped methods and deprecated wrong mappings. Added unit tests for the mappings to ensure they return values as expected. Finally removed the "jsGet_javascriptWrapperClass" method, which was just provided for testing and has no place in the wrapped class.
     new 51909da  Remove unused default user id setting (this even breaks startup with Jackrabbit 1.5)
     new 5e4a8cd  SLING-794 Adapt to new commons/testing functionality
     new 2f75572  SLING-774 Disable generation of unused metatype descriptors
     new 9d2a069  SLING-808 : Increase version to 5-incubator-SNAPSHOT
     new 641b800  Update notice files to include 2009 in copyright statement.
     new e5ed79e  SLING-811 Reduce DependencyManagement in the parent pom and add explicit versions to the modules
     new d6a58ff  Remove unused imports and correct javadocs.
     new 86cd7d9  SLING-829 Cosmetics to the bundle/project names
     new 2403a70  SLING-844 Try to set the cause of the ScriptException
     new 0ead0e8  SLING-534 Apply patch to better support multi-value properties
     new 8f631d6  SLING-534 Apply patch by Eric Norman (Thanks) with multi value unit test
     new 1dd2f55  SLING-865 : Move to bundles
     new d5e6ada  SLING-865 : Adjust reactor pom and svn information in each module.
     new a31bd22  SLING-865 : Adjust path to parent pom and add profiles for samples and contrib
     new cdd43d0  SLING-941: Lots of svn:eol-style settings missing
     new cc39f28  Use release parent pom
     new 3db3d25  Use released version as dependencies.
     new 2011d0c  [maven-release-plugin] prepare release org.apache.sling.scripting.javascript-2.0.4-incubator
     new ec31108  [maven-release-plugin] prepare for next development iteration
     new f0ee2b1  Use next dev version of parent pom
     new 907a59a  Set parent pom to released version.
     new 02d904d  Move Sling to new TLP location
     new dacc28d  SLING-1011 : Remove disclaimer file.
     new 7338faf  SLING-1011 : Adjust svn location
     new cfbeb94  SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms.
     new 7946f9c  SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app has the leglize stuff, too)
     new 8179d36  SLING-1050 - Use new dynamic class loader.
     new 0b46f42  Use official release instead of incubator release.
     new dae5a9f  Fix wrong org.apache.sling.commons.classloader version number
     new 8e2e12b  Update to latest Sling releases.
     new 75800f1  Update to latest release.
     new f37b65a  Update to latest parent pom.
     new 4809ce8  [maven-release-plugin] prepare release org.apache.sling.scripting.javascript-2.0.6
     new d1f7d70  [maven-release-plugin] prepare for next development iteration
     new 7644353  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries
     new 9671b3c  Cleanup
     new 3f8deb4  SLING-1111 : RhinoJavaScriptEngine does not preserve scope between eval()s
     new c3c4432  SLING-1517 - fixing Maven 3 warnings and switching to released version of animal sniffer
     new 111bb59  Use released parent pom.
     new 3f740a0  SLING-1684 ScriptableResourceTest.TestResource does not implement new methods from Resource interface
     new 211d6dc  SLING-1594 : Support CommonJS Modules i.e. the require function. Apply patch from Lars Trieloff
     new 74702a7  updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent
     new 5a8be01  Prepare for release - going back to parent pom 9
     new c91e87c  [maven-release-plugin] prepare release org.apache.sling.scripting.javascript-2.0.8
     new e63b1ad  [maven-release-plugin] prepare for next development iteration
     new d9451cc  Go back to parent pom 10-snapshot and use latest snapshots for launchpad
     new 1cf0d5b  fixing relativePaths
     new 4b99354  Update to recent snapshots
     new 0c6fab9  SLING-1891 : Replace Cass.forName uses by ClassLoader.loadClass
     new 7e5977f  Use latest releases.
     new faf41c6  [maven-release-plugin] prepare release org.apache.sling.scripting.javascript-2.0.10
     new 4db705e  [maven-scm] copy for tag org.apache.sling.scripting.javascript-2.0.10

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