Re: Commons Caching module: SLING-2555

2012-10-29 Thread Tommaso Teofili
Nice thing Ian, I'll try to have a look at it and look to add DirectMemory impl to it as soon as I can. Thanks and regards, Tommaso On 29/ott/2012, at 11:04, Ian Boston wrote: Earlier today I pushed an API bundle and impl for EhCache and Infinispan to SVN under whiteboard/ieb/cache

Re: Vanity Path query

2013-02-21 Thread Tommaso Teofili
From my point of view Felix's point is correct in term of definition of how a vanity path can be set. From the Oak query point of view, if I'm not wrong, the Lucene index should chime in for this case since it indexes properties and can return paths so that should be turned into a fielded query

Re: ResourceAccessGate (SLING-2698)

2013-03-06 Thread Tommaso Teofili
On 06/mar/2013, at 16:15, Bertrand Delacretaz wrote: On Wed, Mar 6, 2013 at 4:08 PM, Alexander Klimetschek aklim...@adobe.commailto:aklim...@adobe.com wrote: ... Sling is a web framework, about routing, servlet + script rendering etc. Defining ACL security is not it's business - this is the

Dynamically create and register OSGi services from configurations

2013-09-11 Thread Tommaso Teofili
Hi all, that's probably a trivial question but I'm looking for the best practice to create and register OSGi Services from configurations. Here's an example scenario: - I have an interface FooBar - I have an implementation DefaultFooBarImpl - I want to be able to specify a node like: {

Re: Dynamically create and register OSGi services from configurations

2013-09-11 Thread Tommaso Teofili
, at 11:53, Chetan Mehrotra wrote: You can use Component based on ConfigurationFactory. Have a look at [1] for one such example [1] http://stackoverflow.com/a/15872131/1035417 Chetan Mehrotra On Wed, Sep 11, 2013 at 3:05 PM, Tommaso Teofili teof...@adobe.com wrote: Hi all, that's probably

Re: Dynamically create and register OSGi services from configurations

2013-09-12 Thread Tommaso Teofili
, Sep 11, 2013 at 7:06 PM, Tommaso Teofili teof...@adobe.com wrote: Thanks a lot Chetan, that helps a lot! In the mentioned link it seems both ConfigurationFactory and ManagedServiceFactory could be used for that purpose, do you know if there is any difference / advantage / disadvantage

Re: Dynamically create and register OSGi services from configurations

2013-09-12 Thread Tommaso Teofili
On 12/set/2013, at 08:35, Felix Meschberger wrote: Hi Am 11.09.2013 um 15:36 schrieb Tommaso Teofili: Thanks a lot Chetan, that helps a lot! In the mentioned link it seems both ConfigurationFactory and ManagedServiceFactory could be used for that purpose, do you know

[PROPOSAL] Sling Replication module

2013-10-31 Thread Tommaso Teofili
Hi all, In the last weeks I've been working on an Apache Sling based replication module and I'd like to donate it to the project so I'm wondering if that may sound interesting for the community. Its main purpose is to replicate data between Sling instances. Some design concepts : - Replication

Re: [PROPOSAL] Sling Replication module

2013-11-03 Thread Tommaso Teofili
dascalita haut Sent from my iPad On Nov 2, 2013, at 2:37 PM, Robert Munteanu romb...@apache.org wrote: Hi Tommaso, On Thu, Oct 31, 2013 at 4:41 PM, Tommaso Teofili tommaso.teof...@gmail.com wrote: Hi all, In the last weeks I've been working on an Apache Sling based replication

Re: [PROPOSAL] Sling Replication module

2013-11-05 Thread Tommaso Teofili
://issues.apache.org/jira/browse/SLING-3223 2013/11/4 Tommaso Teofili tommaso.teof...@gmail.com Hi all, thanks for the positive feedback. Answers to your questions below: will this module work only between Sling instances, or will I be able to make it work with external systems? I'm

Re: FYI: feature flags prototype

2013-11-13 Thread Tommaso Teofili
Hi Bertrand, it looks cool indeed! I agree it'd be nice to enable feature flags also on the resource (even if I'm not too much convinced access gates are a good fit for it) and service level, and design the API for that too. However I'm not sure how that could be done for services in general,

Re: [VOTE] - Accept donation of replication module to Apache Sling

2013-11-13 Thread Tommaso Teofili
, On Mon, Nov 11, 2013 at 3:02 PM, Tommaso Teofili tommaso.teof...@gmail.com wrote: ...as per discussions on SLING-3223 [1] I'm opening the vote for accepting the Sling replication module for inclusion in Apache Sling project... +1, conditional to doing an IP clearance as per http

Re: [VOTE] - Accept donation of replication module to Apache Sling

2013-11-15 Thread Tommaso Teofili
forward with the donation. here's my non binding +1 then :-) Regards, Toby On Thu, Nov 14, 2013 at 1:48 AM, Bertrand Delacretaz bdelacre...@apache.org wrote: On Thu, Nov 14, 2013 at 8:37 AM, Tommaso Teofili tommaso.teof...@gmail.com wrote: as far as I know there's usually a vote

