Markdown resource provider

2018-07-26 Thread Robert Munteanu
Hi, I've been toying around with a Markdown resource provider in the whiteboard [0]. It's very much a work-in-progress but since it does something - aka render Markdown files, including support for arbitrary Sling properties, I would like to discuss a couple of design decisions. 1. The

Re: [VOTE CANCEL] Release JCR Resource 3.0.12 and Resource Resolver 1.6.2

2018-07-31 Thread Robert Munteanu
; Thanks > > Carsten > > > Robert Munteanu wrote > > Hi Carsten, > > > > On Tue, 2018-07-31 at 08:06 +0200, Carsten Ziegeler wrote: > > > We solved two issues in Resource Resolver 1.6.2 > > > https://issues.apache.org/jira/projects/SLING/versions/

Re: [VOTE] Release JCR Resource 3.0.12 and Resource Resolver 1.6.2

2018-07-31 Thread Robert Munteanu
Hi Carsten, On Tue, 2018-07-31 at 08:06 +0200, Carsten Ziegeler wrote: > We solved two issues in Resource Resolver 1.6.2 > https://issues.apache.org/jira/projects/SLING/versions/12343077 > (There are still two open issues which are moved to 1.6.4, these > issues > already existed in 1.6.0) I

Re: [PROPOSAL] Donating a tool able to generate markdown documentation from annotations

2018-07-31 Thread Robert Munteanu
Hi Simo, On Tue, 2018-07-31 at 14:06 +0200, Simone Tripodi wrote: > Hi all, > due to a private need I implemented a tool that, as a Sling > committer, I > would like to promote inside this community in order to have it as a > public > domain. > > The basic idea is to automate the production of

Re: [VOTE] Release Apache Sling Resource Resolver 1.6.4 and JCR Resource 3.0.14

2018-07-31 Thread Robert Munteanu
On Tue, 2018-07-31 at 14:32 +0200, Carsten Ziegeler wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [VOTE] Release Apache Sling Servlet Helpers 1.1.8, Testing JCR Mock 1.3.4, Testing OSGi Mock 2.3.10, Testing Sling Mock 2.2.20

2018-08-01 Thread Robert Munteanu
On Tue, 2018-07-31 at 17:08 +, Stefan Seifert wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [VOTE] Release Apache Sling App CMS version 0.9.0 and Apache Sling File Optimization 0.9.0

2018-08-01 Thread Robert Munteanu
On Thu, 2018-07-26 at 22:10 -0400, Daniel Klco wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: Upgrade a site to a new version of Sling

2018-08-01 Thread Robert Munteanu
Hi Andy, On Tue, 2018-07-31 at 16:10 -0700, Andreas Schaefer wrote: > Hi there > > I was just wondering if there is a way to upgrade to a new version of > sling like 9 to 10 without having to export and import my content / > configuration. > > If I have a blog like Slick or a website using

Re: New Repository for Project Archetype

2018-08-01 Thread Robert Munteanu
Hi Andy, On Tue, 2018-07-31 at 16:22 -0700, Andreas Schaefer wrote: > Hi > > I wanted to rekindle this discussion as my project-archetype (in the > sling-whiteboard git repo) is still open and nothing has happened for > the past 5 months. > > Someone mentioned that we should start a discussion

Re: Upgrade a site to a new version of Sling

2018-08-01 Thread Robert Munteanu
On Wed, 2018-08-01 at 08:24 -0400, Jason E Bailey wrote: > I would love to see someone create a supported Sling release, kinda > like CRX back in the day. One that you could go to and download and > you know you're getting a stable set of bundles, and that will do > point releases if a bug is

Re: [PROPOSAL] Donating a tool able to generate markdown documentation from annotations

2018-08-01 Thread Robert Munteanu
Hi Simo, See further inline On Tue, 2018-07-31 at 17:48 +0200, Simone Tripodi wrote: > Hi Simo, > > > > On Tue, 2018-07-31 at 14:06 +0200, Simone Tripodi wrote: > > > Hi all, > > > due to a private need I implemented a tool that, as a Sling > > > committer, I > > > would like to promote inside

Re: /etc/map units tests and the issue of recursive mapping

2018-08-01 Thread Robert Munteanu
Hi Andy, On Mon, 2018-07-30 at 14:32 -0700, Andreas Schaefer wrote: > Hi > > For SLING-7768 I created two unit test classes > (org.apache.sling.resourceresolver, branch: feature/SLING-7768) that > test the basic etc mapping behaving directly with MapEntries and one > through the Resource

