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:07:46 UTC

[sling-org-apache-sling-scripting-sightly] annotated tag org.apache.sling.scripting.sightly-1.0.0 created (now 219e513)

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

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


      at 219e513  (tag)
 tagging 146dbd55594805baabd6e87bfac1ce65d4ba312e (commit)
      by Radu Cotescu
      on Mon Mar 23 08:44:03 2015 +0000

- Log -----------------------------------------------------------------
org.apache.sling.scripting.sightly-1.0.0
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new a80ff90  SLING-3959 - Sightly contribution
     new 9fc4ddf  SLING-4181 - Remove unneeded reference to SlingRepository from ClassUnitLoader
     new db2d748  SLING-4182 - Cleanup Sightly Engine dependencies
     new 2ea3a16  SLING-4182 Down to Commons IO 1.4
     new d3279d7  SLING-4176 - Added validation/filtering for StyleToken context
     new 5c4ce33  SLING-4167 - The Sightly implementation should provide support for escaped expressions
     new 6886154  SLING-4180 - Sightly Engine should properly reimport its own API export
     new 48eff18  SLING-4206 Refactor Sightly and Sightly JS
     new 164d102  SLING-4206 Refactor Sightly and Sightly JS
     new d366644  SLING-4206 Fixing one minor glitch: Record is a @ConsumerType, of course
     new 2543b9f  SLING-4182 Downgrade Sling API dependencies to the minimum required API (2.4 instead of 2.8)
     new 85049a5  SLING-4177 Properly XSS escape CSS style string
     new 87230c3  SLING-4219  Prevent IllegalStateException if SlightlyParserErrorListener is called with null RecognitionException
     new 9d26653  SLING-4219 - increases the verbosity of the reported parsing errors in UnitLoader - contributed by Radu Cotescu, thanks!
     new 1ec46f8  SLING-4227 Rename RuntimeExtension.SCR_PROP_NAME to NAME
     new af1d56d  SLING-4231 add missing whitelisting for <ul>
     new 1bf0290  SLING-4232  Don't try to access a name which obviously cannot be a Java Class name.
     new dd00f41  SLING-4240 SlightlyScriptEngine improvements
     new e94656f  SLING-4256 - fix cache invalidation - contributed by Radu Cotescu, thanks!
     new b69e37a  SLING-4282 [Sightly] Fully qualified Use POJOs are not correctly identified in the repository
     new 91a5a3b  SLING-4309 Remove redundant RuntimeExtensionException and SightlyUseException from Sightly's API
     new c08a7db  SLING-4305 Refactor the Record interface:
     new 08a71ab  SLING-4313 Remove ExtensionInstance interface
     new 08d22ef  SLING-4304 Refactor the ResourceResolution class and improve its JavaDoc
     new 6eac07c  SLING-4323 Fix SCM locations
     new c39de31  SLING-4314 The implementation of RenderContext#resolveProperty can be slow for certain cases
     new 73d68b5  SLING-4326 Remove object traversal and conversion methods from RenderContext
     new a9669a9  SLING-4314 The implementation of RenderContext#resolveProperty can be slow for certain cases
     new 6776ed3  Add JavaDoc indicating the use of service.ranking service property to order UseProvider services
     new d3e6e22  SLING-4342 [Sightly] Reduce the number of repository reads
     new 2c655d0  SLING-4346 Sightly: HtmlParser does not parse documents correctly when comments span across internal char buffer size
     new 89f33bd  SLING-4349 Extend RenderContext to provide access to the ServletResolver resource resolver
     new 8383bee  SLING-4337 Sightly should only log errors from use providers if none of the use providers succeeded
     new 902ec71  SLING-4354 Update the behaviour of the 'join' option
     new 85fb9bd  SLING-4355 Implement support for the 'sly' HTML tag
     new 6d1428f  SLING-4356 Implement support for 'data-sly-repeat'
     new d1e83e7  SLING-4406 - POJOs stored in the repository might not get recompiled when changed
     new 76702f4  SLING-4400 - The Use-API should return a falsy value if no Use-provider was able to solve the requested object
     new ae86627  SLING-4419 - [Regression] Sling Models cannot be used with Sightly Java Use-API
     new c47093a  SLING-4402 - The selector manipulation options for data-sly-resource should accept string arrays
     new 09098b7  SLING-4423 - Add support for URI Manipulation options
     new 237f969  SLING-4285 - Support for resource.getChildren in data-sly-list
     new 98ce250  SLING-4358 - Add the 'Provide-Capability' OSGi header to the org.apache.sling.scripting.sightly bundle
     new 67df842  SLING-4428 - Sightly: scriptComment and styleComment contexts are not doing anything
     new 160d215  SLING-4441 - The JavaUseProvider should return a failure for any exception encountered during Use object retrieval
     new 12ab9d6  SLING-4175 do not catch exceptions when including scripts/resources within Sightly
     new 05b3581  SLING-4448 - Make the RenderUnitProvider fail loudly if the provided identifier does not resolve to a script
     new a462031  SLING-4449 - Allow iterating once over String / Number objects
     new cfea5b1  SLING-4454 fix description and javadoc around service rankings of Use Providers
     new 0708196  SLING-4454 - Contradicting information about service.ranking in UseProvider and JavaUseProvider
     new 0760fa3  SLING-4483 - Sightly: data-sly-resource does not properly resolve relative paths
     new 0d15238  SLING-4489 - Sightly: Hyphenated identifiers cause a compilation exception in Sightly generated Java classes
     new a2862bd  SLING-4499 - Sightly: Parsing errors should not show up in console/stdout
     new a3275ea  @trivial: added license headers to pass RAT check
     new 53ffb95  @releng: updated o.a.s.xss to released version
     new 1301992  [maven-release-plugin] prepare release org.apache.sling.scripting.sightly-1.0.0
     new 146dbd5  [maven-release-plugin]  copy for tag org.apache.sling.scripting.sightly-1.0.0

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