adaptTo() 2016 - CfP & Earlybird & Recap

2016-04-25 Thread Stefan Seifert
Quick update for the adaptTo() 2016 conference in Berlin:

We decided to extend the Call for Papers deadline by 2 weeks (until 6th of 
May). http://adapt.to/cfp

Also, the Earlybird offer (-20%) ends this Friday. http://adapt.to/tickets

Feeling nostalgic? Check out our 2015 Recap. http://adobe.ly/1MCLKca

Kind regards on behalf of the adaptTo() Team

Stefan




[ANN] Apache Sling Log Tracer version 1.0.0 Released

2016-04-25 Thread Chetan Mehrotra
The Apache Sling team is pleased to announce the release of Apache
Sling Log Tracer version 1.0.0

Apache Sling is a web framework that uses a Java Content Repository,
such as Apache Jackrabbit, to store and manage content. Sling
applications use either scripts or Java servlets, selected based on
simple name conventions, to process HTTP requests in a RESTful way.

Log Tracer provides support for enabling the logs for specific
category at specific level and only for specific request. It provides
a very fine level of control via config provided as part of HTTP
request around how the logging should be performed for given category.

https://sling.apache.org/documentation/bundles/log-tracers.html

This release is available from http://sling.apache.org/site/downloads.cgi

Building from verified sources is recommended, but convenience binaries are
also available via Maven:


org.apache.sling
org.apache.sling.tracer
1.0.0


Release Notes:

New feature being introduced with this release is around Tracer
Recording [1] which allows
retrieving all collected trace data for a given request in json format
for further analysis

** New Feature
* [SLING-5459] - Recording of tracer logs

** Sub-task
* [SLING-5504] - Reduce memory footprint of stored recording data
* [SLING-5505] - Allow recording of caller stacktrace with the logs
* [SLING-5507] - Collect more details around query execution

Enjoy!

-The Sling team
[1] 
https://sling.apache.org/documentation/bundles/log-tracers.html#tracer-recording