Configuration property sources with Sling (was: /etc/map with Placeholders for farms / dev stack)

2018-08-01 Thread Robert Munteanu
Hi, On Tue, 2018-07-31 at 01:29 +0200, Georg Henzler wrote: > A property file should still be possible... so if we do this > in Sling, I think the following is needed: > > Property Sources to be supported at minimum: > > * An OSGi configuration > * A local properties file > * OS Env variables >

Re: [Dev] How to send a HTTP GET request using SlingHttpServletResponse

2018-08-01 Thread Robert Munteanu
password > to > the custom authentication handler. > > Thank You. > > On Thu, Aug 2, 2018 at 1:22 AM, Robert Munteanu > wrote: > > > Hi Hasini, > > > > On Thu, 2018-08-02 at 01:17 +0530, Hasini Witharana wrote: > > > Hi all, > > >

[api] SLING-7792 - Resource Resolver should return more than one resolved path if available

2018-08-01 Thread Robert Munteanu
Hi, To fix $SUBJECT I created a draft API change PR at https://github.com/apache/sling-org-apache-sling-api/pull/6 Would appreciate as many eyes on the changes as possible. Thanks! Robert

Re: [Dev] How to send a HTTP GET request using SlingHttpServletResponse

2018-08-01 Thread Robert Munteanu
Hi Hasini, On Thu, 2018-08-02 at 01:17 +0530, Hasini Witharana wrote: > Hi all, > > I have created a servlet extending SlingAllMethodsServlet class and > inside > the doGet() method I need to send a HTTP GET request with some header > values. > > Below are the values that should be sent through

Re: [Dev][GSoC]Redirecting to Apache Sling home page with logged user.

2018-07-25 Thread Robert Munteanu
Hi Hasini, On Wed, 2018-07-25 at 00:22 +0530, Hasini Witharana wrote: > Hi all, > > I am trying to get the service Authenticator in > "org.apache.sling.api.auth.Authenticator" inside a service class > using " > org.osgi.service.component.annotations.Reference" annotation. > > But I am getting

Re: [api] SLING-7792 - Resource Resolver should return more than one resolved path if available

2018-08-09 Thread Robert Munteanu
On Fri, 2018-08-03 at 16:03 +0200, Carsten Ziegeler wrote: > I tend to agree with Jason, getting different results based on a > parameter is a little bit subtle. > > Four methods are not nice either, but at least draw a clear picture > > Regards > > Carsten I've updated the PR based on this

Re: [VOTE] Release Apache Sling Dynamic Include version 3.1.2

2018-08-08 Thread Robert Munteanu
On Wed, 2018-08-08 at 11:53 +0300, Robert Munteanu wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: ResourceProviderTrackerTest#testReactivation fails after updating to osgi-mock 2

2018-08-15 Thread Robert Munteanu
... or maybe the test is correct and the implementation wrong? In which case we should adjust the code to make sure that newer service references are preferred. Robert On Wed, 2018-08-15 at 16:22 +0200, Robert Munteanu wrote: > Thanks for the analysis Stefan, I was able to to follow the c

Re: ResourceProviderTrackerTest#testReactivation fails after updating to osgi-mock 2

2018-08-15 Thread Robert Munteanu
the question is: if the test assumption is correct, the code is wrong > and has to be changed to make overlay possible. > on the other side is this code productive for a long time - maybe the > test assumption is false? > > stefan > > > > -Original Message- &g

Re: [VOTE] Release Apache Sling Maven Sling Plugin 2.3.8

2018-08-14 Thread Robert Munteanu
On Tue, 2018-08-14 at 18:18 +0200, Robert Munteanu wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

ResourceProviderTrackerTest#testReactivation fails after updating to osgi-mock 2

2018-08-14 Thread Robert Munteanu
Hi, I am trying to update the resourceresolver module from 1.4.0 to 2.3.10 to fix some failures in configuring components that are needed by the ResourceResolver. However, this makes the ResourceProviderTrackerTest#testReactivation fail, at line 210 [1]. Since I'm not familiar with neither the

Re: ResourceProviderTrackerTest#testReactivation fails after updating to osgi-mock 2

2018-08-17 Thread Robert Munteanu
lto:cziege...@apache.org] > > Sent: Friday, August 17, 2018 7:42 AM > > To: dev@sling.apache.org; Robert Munteanu > > Subject: Re: ResourceProviderTrackerTest#testReactivation fails > > after > > updating to osgi-mock 2 > > > > I think the test is wrong - the API

