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-scripting-javascript.git.


      at d24d0d8  SLING-7167 Adjust READMEs

This branch includes the following new commits:

     new 2e98918  SLING-865 : Move to bundles
     new 1c9474e  SLING-865 : Adjust reactor pom and svn information in each 
module.
     new 78c1dfb  SLING-865 : Adjust path to parent pom and add profiles for 
samples and contrib
     new 90a260e  Use release parent pom
     new e64107f  Use released version as dependencies.
     new 933866b  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.4-incubator
     new 69c1ec6  [maven-release-plugin] prepare for next development iteration
     new 04e8661  Use next dev version of parent pom
     new d2c6b3a  Set parent pom to released version.
     new 63ab336  Move Sling to new TLP location
     new df5daaf  Move Sling to new TLP location
     new 6174b21  SLING-1011 : Remove disclaimer file.
     new 8c7684f  SLING-1011 : Adjust svn location
     new dcf5116  SLING-1011 : Remove disclaimer from readme's, adjust links to 
webite, fix versions in poms.
     new f730681  SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app 
has the leglize stuff, too)
     new 0505ec2  SLING-1050 - Use new dynamic class loader.
     new ac08e3a  Use official release instead of incubator release.
     new e1785e6  Fix wrong org.apache.sling.commons.classloader version number
     new 1106d40  Update to latest Sling releases.
     new fb7db88  Update to latest release.
     new 3b0f6e3  Update to latest parent pom.
     new 3cc76f0  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.6
     new b594a3a  [maven-release-plugin] prepare for next development iteration
     new 0bf2cf5  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi 
provided OSGi libraries
     new a5030e2  Cleanup
     new ca765cc  SLING-1111 : RhinoJavaScriptEngine does not preserve scope 
between eval()s
     new 5c43982  SLING-1517 - fixing Maven 3 warnings and switching to 
released version of animal sniffer
     new 99cfb46  Use released parent pom.
     new 0ab8595  SLING-1684 ScriptableResourceTest.TestResource does not 
implement new methods from Resource interface
     new 2b85628  SLING-1594 : Support CommonJS Modules i.e. the require 
function. Apply patch from Lars Trieloff
     new 60ab954  updating all modules to parent 10-SNAPSHOT in anticipation of 
emma additions to parent
     new d42aa64  Prepare for release - going back to parent pom 9
     new 37513ae  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.8
     new 201a687  [maven-release-plugin] prepare for next development iteration
     new b164505  Go back to parent pom 10-snapshot and use latest snapshots 
for launchpad
     new dd49fe6  fixing relativePaths
     new efe1ae8  Update to recent snapshots
     new 79b0c9c  SLING-1891 : Replace Cass.forName uses by 
ClassLoader.loadClass
     new 4349466  Use latest releases.
     new 9401205  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.10
     new 914282f  [maven-release-plugin] prepare for next development iteration
     new cea04c0  SLING-1972 Don't keep the script toplevel scope as an 
instance field. Rather use the top call scope field of the Rhino Context
     new 6083afe  SLING-1972 copy back properties of the top level scope to the 
Engine scope bindings after the script ended without errors.
     new 71c567d  SLING-1972 fix testcase to use an engine scoped binding to 
maintain the "shared" variables
     new 1adc7db  SLING-1975 Declare multi-threading behaviour of script 
engines:
     new ea45f97  SLING-1975 Remove copy-paste induced invalid character
     new 5b1e6ba  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.12
     new 83ae0b2  [maven-release-plugin] prepare for next development iteration
     new 6fb3855  Revert version number; aborted release
     new bbba74b  Need license information for embedded Rhino
     new 485a264  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.12
     new 96f0bc2  [maven-release-plugin] prepare for next development iteration
     new 4d62b6d  SLING-2150 : Update plugins to use the latest available 
versions
     new e970925  Update to recent snapshot
     new 1b10e8f  Using latest released parent pom
     new 8bdffe4  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 bb48886  temporarily using snapshots during release vote
     new 8e04817  using latest releases
     new 9ee6a7b  SLING-2480 : Add config for maven-sling-plugin to m2e 
configuration
     new 85cd543  SLING-2363 Replace JavaDoc SCR annotations with Java SCR 
annotations
     new 0d9e070  Update to latest parent pom
     new eddb3c4  Use released versions
     new 29fd3e4  Update to released bundles
     new 12b5af8  Update to released bundles
     new a45a868  Use latest releases and update to new parent pom
     new a55cd17  Update to latest parent pom and use latest releases in 
launchpad
     new c8ccb93  Use released versions of testing modules and jcr classloader.
     new c35cc9e  Revert back to incubator version
     new a238ed2  Correct reactor pom and update to parent pom 16
     new b28ccd8  Update to latest parent pom
     new 7a392a1  Update to parent pom 18
     new abb6cba  SLING-3052 - adding null check before adding object from 
bindings
     new 9156223  SLING-3241 Unwrapped any wrapped objects before returning the 
result from script evaluation.
     new 530384a  SLING-3308 Upgrade to Rhino 1.7R4
     new ed75258  SLING-3314 Remove test method "jsGet_javascriptWrapperClass" 