[Sling Event] difference between JobConsumer and JobExecutor

2013-11-15 Thread Tommaso Teofili
Hi all, while working with Sling Event I noticed there's a somewhat similar API for consuming a Job defined in JobConsumer and JobExecutor. The API and javadoc for them are quite similar except that the executor also gets an ExecutorContext while executing the Job. Is there any guideline about

[RESULT][VOTE] - Accept donation of replication module to Apache Sling

2013-11-20 Thread Tommaso Teofili
The vote to accept the donation of the Sling replication module [1][2] passes with 6 +1 from: - Dominik Suess - Bertrand Delacretaz * - Justin Edelson * - Tobias Bocanegra - Ian Boston * - Felix Meschberger * I'll start the IP clearance process shortly. Regards, Tommaso [1] :

Sling Replication IP Clearance

2013-11-29 Thread Tommaso Teofili
Hi all, I just published the IP Clearance page for Sling Replication [1][2]. Please have a look and let me know if you think anything is wrong / missing, then I'll open the lazy consensus vote on general@incubator.a.o Thanks and regards, Tommaso [1] :

Re: Sling Replication IP Clearance

2013-11-29 Thread Tommaso Teofili
Hi Bertrand, 2013/11/29 Bertrand Delacretaz bdelacre...@apache.org Hi, On Fri, Nov 29, 2013 at 9:03 AM, Tommaso Teofili tommaso.teof...@gmail.com wrote: ...[1] : http://incubator.apache.org/ip-clearance/sling-replication.html... Looks good to me except links to votes which should point

Re: Sling Replication IP Clearance

2013-12-03 Thread Tommaso Teofili
The vote on general@ for Sling Replication has passed [1]. I think we're good to go now for committing the patch in SLING-3223. Regards, Tommaso [1] : http://markmail.org/thread/q3odwcdmw6ak5yui 2013/11/29 Tommaso Teofili tommaso.teof...@gmail.com Hi Bertrand, 2013/11/29 Bertrand Delacretaz

Re: Sling Replication IP Clearance

2013-12-03 Thread Tommaso Teofili
Great, Thanks Bertrand! Ciao, Tommaso 2013/12/3 Bertrand Delacretaz bdelacre...@apache.org On Tue, Dec 3, 2013 at 11:47 AM, Tommaso Teofili tommaso.teof...@gmail.com wrote: ...I think we're good to go now for committing the patch in SLING-3223... Thanks very much, I've committed

Re: [Sling Event] difference between JobConsumer and JobExecutor

2013-12-09 Thread Tommaso Teofili
tracking was introduced. AFAIK JobConsumer should have been deprecated already. I guess the documentation was not yet updated accordingly. Ciao, Victor. On 15.11.13 14:39, Tommaso Teofili tommaso.teof...@gmail.com wrote: Hi all, while working with Sling Event I noticed there's

Sling Replication patches

2014-01-07 Thread Tommaso Teofili
Hi all, could anyone please have a look at the Sling Replication open Jira issues (SLING-3298, SLING-3299, SLING-3300) and eventually apply the provided patches? Thanks and have a nice day, Tommaso

Re: [replication] Whiteboard pattern for replication events?

2014-01-08 Thread Tommaso Teofili
Hi Bertrand, I think this scenario could be easily supported by Sling Replication, one could fire replication related events [1] via ReplicationEventFactory [2] once a replication request is received by a replication agent (and / or in other scenarios). The problem I see here, as far as I

Re: Sling Replication patches

2014-01-08 Thread Tommaso Teofili
Hi Bertrand, thanks a lot, apart from a (new) class not been committed in SLING-3300 everything else looks good. Regards, Tommaso 2014/1/8 Bertrand Delacretaz bdelacre...@apache.org Hi Tommaso, On Tue, Jan 7, 2014 at 1:42 PM, Tommaso Teofili tommaso.teof...@gmail.com wrote: ...could

Re: Incorporation of HTTP Signature Authentication to facilitate automated code/configuration/topology management

2014-01-09 Thread Tommaso Teofili
Hi Mark, that looks nice! Being able to reuse that for Sling Replication authentication would really help, looking forward to see this being available in Sling. Regards, Tommaso 2014/1/8 Mark Adamcin adam...@gmail.com Yes, that's correct. And the httpsig OSGi bundle should be ASL compatible

Re: [replication] Whiteboard pattern for replication events?

2014-01-09 Thread Tommaso Teofili
interesting stuff, thanks Chetan for bringing that to the table, for SLING-3309 I think Marius patch is ok and we could stick to that till we have WebHooks in place. Tommaso 2014/1/8 Chetan Mehrotra chetan.mehro...@gmail.com I think the requirement here are subset of what is required in

Re: [ANN] Welcome Tommaso Teofili as a Sling committer!

2014-01-14 Thread Tommaso Teofili
Thanks a lot to the whole Sling PMC for your trust, I look forward to keep working and having fun in Sling. Regards, Tommaso 2014/1/14 Bertrand Delacretaz bdelacre...@apache.org Hi, Based on his ongoing and valuable contributions, the Apache Sling Project Management Committee (PMC) has

assigning issues to myself in Jira