Re: [VOTE] Release Apache Sling JCR Repository Registration version 1.0.6

2018-08-06 Thread Robert Munteanu
On Mon, 2018-08-06 at 15:31 +0300, Robert Munteanu wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [VOTE] Release Sling Parent 34

2018-08-06 Thread Robert Munteanu
On Mon, 2018-08-06 at 08:51 +, Stefan Seifert wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

[VOTE] Release Apache Sling JCR Repository Registration version 1.0.6

2018-08-06 Thread Robert Munteanu
Hi, We solved 1 issue in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/1234 There are no outstanding issues. Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1933 You can use this UNIX script to download the release and verify

Re: Sling Hackathon Sept. 13th, 2018 in Berlin

2018-08-13 Thread Robert Munteanu
to quick-start Sling for production use > > - some comon strategies on how to work with content > > - fix some issues around tooling and the process - right now I get a > lot > of error messages in the logs, some of them should not be there > > Regards, > > > On

Re: Sling Hackathon Sept. 13th, 2018 in Berlin

2018-08-13 Thread Robert Munteanu
Hi Eugen, On Sat, 2018-08-11 at 20:44 +0300, Eugen Stan wrote: > Hi, > > I'm booking my flight and accomodations for Adapt.to and would like > to > know a shedule for the hackathon so I can plan better. > > I have flight options from Berlin Schönefeld @ 18:15 on 13.09 and > another, next day. >

Re: help with Sling with mongo with authentification

2018-08-10 Thread Robert Munteanu
Hi Eugen, On Fri, 2018-08-10 at 09:24 +0300, Eugen Stan wrote: > Hello, > > I'm trying to deploy Sling with Mongo back-end with authentication > and > non default connection settings. > > [1] https://docs.mongodb.com/manual/tutorial/enable-authentication/ > > I've updated the configuration for

Re: /etc/map units tests and the issue of recursive mapping

2018-08-13 Thread Robert Munteanu
On Mon, 2018-08-06 at 08:47 -0700, Andreas Schaefer wrote: > I extracted the Etc Mapping tests and added it to master including a > test that showcases the endless circular mapping: > > - EtcMappingResourceResolverTest.endless_circular_mapping() > > Create a ticket here: >

[RESULT] [VOTE] Release Apache Sling JCR Repository Registration version 1.0.6

2018-08-14 Thread Robert Munteanu
Hi, The vote has passed with the following result : +1 (binding): Carsten Ziegeler, Daniel Klco, Robert Munteanu I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Thanks, Robert

[RESULT] [VOTE] Release Apache Sling Dynamic Include version 3.1.2

2018-08-14 Thread Robert Munteanu
Hi, The vote has passed with the following result : +1 (binding): Carsten Ziegeler, Daniel Klco, Robert Munteanu I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Thanks, Robert

[RESULT] [VOTE] Release Apache Sling JCR Resource Resolver 3.0.16

2018-08-14 Thread Robert Munteanu
Hi, The vote has passed with the following result : +1 (binding): Carsten Ziegeler, Daniel Klco, Robert Munteanu I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Thanks, Robert

Re: [VOTE] Release Apache Sling JCR Resource Resolver 3.0.16

2018-08-08 Thread Robert Munteanu
On Wed, 2018-08-08 at 16:29 +0300, Robert Munteanu wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

[VOTE] Release Apache Sling JCR Resource Resolver 3.0.16

2018-08-08 Thread Robert Munteanu
Hi, We solved 1 issue in this release: https://issues.apache.org/jira/projects/SLING/versions/12343857 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1936 You can use this UNIX script to download the release and verify the signatures:

[RESULT] [VOTE] Release Apache Sling Maven Sling Plugin 2.3.8

2018-08-17 Thread Robert Munteanu
Hi, The vote has passed with the following result : +1 (binding): Robert Munteanu, Carsten Ziegeler, Stefan Seifert, Radu Cotescu I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Thanks for voting, Robert

[VOTE] Release Apache Sling API 2.18.4, Resource Resolver 1.6.6

2018-08-17 Thread Robert Munteanu
Hi, We solved 6 issues in these releases: https://issues.apache.org/jira/projects/SLING/versions/12343385 https://issues.apache.org/jira/browse/SLING/fixforversion/12343801 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1938 You can use this UNIX script