and respective tests
     new 6d4503d  SLING-3322 - Export additional mozilla rhino packages
     new b95f67c  tabs -> spaces
     new a448078  Update to parent pom v19
     new 51f7f7e  SLING-3635 - configurable optimization level for Rhino, 
contributed by Marius-Andrei Danila, thanks!
     new ad3fe8d  SLING-3635 - better OSGi metadata, and use PropertiesUtil
     new 948d9b5  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.14
     new 50c1bea  [maven-release-plugin] prepare for next development iteration
     new 609c06b  SLING-3711 fix version range for packages in javax.jcr
     new 1a02747  style
     new 7d4f5fe  Updated to parent version 20
     new 003c595  Update to Sling Parent POM 22 with baselining enabled
     new e573067  SLING-3413 - Extend the JavaScript Resource API
     new 7a350d4  SLING-3413 - adding parent property getter to 
ScriptableResource. Also correcting JavaDoc
     new 7ddbcdb  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.16
     new 847895f  [maven-release-plugin] prepare for next development iteration
     new b8be0e9  SLING-4698 - Set parent.relativePath to empty for all modules
     new a332784  SLING-4783 - The JavaScript scripting engine can generate 
classloader leaks
     new 212037f  SLING-4783 - The JavaScript scripting engine can generate 
classloader leaks
     new a49064c  Update to Sling Parent 23
     new 30d7167  SLING-4843 - Concurrency issue in Rhino can lead to Sling 
deadlock problems during startup
     new 274a7f2  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.18
     new 09ad6ae  [maven-release-plugin] prepare for next development iteration
     new f90a84c  set parent version to 24 and add empty relativePath where 
missing
     new e985c3b  SLING-915 - [Rhino] Implement Compilable
     new 62eb5d5  trivial: corrected JavaDoc to comply with Java 1.8
     new 98d9940  release: updated dependencies to staged release artifacts
     new 692090e  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.20
     new a26ea24  [maven-release-plugin] prepare for next development iteration
     new 2c90f2d  release: updated dependencies after staging artifacts for 
release
     new fce7ff2  revert release for Scripting API 2.1.8, Scripting Core 
2.0.30, Scripting JavaScript 2.0.20, Scripting Sightly JS Use Provider 1.0.6
     new 0a18ce4  release: updated dependencies
     new 7e8e13a  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.20
     new eb04c61  [maven-release-plugin] prepare for next development iteration
     new f8d4a1f  updated dependencies after release
     new 878ddf4  SLING-4935 - Rhino scripts not based on a resource will not 
get cached correctly by the Sling Script Cache
     new b701dcf  release: updated dependencies
     new 30a9a82  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.22
     new fc0f69e  [maven-release-plugin] prepare for next development iteration
     new 8d15636  SLING-4953 - Enhance the JavaScript API provided by the 
org.apache.sling.scripting.javascript bundle
     new e4ca48f  trivial: reorganised test packages
     new afb2269  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.24
     new 3eea9aa  [maven-release-plugin] prepare for next development iteration
     new d1cabb3  SLING-5022 - ImporterTopLevel is not set up correctly for the 
RhinoJavaScriptEngine
     new 61853ba  SLING-5080 - org.apache.sling.scripting.javascript fails 
baseline check with maven-bundle-plugin 3.0.0
     new 03ecc7b  Update the main reactor to parent 25
     new 55c3a79  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.26
     new a4f5ee3  [maven-release-plugin] prepare for next development iteration
     new 49ed0a9  SLING-5175 - The current set up of the ImporterTopLevel in 
the RhinoJavaScriptEngine incurs performance penalties
     new 5f663e6  SLING-5266 - Exporting org.mozilla.javascript.ast package in 
org.apache.sling.scripting.javascript bundle
     new 4ca5aac  Switch to parent pom 26
     new 2510cd1  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.28
     new 4db6f66  [maven-release-plugin] prepare for next development iteration
     new a8e89b0  SLING-5514 : Remove dependency to jcr. resource bundle
     new bffec4e  SLING-5514 : Remove dependency to jcr. resource bundle
     new 73888e7  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.30
     new ef41cda  [maven-release-plugin] prepare for next development iteration
     new 5b8953a  SLING-6644 Add extensions, mime types and names to 
RhinoJavaScriptEngineFactory's component properties
     new 18c9831  SLING-6682: Replace commons.json usage in 
org.apache.sling.scripting.javascript
     new 436d3f8  SLING-6668 Remove embedded Rhino from bundle
     new 40089a8  SLING-6668 Remove embedded Rhino from bundle
     new 76829bc  SLING-6751 Migrate to OSGi R6 annotations
     new ccec9d3  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-2.0.32
     new fdc5acd  [maven-release-plugin] prepare for next development iteration
     new 473334e  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-3.0.0
     new a65bf70  [maven-release-plugin] prepare for next development iteration
     new 209e99b  SLING-7093 - The JavaScript Use Provider should define an 
explicit dependency to the o.a.s.scripting.javascript bundle
     new 710f492  [maven-release-plugin] prepare release 
org.apache.sling.scripting.javascript-3.0.2
     new 1dfe3bd  [maven-release-plugin] prepare for next development iteration
     new 6b72489  SLING-7167 Adjust READMEs
     new 44a70f4  SLING-7167 Adjust READMEs
     new d24d0d8  SLING-7167 Adjust READMEs

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