2014-01-15 Thread Tommaso Teofili
Hi all, could please anyone in the PMC allow me to self assign / resolve issues in Jira? Thanks in advance, Regards, Tommaso

Re: assigning issues to myself in Jira

2014-01-16 Thread Tommaso Teofili
thanks a lot Carsten. Tommaso 2014/1/16 Carsten Ziegeler cziege...@apache.org Done Carsten 2014/1/16 Tommaso Teofili tommaso.teof...@gmail.com Hi all, could please anyone in the PMC allow me to self assign / resolve issues in Jira? Thanks in advance, Regards, Tommaso

Re: Replication REST-ful/HTTP API

2014-02-13 Thread Tommaso Teofili
Thanks Marius for the detailed proposal. I personally prefer the granular one as it's more resource oriented, which makes more sense in my opinion for an HTTP API (be it REST or not) and that was in fact the rationale that drove the current design. Also the flatten design looks ok, however having

Re: Enabling Github integration for Apache Sling Infra

2014-02-16 Thread Tommaso Teofili
+1 Tommaso 2014-02-17 8:07 GMT+01:00 Chetan Mehrotra chetan.mehro...@gmail.com: Saw this news regarding Github and Apache infra integration [1]. I would be good if we get these features enabled for Sling. thoughts? Chetan Mehrotra [1]

Re: Replication REST-ful/HTTP API

2014-02-18 Thread Tommaso Teofili
Does anyone else have any opinion and / or concerns? It'd be nice if we can move forward. Regards, Tommaso 2014-02-14 2:29 GMT+01:00 Alexander Klimetschek aklim...@adobe.com: On 13.02.2014, at 13:44, Tommaso Teofili tommaso.teof...@gmail.com wrote: I personally prefer the granular one

Re: Replication REST-ful/HTTP API

2014-02-20 Thread Tommaso Teofili
@sling.apache.org Subject: Re: Replication REST-ful/HTTP API I prefer the granular design as well - and just to reiterate, the Sling concepts for this are resource providers (and resource access security) Regards Carsten 2014-02-18 9:47 GMT+01:00 Tommaso Teofili tommaso.teof...@gmail.com

Wiki write permissions

2014-03-21 Thread Tommaso Teofili
Hi all, I'd like to ask for write permissions on the Sling wiki in order to edit the Replication HTTP API page to include the latest decisions and to create another one with implementation details and a cheat sheet for using Sling Replication. Regards, Tommaso

Re: Wiki write permissions

2014-03-21 Thread Tommaso Teofili
thanks a lot Bertrand, I can edit the wiki now. Cheers, Tommaso 2014-03-21 15:37 GMT+01:00 Bertrand Delacretaz bdelacre...@apache.org: Hi, On Fri, Mar 21, 2014 at 3:28 PM, Tommaso Teofili tommaso.teof...@gmail.com wrote: ...I'd like to ask for write permissions on the Sling wiki

Sling Replication HTTP API

2014-03-21 Thread Tommaso Teofili
Hi all, I've updated the wiki for the Replication HTTP API (proposal) [1] to reflect latest discussions, mainly this relates to the configuration API (and implementation) [2]. However the wiki also mentions implementation details which I'd move to a different wiki page for better, decoupled

Re: Sling Sonar analysis working again

2014-05-14 Thread Tommaso Teofili
cool, thanks Robert! Tommaso 2014-05-14 15:41 GMT+02:00 Robert Munteanu romb...@apache.org: Hi, With the kind help of the Infra team, the Sonar analysis for Sling is working again. Feel free to have a look at the discovered issues.

[event] JobManager.findJobs question