Re: [VOTE] Release Apache Sling API 2.18.4, Resource Resolver 1.6.6

2018-08-17 Thread Robert Munteanu
On Fri, 2018-08-17 at 19:02 +0200, Robert Munteanu wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [VOTE] Release Apache Sling Resource Filter version 1.0.0

2018-08-21 Thread Robert Munteanu
Hi Jason, Thanks for re-starting the vote with an updated version. Like the last time, I have some API questions :-) The README only describes adapting a Resource to a ResourceStreamFilter, which is nice and idiomatic for Sling. On the other hand, there are more classes exported as API in

Re: Upgrade a site to a new version of Sling

2018-08-21 Thread Robert Munteanu
orch and then we have more eyes on what is a pretty manual and no-so-exciting process. Robert > > - Jason > > On Wed, Aug 1, 2018, at 1:03 PM, Robert Munteanu wrote: > > On Wed, 2018-08-01 at 08:24 -0400, Jason E Bailey wrote: > > > I would love to see someone creat

Re: [VOTE] Release Apache Sling Launchpad Base 6.0.1-2.6.30

2018-08-21 Thread Robert Munteanu
On Mon, 2018-08-20 at 23:14 +0200, Karl Pauls wrote: > Please vote to approve these releases: +1 Robert signature.asc Description: This is a digitally signed message part

Re: Resource Filter API ( was: [VOTE] Release Apache Sling Resource Filter version 1.0.0)

2018-08-24 Thread Robert Munteanu
> view. > > - Jason > > On Thu, Aug 23, 2018, at 5:19 AM, Robert Munteanu wrote: > > My notes are as follows: > > > > a. Do we need custom exceptions? I.e., do we expect consumers to > > try/catch when parsing and then do something about the error? If > >

Re: [API] Resource traversal vs Resource Resolver traversal

2018-08-20 Thread Robert Munteanu
On Mon, 2018-08-20 at 10:16 +0200, Carsten Ziegeler wrote: > Right, while we encourage that implementations use AbstractResource > we > can't force them to use this either. > > I would like to avoid a major version increase, we could (not saying > we > should) declare these as final while only

Re: [VOTE] Release Apache Sling API 2.18.4, Resource Resolver 1.6.6

2018-08-20 Thread Robert Munteanu
On Sat, 2018-08-18 at 13:20 +, Stefan Seifert wrote: > +1 > > one note on the sling-api release: the release contains a revert of > SLING-7593, this is not reflected in the changelog. but SLING-7593 > was already part of earlier releases, we should create a ticket for > the release log. Good

Re: [API] Resource traversal vs Resource Resolver traversal

2018-08-20 Thread Robert Munteanu
On Mon, 2018-08-20 at 07:57 +, Stefan Seifert wrote: > with Java 8 we can use default implementations and declare them as > final as well. At least with Eclipse I'm getting "Illegal modifier for the interface method bar; only public, abstract, default, static and strictfp are permitted"

Re: Proposal new module: org.apache.sling.installer.provider.installhook

2018-08-27 Thread Robert Munteanu
Hi Georg, On Thu, 2018-08-23 at 19:42 +0200, Georg Henzler wrote: > Hi all, > > to allow for synchronous installation of bundles/configs for certain > edge cases [1], I would like to contribute the new module > org.apache.sling.installer.provider.installhook. This way of > installing > is

[VOTE] Release Apache Sling Default GET Servlets 2.1.34

2018-08-27 Thread Robert Munteanu
Hi, We solved 3 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12343315 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1946 You can use this UNIX script to download the release and verify the signatures:

Re: [VOTE] Release Apache Sling Default GET Servlets 2.1.34

2018-08-27 Thread Robert Munteanu
On Mon, 2018-08-27 at 11:10 +0200, Robert Munteanu wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

[RESULT] [VOTE] Release Apache Sling API 2.18.4, Resource Resolver 1.6.6

2018-08-27 Thread Robert Munteanu
Hi, The vote has passed with the following result : +1 (binding): Robert Munteanu, Daniel Klco, Stefan Seifert, Carsten Ziegeler I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Thanks, Robert

Resource Filter API ( was: [VOTE] Release Apache Sling Resource Filter version 1.0.0)

2018-08-23 Thread Robert Munteanu
Hi Jason, On Tue, 2018-08-21 at 08:30 -0400, Jason E Bailey wrote: > Hi Robert, > > I'll need to clarify the documentation. > > The ResourceFilter is the object that converts a String to a > Predicate , there are cases where you want the > ResourceFilter Script to evaluate against a provided

Re: [VOTE] Release Apache Sling Bundle Resource 2.3.2

2018-08-21 Thread Robert Munteanu
On Tue, 2018-08-21 at 16:37 +0200, Carsten Ziegeler wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [Proposal] Default compiler should be changed to JRE8 in parent pom

2018-07-20 Thread Robert Munteanu
On Thu, 2018-07-19 at 09:59 -0400, Jason E Bailey wrote: > This has been out for a while with no one voicing a concern that we > shouldn't change the default compiler and one person voicing that we > shouldn't have a default at all. > > I'm assuming that my next step would be to update the POM.

SLING-7613 - un-deprecating loginAdministrative

2018-07-17 Thread Robert Munteanu
Hi, Following dev@sling discussions [1] and Jira issue [2] I've filed a PR to un-deprecate loginAdministrative [3]. Comments/reviews are most welcome, I plan to merge this next Monday. Thanks, Robert [1]: https://issues.apache.org/jira/browse/SLING-7613 [2]:

Re: [VOTE] Release Apache Sling Event Support version 4.2.12

2018-07-17 Thread Robert Munteanu
On Tue, 2018-07-17 at 11:50 +0200, Stefan Egli wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [Dev][GSoc] How to create a user without password using Jackrabbit API

2018-07-16 Thread Robert Munteanu
On Tue, 2018-07-17 at 00:40 +0530, Hasini Witharana wrote: > How to get the sling admin session from Sling Repository? > > I am using loginService(String s1, String s2) method and what should > be s1 > and s2? You should be using loginAdminstrative(null). Although the method is deprecated now,

Re: [Dev][GSoC]Redirecting to Apache Sling home page with logged user.

2018-07-23 Thread Robert Munteanu
Hi Hasini, On Sun, 2018-07-22 at 23:20 +0530, Hasini Witharana wrote: > Hi all, > > I have implemented a login with Google for Apache Sling. After user > is > successfully logged in using Google, a new user is created with email > address and a UUID as a password in user store. > > I want to

Re: Error when accessing Browse Content form http://localhost:8080/starter/index.html

2018-07-18 Thread Robert Munteanu
Hi Hasini, On Wed, 2018-07-18 at 18:09 +0530, Hasini Witharana wrote: > Hi all, > > I cloned the master branch of Apache Sling Starter Application[1]. > Then I > built the application from "mvn clean install". After that I tried to > access Browse Content from [2] without login with "admin

Re: [Dev][GSoc] How to create a user without password using Jackrabbit API

2018-07-17 Thread Robert Munteanu
ain/provisioning/sling.txt#L159 > > Thank You. > > On Tue, Jul 17, 2018 at 1:19 AM, Robert Munteanu > wrote: > > > On Tue, 2018-07-17 at 00:40 +0530, Hasini Witharana wrote: > > > How to get the sling admin session from Sling Repository? > > > > &g

[RESULT] [VOTE] Release Apache Sling Default GET Servlets 2.1.34

2018-08-31 Thread Robert Munteanu
Hi, The vote has passed with the following result : +1 (binding): Robert Munteanu, Stefan Seifert, Carsten Ziegeler, Daniel Klco +1 (non binding): Jason Bailey I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Thanks for voting

Re: Sling SonarQube Usage

2018-09-04 Thread Robert Munteanu
On Tue, 2018-09-04 at 08:38 -0400, Daniel Klco wrote: > Is that something others would be interested in having for our > modules? If > so, I'll pilot out getting this in place. +1 Note that I think we have something setup for the old SVN reactor. Robert

Re: Sling SonarQube Usage

2018-09-06 Thread Robert Munteanu
- > > http://svn.apache.org/viewvc/sling/trunk/tooling/jenkins/create_jobs.groovy?revision=1812253=markup > > 3 - > > https://jenkinsci.github.io/job-dsl-plugin/#path/mavenJob-publishers-sonar > > 4 - https://github.com/apache/flex-blazeds/blob/master/pom.xml > > >

Re: Sling SonarQube Usage

2018-09-06 Thread Robert Munteanu
ps://github.com/apache/flex-blazeds/blob/master/pom.xml > > > On Tue, Sep 4, 2018 at 9:45 AM Robert Munteanu > wrote: > > > On Tue, 2018-09-04 at 08:38 -0400, Daniel Klco wrote: > > > Is that something others would be interested in having for our > > > modul