2014-06-16 Thread Tommaso Teofili
Hi all, while working with Sling replication I found a strange behavior, probably changed recently (as I didn't have it before), where calling: CollectionJob jobs = jobManager.findJobs(QueryType.QUEUED, topic, -1); returns me all the queued jobs, while calling: MapString,Object props = new

Re: [VOTE] accept the SLING-3667 Sling Query contribution

2014-07-18 Thread Tommaso Teofili
+1 Tommaso 2014-07-17 14:32 GMT+02:00 Bertrand Delacretaz bdelacre...@apache.org: Hi, See SLING-3667 for details - please vote to accept this contribution SHA1(sling-query.zip)= 4a0488f00ac81f6ce29eb87e15255418b39bd5a4 This majority vote is open for at least 72 hours. I'm taking care of

Re: generic jira components (was: [VOTE] Release Apache Sling Query version 2.0.0)

2014-08-08 Thread Tommaso Teofili
if we could also create a component for Sling replication that would help (currently using 'extension' component + 'replication' label). Tommaso 2014-08-08 13:57 GMT+02:00 Bertrand Delacretaz bdelacre...@apache.org: On Fri, Aug 8, 2014 at 1:54 PM, Robert Munteanu romb...@apache.org wrote:

Re: generic jira components (was: [VOTE] Release Apache Sling Query version 2.0.0)

2014-08-08 Thread Tommaso Teofili
thanks! Tommaso 2014-08-08 14:27 GMT+02:00 Bertrand Delacretaz bdelacre...@apache.org: On Fri, Aug 8, 2014 at 2:13 PM, Tommaso Teofili tommaso.teof...@gmail.com wrote: if we could also create a component for Sling replication that would help (currently using 'extension' component

Re: [ANN] New Apache Sling Committer: Marius Petria

2014-10-20 Thread Tommaso Teofili
well deserved! Congratulations Marius :) Regards, Tommas 2014-10-20 13:37 GMT+02:00 Carsten Ziegeler cziege...@apache.org: Hi it's my pleasure to announce that the Apache Sling PMC has invited Marius Petria as a new Sling committer...and Marius accepted. So please join me in welcoming

[DISCUSS] - first release of Sling Replication

2014-10-20 Thread Tommaso Teofili
Hi all, almost a year ago Sling Replication was contributed to Sling; it was mostly a prototype but then in the past year me and Marius Petria (mostly) kept working on that to make it more robust and stable (see list of issues on Replication component [1]). The replication stuff currently

Re: [VOTE] Release Apache Sling Resource Resolver Mock 1.0.0, JCR Mock 1.0.0, OSGi Mock 1.0.0, Sling Mock 1.0.0, Sling Mock Jackrabbit 0.1.0

2014-10-21 Thread Tommaso Teofili
+1 Tommaso 2014-10-17 10:56 GMT+02:00 Stefan Seifert sseif...@pro-vision.de: Hi, We solved 4 issues in this release of Resource Resolver Mock 1.0.0: https://issues.apache.org/jira/browse/SLING/fixforversion/12328721 First release of this modules: JCR Mock 1.0.0

Sling Replication renaming

2014-11-04 Thread Tommaso Teofili
Hi all, While reviewing Sling Replication on its road to the first release me and Marius, with the help of some colleagues at Adobe, have cleaned up the APIs [1] and the documentation / javadoc significantly but also found out that probably 'replication' is not the best name we could find. In

Re: Sling Replication renaming

2014-11-05 Thread Tommaso Teofili
Hi Oliver, 2014-11-05 15:34 GMT+01:00 Oliver Lietz apa...@oliverlietz.de: On Wednesday 05 November 2014 08:45:36 Tommaso Teofili wrote: Hi all, Hi Tommaso, While reviewing Sling Replication on its road to the first release me and Marius, with the help of some colleagues at Adobe, have

Re: Sling Replication renaming

2014-11-06 Thread Tommaso Teofili
thanks all for the feedback, if there's no objection I'll proceed with the renaming task then. Regards, Tommaso 2014-11-05 18:04 GMT+01:00 Tommaso Teofili tommaso.teof...@gmail.com: Hi Oliver, 2014-11-05 15:34 GMT+01:00 Oliver Lietz apa...@oliverlietz.de: On Wednesday 05 November 2014 08

Re: [ANN] New Apache Sling Committers: Konrad Windszus and Julian Sedding

2014-11-16 Thread Tommaso Teofili
welcome on board to both of you! Regards, Tommaso 2014-11-12 15:01 GMT+01:00 Carsten Ziegeler cziege...@apache.org: Hi it's my pleasure to announce that the Apache Sling PMC has invited Konrad Windszus and Julian Sedding as new Sling committers...and I'm very happy that both accepted.

Re: Content Distribution: saving/replaying lists of replication events?

2014-12-16 Thread Tommaso Teofili
2014-12-16 14:45 GMT+01:00 Bertrand Delacretaz bdelacre...@apache.org: Hi Marius, On Tue, Dec 16, 2014 at 2:24 PM, Marius Petria mpet...@adobe.com wrote: ...You are trying to upgrade the target system and you want to keep a log of the changes in the source system, right?.. Yes ...We

Re: Can we reduce the amount of Jenkins mails?

2014-12-17 Thread Tommaso Teofili
+1! we may start by identifying the more commonly failing projects and have a look at fixing the build problem (or the bug) there by besides that it may be good to have a more concise set of information when a build fails, not sure it's possible and how in Jenkins though. Tommaso 2014-12-17

Re: JSR305

2015-02-05 Thread Tommaso Teofili
On 05 Feb 2015, at 11:34, Tommaso Teofili tommaso.teof...@gmail.com wrote: 2015-02-05 9:59 GMT+01:00 Konrad Windszus konra...@gmx.de: I created https://issues.apache.org/jira/browse/SLING-4377 https://issues.apache.org/jira/browse/SLING-4377 to track that. But I just faced another

Re: Please welcome Tomek Rękawek as a Sling committer!

2015-02-05 Thread Tommaso Teofili
Welcome on board Tomek, and well deserved :-) Regards, Tommaso 2015-02-05 13:46 GMT+01:00 Bertrand Delacretaz bdelacre...@apache.org: Hi Sling community, Based on his ongoing and valuable contributions to the project, including the Sling Query module (and not to mention implementing the

Re: JSR305

2015-02-05 Thread Tommaso Teofili
2015-02-05 9:59 GMT+01:00 Konrad Windszus konra...@gmx.de: I created https://issues.apache.org/jira/browse/SLING-4377 https://issues.apache.org/jira/browse/SLING-4377 to track that. But I just faced another problem: I can make Eclipse only understand one type of nullable annotation: So

Re: Please welcome Radu Costescu as a Sling committer

2015-02-09 Thread Tommaso Teofili
welcome on board Radu! Regards, Tommaso 2015-02-09 9:20 GMT+01:00 Felix Meschberger fmesc...@adobe.com: Hi all Based on his sustained quality of work on various topics like the validation framework, XSS module, as well as Sightly recently, the Apache Sling PMC decided to invite Radu

Re: SLING-4511 - Enable the rat profile by default

2015-03-17 Thread Tommaso Teofili
+1 I agree, I would've thought it was already like that. Tommaso 2015-03-17 9:48 GMT+01:00 Robert Munteanu romb...@apache.org: Hi, I plan to enable the rat profile by default. Does anyone see a reason to keep it in a non-default profile? Thanks, Robert

Re: [VOTE] Release Apache Sling Service User Mapper 1.2.0

2015-03-13 Thread Tommaso Teofili
+1 (non-binding) Tommaso 2015-03-13 11:20 GMT+01:00 Carsten Ziegeler cziege...@apache.org: Hi, We solved 2 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12329544 Staging repository:

Sling Content Distribution 0.1.0

2015-03-24 Thread Tommaso Teofili
Hi all, as soon as me and Marius are finished with cleaning and improving the docs, I plan to start the vote for Sling Content Distribution 0.1.0 later today. A quick question around that: since Sling Content Distribution is composed by 4 modules (api, core, sample, it) should I start a single

Re: Sling Content Distribution 0.1.0

2015-03-24 Thread Tommaso Teofili
2015-03-24 12:38 GMT+01:00 Bertrand Delacretaz bdelacre...@apache.org: On Tue, Mar 24, 2015 at 12:32 PM, Tommaso Teofili tommaso.teof...@gmail.com wrote: ...since Sling Content Distribution is composed by 4 modules (api, core, sample, it) should I start a single vote thread or one

[VOTE] Release Apache Sling Content Distribution (api, core, sample, it) 0.1.0

2015-03-24 Thread Tommaso Teofili
Hi all, This is the vote for the first Sling Content Distribution [1] release (version 0.1.0) which includes 4 modules (org.apache.sling.distribution.[api,core,sample,it]) We solved 101 issues there: https://issues.apache.org/jira/browse/SLING/fixforversion/12328962 Staging repository:

Re: [VOTE] Release Apache Sling Content Distribution (api, core, sample, it) 0.1.0

2015-03-25 Thread Tommaso Teofili
+1 (non-binding) Tommaso 2015-03-24 16:24 GMT+01:00 Tommaso Teofili tommaso.teof...@gmail.com: Hi all, This is the vote for the first Sling Content Distribution [1] release (version 0.1.0) which includes 4 modules (org.apache.sling.distribution.[api,core,sample,it]) We solved 101 issues

Re: [VOTE] Accept the donation of the Hypermedia API Tools via SLING-4513

2015-03-25 Thread Tommaso Teofili
+1 Tommaso 2015-03-25 16:53 GMT+01:00 Andrei Dulvac andrei.dul...@gmail.com: Hello, Following a recent discussion on this list, I'm starting a [VOTE] thread regarding the donation of HApi (Hypermedia API tools). Issue: SLING-4513 Github repo: https://github.com/dulvac/hapi MD5 of

Re: [VOTE] Release Apache Sling Content Distribution (api, core, sample, it) 0.1.0

2015-03-30 Thread Tommaso Teofili
we still lack a binding vote, so it'd be nice if someone from the PMC could cast his / her vote here. Thanks and regards, Tommaso 2015-03-24 16:24 GMT+01:00 Tommaso Teofili tommaso.teof...@gmail.com: Hi all, This is the vote for the first Sling Content Distribution [1] release (version

[RESULT][VOTE] Release Apache Sling Content Distribution (api, core, sample, it) 0.1.0

2015-03-30 Thread Tommaso Teofili
Hi all, the vote passes with 3 binding +1s from Daniel Kico Robert Munteanu Carsten Ziegeler and 2 non-binding +1s from Marius Petria Tommaso Teofili no +0/-1 were cast. Thanks all for voting, I'll promote the release. Regards, Tommaso 2015-03-24 16:24 GMT+01:00 Tommaso Teofili tommaso.teof

Sling Content Distribution bugfix release

2015-03-31 Thread Tommaso Teofili
Hi all, since Marius found and fixed an important bug [1] right after the cut of the 0.1.0 Sling Content Distribution release I'd like to create an RC just for sling.distribution.core 0.1.1 and start the vote shortly. Thanks and regards, Tommaso [1] :

Re: Sling Content Distribution bugfix release

2015-03-31 Thread Tommaso Teofili
p.s. could anyone having administration permission on Sling Jira (maybe Carsten?) create a Content Distribution Core 0.1.1 version to correctly set the fixversion for SLING-4550? Thanks and regards, Tommaso 2015-03-31 10:34 GMT+02:00 Tommaso Teofili tommaso.teof...@gmail.com: Hi all, since

[VOTE] Release Apache Sling Content Distribution Core version 0.1.1

2015-03-31 Thread Tommaso Teofili
Hi all, This is the vote for the first Sling Content Distribution Core release 0.1.1. We solved 1 issues there: https://issues.apache.org/jira/browse/SLING/fixforversion/12329868 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1223/ You can use this UNIX

Re: Sling Content Distribution bugfix release

2015-03-31 Thread Tommaso Teofili
2015-03-31 11:14 GMT+02:00 Carsten Ziegeler cziege...@apache.org: Am 31.03.15 um 11:13 schrieb Carsten Ziegeler: Am 31.03.15 um 11:04 schrieb Tommaso Teofili: p.s. could anyone having administration permission on Sling Jira (maybe Carsten?) create a Content Distribution Core 0.1.1

Re: [VOTE] Release Apache Sling Content Distribution Core version 0.1.1

2015-03-31 Thread Tommaso Teofili
+1 (non binding) Tommaso 2015-03-31 11:28 GMT+02:00 Tommaso Teofili tommaso.teof...@gmail.com: Hi all, This is the vote for the first Sling Content Distribution Core release 0.1.1. We solved 1 issues there: https://issues.apache.org/jira/browse/SLING/fixforversion/12329868 Staging

Re: [VOTE] Release Apache Sling Event 3.6.0

2015-04-01 Thread Tommaso Teofili
+1 (non binding) Tommaso 2015-03-31 13:19 GMT+02:00 Carsten Ziegeler cziege...@apache.org: Hi, We solved 4 issues for this release https://issues.apache.org/jira/browse/SLING/fixforversion/12329661 Staging repository:

Re: Sling Content Distribution ITs (was: Re: [VOTE] Release Apache Sling Content Distribution (api, core, sample, it) 0.1.0)

2015-03-27 Thread Tommaso Teofili
://svn.apache.org/repos/asf/sling/tags/org.apache.sling.distribution.sample-0.1.0/ [4] : https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.distribution.it-0.1.0/ 2015-03-27 10:41 GMT+01:00 Oliver Lietz apa...@oliverlietz.de: On Friday 27 March 2015 10:21:18 Tommaso Teofili wrote: [...] I

Re: Sling Content Distribution ITs (was: Re: [VOTE] Release Apache Sling Content Distribution (api, core, sample, it) 0.1.0)

2015-03-27 Thread Tommaso Teofili
2015-03-27 10:03 GMT+01:00 Oliver Lietz apa...@oliverlietz.de: On Friday 27 March 2015 09:39:20 Tommaso Teofili wrote: Hi Oliver, Hi Tommaso, nope, nothing special. All the ITs can fail if the setup of the base test fails, as that happens in a static block; this may happen

Sling Content Distribution ITs (was: Re: [VOTE] Release Apache Sling Content Distribution (api, core, sample, it) 0.1.0)

2015-03-27 Thread Tommaso Teofili
for the first failed/errored IT for the root cause. Regards, Tommaso 2015-03-27 9:06 GMT+01:00 Oliver Lietz apa...@oliverlietz.de: On Tuesday 24 March 2015 16:24:21 Tommaso Teofili wrote: Hi all, This is the vote for the first Sling Content Distribution [1] release (version 0.1.0) which includes 4

Re: Infra asking for feedback on CMS decommissioning proposal

2015-03-27 Thread Tommaso Teofili
*happily says bye bye to the CMS service* Tommaso 2015-03-27 14:50 GMT+01:00 Robert Munteanu romb...@apache.org: Hi, The infra team has started a discussion on infrastructure-dev [1] regarding their proposal to decommission the CMS service as it currently stands. I would encourage you to

Re: Discuss SLING-4312: Register an osgi service for each available service user

2015-02-23 Thread Tommaso Teofili
2015-02-21 8:55 GMT+01:00 Carsten Ziegeler cziege...@apache.org: Am 20.02.15 um 18:53 schrieb Marius Petria: Hi, I discovered an issue related to service users. Due to the indeterminism of OSGI a consumer of ServiceUserMapper cannot be sure that getServiceUserID will find a registered

Re: Infra asking for feedback on CMS decommissioning proposal

2015-03-27 Thread Tommaso Teofili
2015-03-27 15:32 GMT+01:00 Bertrand Delacretaz bdelacre...@apache.org: On Fri, Mar 27, 2015 at 3:13 PM, Tommaso Teofili tommaso.teof...@gmail.com wrote: *happily says bye bye to the CMS service*... So you're volunteering for any required content conversions? ;-) oh no! :-) I like

Re: JSR305

2015-01-30 Thread Tommaso Teofili
I am +1 on that, I think that, among its usage in analysis tools like FindBugs, it helps very much in code readability, also major IDEs support that and it's therefore easier not to mess up with e.g. some API having not to return null and the likes. My 2 cents, Tommaso 2015-01-30 13:15 GMT+01:00

Re: [RT] Move to Oak

2015-05-11 Thread Tommaso Teofili
+1 Tommaso 2015-05-11 20:40 GMT+02:00 Carsten Ziegeler cziege...@apache.org: Hi, what about moving our launchpad completely to Oak and forget about the old jackrabbit in there? I don't think we should provide both in our launchpad in the long run. The bundles for jackrabbit are still

Re: Release Apache Sling Engine Implementation 2.4.2

2015-04-16 Thread Tommaso Teofili
+1 Tommaso 2015-04-15 10:31 GMT+02:00 Antonio Sanso asa...@adobe.com: Hi, We solved 1 issue in this release: https://issues.apache.org/jira/browse/SLING-4623 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1236/ You can use this UNIX script to

Re: Sling Distribution releases in Jira

2015-04-16 Thread Tommaso Teofili
thanks a lot Stefan! Regards, Tommaso 2015-04-16 14:27 GMT+02:00 Stefan Egli stefane...@apache.org: Done. There is now https://issues.apache.org/jira/browse/SLING/fixforversion/12332053 which contains SLING-4148 from 0.1.1 Cheers, Stefan On 4/16/15 2:10 PM, Tommaso Teofili

Sling Distribution releases in Jira

2015-04-16 Thread Tommaso Teofili
Hi all, could anyone with enough karma mark the Sling Content Distribution 0.1.1 [1] version as released and, additionally, create a new version Sling Content Distribution 0.1.2 ? Thanks in advance, Regards, Tommaso [1] : https://issues.apache.org/jira/browse/SLING/fixforversion/12329868

[RESULT] [VOTE] Release Apache Sling Content Distribution Core version 0.1.1

2015-04-07 Thread Tommaso Teofili
Hi all, The vote has passed with the following result : +1 (binding): Carsten Ziegeler, Robert Munteanu, Daniel Kico +1 (non binding): Tommaso Teofili, Marius Petria I will take care of copying this release to the Sling dist directory and promote the artifacts to the central Maven repository

Re: oak-documentMk based discovery.impl / SLING-4603

2015-04-09 Thread Tommaso Teofili
well, that's an interesting approach, I'm curious to see how it'll work :) Tommaso 2015-04-09 17:29 GMT+02:00 Stefan Egli stefane...@apache.org: Hi all, It has come up that with discovery.impl based on oak we could make use of oak's (mongoMk's) lease mechanism instead of sending higher

Re: [VOTE] Release Apache Sling discovery.impl 1.1.4

2015-06-05 Thread Tommaso Teofili
+1 (not binding) Tommaso 2015-06-05 9:53 GMT+02:00 Stefan Egli stefane...@apache.org: Hi, We solved 2 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12332055 There are still outstanding issues:

Distribution documentation on the website

2015-06-04 Thread Tommaso Teofili
Hi all, a quick question: the current documentation for Sling Content Distribution is kept in a README.md [1] however, as also suggested previously, it'd be good to make it consistent with documentation of others Sling bundles by having it on the Sling website. How can we add such a page to the

Re: Distribution documentation on the website

2015-06-04 Thread Tommaso Teofili
thanks a lot Bertrand! Regards, Tommaso 2015-06-04 12:39 GMT+02:00 Bertrand Delacretaz bdelacre...@apache.org: Hi Tommaso, On Thu, Jun 4, 2015 at 9:59 AM, Tommaso Teofili tommaso.teof...@gmail.com wrote: ...How can we add such a page to the Sling website (and publish it) ?... See https

Re: [VOTE] Release Apache Sling Log Tracer 0.0.2

2015-06-18 Thread Tommaso Teofili
+1 Tommaso 2015-06-17 17:30 GMT+02:00 Chetan Mehrotra chetan.mehro...@gmail.com: Hi, This is to vote for the Apache Sling Log Tracer 0.0.2 release. This is the first release for this module The docs are up to date at http://sling.apache.org/documentation/bundles/log-tracers.html Issues

Re: [VOTE] Release Apache Sling Content Distribution Core version 0.1.6

2015-07-29 Thread Tommaso Teofili
+1 to both release distribution.core and distribution.samples (not binding) Tommaso 2015-07-29 16:30 GMT+02:00 Marius Petria mpet...@adobe.com: One more thing :). I also released (and included in the staging repo) org.apache.sling.distribution.sample-0.1.2 (which contains sample configs for

Re: [VOTE] Release Apache Sling Content Distribution Core version 0.1.8 and Distribution API 0.2.0

2015-10-06 Thread Tommaso Teofili
+1 (not binding) Tommaso 2015-10-05 17:04 GMT+02:00 Marius Petria : > Hi, > > > We solved 9 issues in this release: > https://issues.apache.org/jira/browse/SLING/fixforversion/12333153 > > > > There are still some outstanding issues: >

Re: Build failed in Jenkins: sling-contrib-1.7 #784

2016-02-12 Thread Tommaso Teofili
it should be fixed in r1730042, thanks Robert for the heads up. Regards, Tommaso Il giorno ven 12 feb 2016 alle ore 13:52 Robert Munteanu ha scritto: > On Fri, 2016-02-12 at 11:28 +, Apache Jenkins Server wrote: > > [ERROR] Failed to execute goal on project > >

[RESULT][VOTE] Release Apache Sling Content Distribution Core version 0.1.16

2016-03-21 Thread Tommaso Teofili
Hi, The vote has passed with the following result : +1 (binding): Radu Cotescu, Robert Munteanu, Carsten Ziegeler +1 (non binding): Tommaso Teofili If someone could help by copying this release to the Sling dist directory I will take care of promoting the artifacts to the central Maven

[VOTE] Release Apache Sling Content Distribution Core version 0.1.16

2016-03-20 Thread Tommaso Teofili
Hi, We solved 2 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12335354 There are still some outstanding issues: https://issues.apache.org/jira/browse/SLING/component/12323405 Staging repository:

push Apache Sling Content Distribution Core version 0.1.16 to dist (was: [RESULT][VOTE] Release Apache Sling Content Distribution Core version 0.1.16)

2016-03-23 Thread Tommaso Teofili
Hi all, kind reminder: is anyone from the PMC able to push the release to /dist ? Thanks and regards, Tommaso Il giorno lun 21 mar 2016 alle ore 15:15 Tommaso Teofili < tommaso.teof...@gmail.com> ha scritto: > Hi, > > The vote has passed with the following result : > &g

Re: [VOTE] Release Apache Sling Content Distribution Core version 0.1.16

2016-03-19 Thread Tommaso Teofili
+1 Tommaso Il giorno ven 18 mar 2016 alle ore 15:09 Tommaso Teofili < tommaso.teof...@gmail.com> ha scritto: > Hi, > > We solved 2 issues in this release: > https://issues.apache.org/jira/browse/SLING/fixforversion/12335354 > > There are still some out

Re: push Apache Sling Content Distribution Core version 0.1.16 to dist (was: [RESULT][VOTE] Release Apache Sling Content Distribution Core version 0.1.16)

2016-03-23 Thread Tommaso Teofili
thanks a lot Robert! Tommaso Il giorno mer 23 mar 2016 alle ore 17:18 Robert Munteanu <romb...@apache.org> ha scritto: > On Wed, 2016-03-23 at 06:34 +, Tommaso Teofili wrote: > > Hi all, > > > > kind reminder: is anyone from the PMC able to push the release to >

Re: [VOTE] Release Apache Sling Content Distribution Core version 0.1.18

2016-04-18 Thread Tommaso Teofili
+1 Tommaso Il giorno ven 15 apr 2016 alle ore 09:52 Marius Petria ha scritto: > Hi, > > We solved 5 issues in this release: > https://issues.apache.org/jira/browse/SLING/fixforversion/12335564 > > There are still some outstanding issues: >

Re: [ANN] New Apache Sling committer: Timothee Maret

2016-08-02 Thread Tommaso Teofili
glad to have you onboard Timothee! Cheers, Tommaso Il giorno mar 2 ago 2016 alle ore 13:57 Timothée Maret < timothee.ma...@gmail.com> ha scritto: > Hi everyone, > > Thank you all for electing me into this role and for the warm welcome, I am > honored! > > I live in Switzerland and I have worked

Re: [VOTE] Release Apache Sling Content Distribution Core 0.2.0

2017-02-07 Thread Tommaso Teofili
+1 (not binding) Tommaso Il giorno mar 7 feb 2017 alle ore 17:19 Timothee Maret ha scritto: > Hi, > > We solved 50 issues in this release: > https://issues.apache.org/jira/browse/SLING/fixforversion/12328963 > > There are still some outstanding issues: >

Re: [VOTE] Release Apache Sling Content Distribution Core 0.2.4

2017-02-17 Thread Tommaso Teofili
+1 (not binding) Tommaso Il giorno ven 17 feb 2017 alle ore 15:14 Carsten Ziegeler < cziege...@apache.org> ha scritto: > +1 > > > > -- > Carsten Ziegeler > Adobe Research Switzerland > cziege...@apache.org >

Re: Failing distribution ITs (Was: Build failed in Jenkins: sling-contrib-extensions-distribution-1.8 #2)

2016-09-28 Thread Tommaso Teofili
I'll have a look at them, thanks Robert. Regards, Tommaso Il giorno mar 27 set 2016 alle ore 20:39 Robert Munteanu ha scritto: > Hi, > > Seems that the distribution ITs are failing, can someone please look > into it? > > Thanks, > > Robert > > On Tue, 2016-09-27 at 17:37

Re: [RT] Configurationless Sling?

2017-03-28 Thread Tommaso Teofili
Il giorno mar 28 mar 2017 alle ore 15:13 Bertrand Delacretaz < bdelacre...@apache.org> ha scritto: > On Tue, Mar 28, 2017 at 3:01 PM, Carsten Ziegeler > wrote: > > Julian Sedding wrote > >>... As a convention for service users, would it make sense to use the > >>

Re: [VOTE] Release Apache Sling Content Distribution Core version 0.2.6

2017-03-02 Thread Tommaso Teofili
+1 (unbinding) Regards, Tommaso Il giorno gio 2 mar 2017 alle ore 14:43 Oliver Lietz ha scritto: > On Thursday 02 March 2017 13:34:12 Timothee Maret wrote: > > Hi, > > > > We solved 4 issues in this release: > >

  1   2   3   4   5   6   7   8   9   >