How do I assemble applications using multiple features?

2018-09-06 Thread Robert Munteanu
Hi, I used to assemble an app using the feature model using the application builder. The assembly was a list of features to inlcude, and some of those features also had some configurations/bundles removed. Now when I try it with the latest snapshots I get [INFO] Apache Sling Feature

[VOTE] Release Apache Sling Commons Log 5.1.10

2018-09-07 Thread Robert Munteanu
Hi, We solved 1 issue in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12343349 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1958 You can use this UNIX script to download the release and verify the signatures:

Re: [VOTE] Release Apache Sling Commons Log 5.1.10

2018-09-07 Thread Robert Munteanu
On Fri, 2018-09-07 at 10:52 +0200, Robert Munteanu wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [VOTE] Release Apache Sling File Optimization version 0.9.2

2018-09-07 Thread Robert Munteanu
Hi Dan, Using the annotations depends on what you intend to do with the bundle and what you expect consumers of the bundle to do. In the commit I see that only FileOptimizer is marked as a @ConsumerType, which means that you expect consumers to typically implement this interface, but not others

Re: [VOTE] Initial Release of Apache Sling Resource Filter version 1.0.0

2018-09-06 Thread Robert Munteanu
On Tue, 2018-09-04 at 12:14 -0400, Jason E Bailey wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

September board report draft

2018-09-07 Thread Robert Munteanu
Hi, Please find the draft board report below. I plan to submit it on Monday evening, feedback welcome. Thanks, Robert ## Description: Apache Sling™ is a framework for RESTful web-applications based on an extensible content tree. ## Issues: There are no issues requiring board attention at

[RESULT] [VOTE] Release Apache Sling Commons Log 5.1.10

2018-09-10 Thread Robert Munteanu
Hi, The vote has passed with the following result : +1 (binding): Daniel Klco, Carsten Ziegeler, Daniel Klco I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Thanks, Robert `

Re: [sling-org-apache-sling-app-cms] branch SLING-7858 updated: Skipping the FED build from Eclipse and updating FED versions

2018-08-30 Thread Robert Munteanu
Hi Dan, You may with to file a bug report (or contribute an enhancement) to the frontend-maven-plugin so that the mentioned goals are ignored in Eclipse by default, see https://wiki.eclipse.org/M2E_compatible_maven_plugins#.3Cignore.2F.3E_mapping Best, Robert On Wed, 2018-08-29 at 21:15

Sling 11

2018-09-11 Thread Robert Munteanu
Hi, I think it's a good time to release Sling 11. We've gathered a good set of updates and we want to release more often anyway. If there are updates that still need to get in please add sub-tasks to [4]. Or for larger concerns we can discuss on this email thread. I plan to start with the

Re: [VOTE] Release Apache Sling ContentLoader 2.2.6

2018-07-05 Thread Robert Munteanu
On Sun, 2018-06-24 at 14:34 -0400, Jason E Bailey wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [Proposal] Default compiler should be changed to JRE8 in parent pom

2018-07-05 Thread Robert Munteanu
On Thu, 2018-07-05 at 17:17 +0200, Konrad Windszus wrote: > I would recommend to not provide a default compiler class version at > all but rather force each inheriting module to set that explicitly > via a property. There is even a Maven enforcer rule which makes Maven > builds fail in case that

Re: Issue with Animal Snigger Maven Plugin

2018-07-10 Thread Robert Munteanu
Hi Andy, On Fri, 2018-07-06 at 12:45 -0700, Andreas Schaefer wrote: (snip) > Then I see this report while building the module: > > [INFO] --- animal-sniffer-maven-plugin:1.16:check (default) @ > org.apache.sling.resourceresolver --- > [INFO] Checking unresolved references to >

Re: [RESULT] [VOTE] Release Apache Sling ContentLoader 2.2.6

2018-07-10 Thread Robert Munteanu
On Thu, 2018-07-05 at 13:42 -0400, Jason E Bailey wrote: > Hi, > > The vote has passed with the following result : > > +1 (binding): Dan Klco, Stefan Egli, Robert Munteanu > +1 (non binding): Eugen Stan > > I will promote the artifacts to the central Maven repository. Ca

Apache Felix Logback vs Sling Commons Log

2018-07-10 Thread Robert Munteanu
Hi, I noticed that a logback module was recently released in the Felix project [1]. At a glance it seems to have the same high-level objectives as our own commons-log implementation, but lacks a number of feature we've built. Since I'm not that familiar with the codebase, I would like to ask if

Re: Sling IDE Tooling: Debugging does no longer work with the provided launcher configuration

2018-07-10 Thread Robert Munteanu
Hi Konrad, On Fri, 2018-06-15 at 14:53 +0200, Konrad Windszus wrote: > Ok, I figured out I explicitly had to configure "artifact" and "api" > as Eclipse Plugins to make Eclipse treat them correctly. Isn't there > an automated way to do that (e.g. by commiting the .project file and >

[RESULT] [VOTE] Release XSS Protection API 2.0.10

2018-07-12 Thread Robert Munteanu
Hi, Radu has asked me to perform the final steps of the release, so here goes. The vote has passed with the following result : +1 (binding): Stefan Seifert, Daniel Klco, Radu Cotescu I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository.

Re: [Dev][GSoc] How to create a user without password using Jackrabbit API

2018-07-12 Thread Robert Munteanu
On Thu, 2018-07-12 at 13:53 +0530, Hasini Witharana wrote: > Hi all, > > I tried the below curl command to create a user. > > curl -F:name=myuser -Fpwd=password -FpwdConfirm=password > -Fanyproperty1=value1 \ > http://localhost:8080/system/userManager/user.create.html > > I got an error

Re: [VOTE] Release Apache Sling Starter 10 + associated testing projects and archetypes

2018-01-20 Thread Robert Munteanu
titled [VOTE] Release Apache Sling Starter 10 + associated testing projects and archetypes (take 2) Thanks, Robert Thanks, Dan On Fri, Jan 19, 2018 at 11:42 AM, Robert Munteanu <romb...@apache.org> wrote: Hi, Time to release Sling 10. This year I've added all the testing pr

Please welcome Jason Bailey, Sling committer

2018-01-22 Thread Robert Munteanu
Hi Sling community, Based on his ongoing and valuable contributions to the project, the Sling PMC has elected Jason Bailey as a Sling committer, and he has accepted the invitation. Please join me in welcoming him! Jason - if you want to honor the old tradition of new committers briefly

Re: Git force push

2018-01-23 Thread Robert Munteanu
Hi, On Tue, 2018-01-23 at 15:05 +0100, Stefan Egli wrote: > Sounds like a good idea to start with disallowing --force for now, > given > there is --force-with-lease for emergencies. The unfortunate bit is > perhaps that this opens up a way to modify history without noticing > (which > is what

Re: [VOTE] Release Apache Sling Commons Threads 3.2.12

2018-01-23 Thread Robert Munteanu
On Mon, 2018-01-22 at 14:21 +0200, Robert Munteanu wrote: > On Mon, 2018-01-22 at 12:12 +0100, Stefan Egli wrote: > > Please vote to approve this release: > > +1 I am changing my vote to -1 in light of a blocking issue I discovered while doing some extensive tests. https://is

Re: [VOTE] Release Apache Sling File Optimization version 0.9.2 - Round 2

2018-09-12 Thread Robert Munteanu
On Fri, 2018-09-07 at 13:15 -0400, Daniel Klco wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [Discussion] Allowing a POST to limit handlers

2018-09-12 Thread Robert Munteanu
Hi Jason, On Tue, 2018-09-11 at 13:23 -0400, Jason E Bailey wrote: > My concerns for a solution on this are: > > 1. I don't want the post dictating the service. > 2. There are times that I want to have a different servlet handle a > call. > > If this goes into effect where a POST says I must

Re: New maven module - where?

2018-03-12 Thread Robert Munteanu
Hi Andrei, On Mon, 2018-03-12 at 10:57 +, Andrei Dulvac wrote: > Hi guys, > > I have a new sling module that I'd like to push. What's the way to go > forward with this? Add it to sling-whiteboard? What are the next > steps? Push it to the whiteboard for now. When ready for a release,

Re: If it didn't happen on the dev list... (was: [Maven] Updating to parent pom 33 breaks all projects)

2018-02-27 Thread Robert Munteanu
+1 On Mon, 2018-02-26 at 13:38 +0100, Bertrand Delacretaz wrote: > Hi, > > On Mon, Feb 26, 2018 at 1:28 PM, Carsten Ziegeler rg> wrote: > > ...It would just have been nice to hear about > > these breaking changes in some way. But I guess I could have seen > > this > >

Re: [Maven] Updating to parent pom 33 breaks all projects

2018-02-27 Thread Robert Munteanu
On Mon, 2018-02-26 at 12:54 +0100, Carsten Ziegeler wrote: > I'm talking about: > > > > org.osgi > org.osgi.annotation.versioning d> > 1.0.0 > provided > > > >

Re: [Maven] Updating to parent pom 33 breaks all projects

2018-02-27 Thread Robert Munteanu
On Tue, 2018-02-27 at 17:09 +0100, Oliver Lietz wrote: > > Well, let's try and avoid that :-) > > > > Could we either: > > > > 1) Create a profile in the parent pom, activated for bundle > > projects, > > which adds the OSGi dependencies? > > > > 2) Create a 'non-OSGi' parent POM (A) and an

Re: role permission added in JIRA

2018-02-27 Thread Robert Munteanu
Hi Jason, On Tue, 2018-02-27 at 10:30 -0500, Jason E Bailey wrote: > I need someone with admin access in JIRA, which there are a bunch of > you :) to provide me with a committers role so that I can assign > stuff > to myself. > username: jebailey > role: committers > > And I already checked,

Re: [VOTE] Release Apache Sling Commons Log 5.1.2

2018-02-27 Thread Robert Munteanu
On Thu, 2018-02-22 at 15:14 +0100, Karl Pauls wrote: > Please vote to approve these releases: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [Maven] Updating to parent pom 33 breaks all projects

2018-02-27 Thread Robert Munteanu
On Tue, 2018-02-27 at 17:38 +0100, Oliver Lietz wrote: > On Tuesday 27 February 2018 18:28:05 Robert Munteanu wrote: > > On Tue, 2018-02-27 at 17:09 +0100, Oliver Lietz wrote: > > > > Well, let's try and avoid that :-) > > > > > > > > Could we

Re: Making github.com/apache/sling a git repo, moving away old svn mirror (Re: apache/sling as github landing repository)

2018-02-27 Thread Robert Munteanu
On Thu, 2018-02-15 at 20:57 +, Alexander Klimetschek wrote: > On 12.02.2018, at 01:23, Robert Munteanu <romb...@apache.org> wrote: > > The basic proposal as I see it would be to add a new 'sling' top- > > level > > github repo, which means that: >

Re: Mute ASF GitHub Bot

2018-03-01 Thread Robert Munteanu
On Thu, 2018-03-01 at 10:10 +, Valentin Olteanu wrote: > Hi, > > The ASF GitHub Bot posts jira comments with the activity in github > linked > to an issue. While the comment about opening a new pull request is > somehow > useful, the others for every single comment are very verbose and >

Re: [VOTE] Release Apache Sling API 2.17.0

2018-03-13 Thread Robert Munteanu
On Tue, 2018-03-13 at 08:36 +0100, Carsten Ziegeler wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

March board report draft

2018-03-13 Thread Robert Munteanu
Hi, Please find the draft board report below. Note that it's due tomorrow ( sorry, dropped the ball on this one ), so please reply with any notes today. Thanks, Robert ## Description: Apache Sling™ is a framework for RESTful web-applications based on an extensible content tree. ## Issues:

Re: March board report draft

2018-03-14 Thread Robert Munteanu
On Tue, 2018-03-13 at 16:07 +0100, Oliver Lietz wrote: > On Tuesday 13 March 2018 15:35:08 Robert Munteanu wrote: > > Hi, > > Hi Robert, > > > Please find the draft board report below. Note that it's due > > tomorrow ( > > sorry, dropped the ball on this one )

Re: contrib/scripting/esx not converted to GitHub?

2018-03-15 Thread Robert Munteanu
On Thu, 2018-03-15 at 10:26 +0100, Bertrand Delacretaz wrote: > On Wed, Mar 14, 2018 at 5:28 PM, Robert Munteanu <romb...@apache.org> > wrote: > > ...The conversion script missed this for some reason. I'll convert > > the > > module tonight or tomorrow... > >

Re: Fwd: Google Summer of Code 2018 Mentor Registration

2018-03-08 Thread Robert Munteanu
On Thu, 2018-03-08 at 13:03 +, Radu Cotescu wrote: > Hi, > > Is this something we could try this year? I've recently stumbled > (again) > upon an issue that could be an interesting summer project: > https://issues.apache.org/jira/browse/SLING-7231 > The issue in question is fairly isolated

<    14   15   16   17   18   19   20   21   22   23   >