RE: [context-aware config] first release this week?

2016-10-13 Thread Stefan Seifert
>Do we really want org.apache.sling.contextaware.config as package name? >Sling Content Distribution uses org.apache.sling.distribution, so >org.apache.sling.configuration for Sling's context-ware configuration >should be fine, no? only "configuration" is misleading, because it's not about osgi c

RE: [sling-site] problem with linking to sling site pages

2016-10-13 Thread Stefan Seifert
as a workaround i switched to external link in rev. 1764795, 1764796 stefan >-Original Message- >From: Stefan Seifert [mailto:sseif...@pro-vision.de] >Sent: Thursday, October 13, 2016 4:01 PM >To: dev@sling.apache.org >Subject: [sling-site] problem with linking to s

[context-aware config] property names camel case?

2016-10-14 Thread Stefan Seifert
in [1] oliver mentioned the usage of property names in the current implementation: sling:config-ref sling:config-collection-inherit sling:config-property-inherit should we use headless camel case instead? is this more consistent with the other parts of sling? sling:configRef sling:configCollec

[context-aware config] java package name

2016-10-14 Thread Stefan Seifert
in [1] oliver mentioned that the current java package name is not consistent/not ideal. currently wie use o.a.s.contextaware.config => "highlevel configuration API" o.a.s.contextaware.config.resource => "lowlevel resource API" bertrand and myself noted that the package name should included "co

RE: [context-aware config] property names camel case?

2016-10-14 Thread Stefan Seifert
n/the-sling-engine/mappings-for- >resource-resolution.html <https://sling.apache.org/documentation/the-sling- >engine/mappings-for-resource-resolution.html>. > >> On 14 Oct 2016, at 13:04, Carsten Ziegeler wrote: >> >> Stefan Seifert wrote >>> in [1] oliver mentioned

RE: [context-aware config] java package name

2016-10-14 Thread Stefan Seifert
>I see the point to distinguish between "highlevel configuration API" and >"lowlevel resource API" but even highlevel API is build around resources >(as >everything in Sling). Maybe there is another way/name to make the >difference >obvious. > >The "context-aware config" name still sounds too bulk

RE: [VOTE] Release Apache Sling Parent 29

2016-10-14 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Scripting HTL Java Compiler 1.0.4, Apache Sling Scripting HTL Engine 1.0.24

2016-10-14 Thread Stefan Seifert
+1

RE: [context-aware config] java package name

2016-10-14 Thread Stefan Seifert
>Having an adjective as root package is rather strange and I'm not aware of >one >at Sling. If we really want to have context aware[1] in the package name >I'm >in favor of o.a.s.contextawareconfig. than it would be o.a.s.contextawareconfig => "highlevel configuration API" o.a.s.contextawarecon

RE: [context-aware config] java package name

2016-10-14 Thread Stefan Seifert
ok, let's take o.a.s.caconfig - it's short and still unique -> https://issues.apache.org/jira/browse/SLING-6157 stefan >-Original Message- >From: Georg Henzler [mailto:ghenz...@apache.org] >Sent: Friday, October 14, 2016 10:55 PM >To: dev@sling.apache.org >Subject: Re: [context-aware con

[VOTE] Release Apache Sling Context-Aware Configuration API 1.0.0, SPI 1.0.0, Impl 1.0.0, BND Plugin 1.0.0, Resource Builder 1.0.2, Testing Hamcrest 1.0.0

2016-10-14 Thread Stefan Seifert
Hi, Context-Aware Configuration API 1.0.0 (4 Issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12338139 Context-Aware Configuration SPI 1.0.0 (7 Issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12338440 Context-Aware Configuration Impl 1.0.0 (16 Issues) https:

RE: [VOTE] Release Apache Sling Context-Aware Configuration API 1.0.0, SPI 1.0.0, Impl 1.0.0, BND Plugin 1.0.0, Resource Builder 1.0.2, Testing Hamcrest 1.0.0

2016-10-14 Thread Stefan Seifert
+1

sling releases - deploy to OBR?

2016-10-31 Thread Stefan Seifert
part of our release process is "Appendix C: Deploy bundles on the Sling OBR" some of the recent releases were are added to OBR, but a lot of them were never added, although they are bundles. this seems to be true for some years, not checked it in detail. do we still support OBR as deployment ta

RE: [VOTE] Release Apache Sling Model API 1.3.0, Implementation 1.3.0, and Jackson Exporter 1.0.0

2016-10-31 Thread Stefan Seifert
+1 we need to document the new features from SLING-5992 and SLING-6183 in [1] stefan [1] http://sling.apache.org/documentation/bundles/models.html >-Original Message- >From: Justin Edelson [mailto:jus...@justinedelson.com] >Sent: Monday, October 31, 2016 12:55 AM >To: dev@sling.apache

RE: [VOTE] Release Apache Sling HTL Maven Plugin 1.0.2

2016-10-31 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling MIME type mapping support 2.1.10

2016-11-02 Thread Stefan Seifert
+1

RE: [CAConfig] Provide an SPI for transformation of config refs

2016-11-03 Thread Stefan Seifert
sounds basically ok to me. of course we could check first if the tweaks we want to enable using this SPI might be as well directly implemented in the DefaultConfigurationResourceResolvingStrategy, if they are a good addition to the general default behavior. if the usecases are too exotic for t

RE: [CAConfig] Provide an SPI for transformation of config refs

2016-11-03 Thread Stefan Seifert
>a) If the value from the sling:confRef property ends with the bucket >name, then a warning is logged and this value is ignored > >b) If the value from the sling:confRef property is relative, the parent >hierarchy of the context resource is traversed up to find a context >resource with an absolute

RE: [CAConfig] Spezialized inheritance handling

2016-11-04 Thread Stefan Seifert
is this a "general SPI", or an SPI provided by DefaultConfigurationResourceResolvingStrategy, so somewhat like a "2nd level SPI"? not nice, but yes I think as well there is no nice way to support this exotic use case without duplicating the DefaultConfigurationResourceResolvingStrategy which we

RE: [VOTE] Release Apache Sling Web Console Security Provider 1.2.0

2016-11-04 Thread Stefan Seifert
+1

RE: [CAConfig] Spezialized inheritance handling

2016-11-04 Thread Stefan Seifert
>Stefan Seifert wrote >> is this a "general SPI", or an SPI provided by >DefaultConfigurationResourceResolvingStrategy, so somewhat like a "2nd >level SPI"? not nice, but yes I think as well there is no nice way to >support this e

RE: [VOTE] Release Apache Sling Resource Resolver 1.5.2

2016-11-07 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Provisioning Model 1.6.0

2016-11-07 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Installer Core 3.8.0

2016-11-07 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Context-Aware Configuration SPI 1.1.0 and impl 1.1.0

2016-11-07 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Slingstart Maven Plugin 1.5.0

2016-11-08 Thread Stefan Seifert
+1

RE: sling releases - deploy to OBR?

2016-11-09 Thread Stefan Seifert
etaz [mailto:bdelacre...@apache.org] >Sent: Tuesday, November 1, 2016 8:25 AM >To: dev >Subject: Re: sling releases - deploy to OBR? > >On Mon, Oct 31, 2016 at 11:09 PM, Stefan Seifert >wrote: >> ...do we still support OBR as deployment target? or should we just remove >> it

RE: [RESULT][VOTE] Release Apache Sling HTL Maven Plugin 1.0.2

2016-11-09 Thread Stefan Seifert
gt;Hello, > >The vote passes with 4 binding +1s from Carsten Ziegeler, Justin Edelson, >Stefan Egli and Stefan Seifert. > >Thanks, >Radu

RE: [VOTE] Release Apache Sling Provisioning Model 1.7.0 and Slingstart Maven Plugin 1.6.0

2016-11-10 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling JCR Base 2.4.2

2016-11-10 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Commons ClassLoader 1.3.6

2016-11-10 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Models Implementation 1.3.2 and Jackson Exporter 1.0.2

2016-11-18 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling JCR Resource 2.8.2 and Apache Sling JCR Oak Repository Server 1.1.2

2016-11-18 Thread Stefan Seifert
>We solved 8 issues in the JCR Resource 2.8.2 release: >https://issues.apache.org/jira/browse/SLING/fixforversion/12336744 +1 (only for JCR Resource 2.8.2) stefan

RE: [VOTE] Release Apache Sling Resource Resolver 1.5.4

2016-11-18 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Discovery Commons 1.0.18/Base 1.1.6/Impl 1.2.10/Oak 1.2.16

2016-11-18 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Security 1.1.2

2016-11-18 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Models Implementation 1.3.4 and Jackson Exporter 1.0.4

2016-11-20 Thread Stefan Seifert
+1

[VOTE] Release Apache Sling Models BND Plugin 1.0.0

2016-11-20 Thread Stefan Seifert
Hi, This is the first release: https://issues.apache.org/jira/browse/SLING/fixforversion/12338737 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1581/ You can use this UNIX script to download the release and verify the signatures: http://svn.apache.org/repo

RE: What repository explorer should we ship with Launchpad 9?

2016-11-21 Thread Stefan Seifert
>On Mon, Nov 21, 2016 at 10:12 AM, Robert Munteanu >wrote: >> ...So my proposals would be: >> 1) Remove the "old" explorer from the launchpad >> 2) Move the "old" explorer to the attic >> 3) Include composum in the launchpad ... +1 from my side. composum console [1] is published with MIT license

RE: [VOTE] Release Apache Sling Models BND Plugin 1.0.0

2016-11-21 Thread Stefan Seifert
>Just one remark about the naming. >It is "bnd" (all lowercase) instead of "BND" (compare with >http://bnd.bndtools.org/). >Can you rename it (both in JIRA as well as the name in the pom.xml)? done (but the vote can go on anyway - it's fixed for the next release) stefan

RE: [VOTE] Release Apache Sling Models BND Plugin 1.0.0

2016-11-22 Thread Stefan Seifert
+1

[RESULT] [VOTE] Release Apache Sling Models bnd Plugin 1.0.0

2016-11-24 Thread Stefan Seifert
Hi, The vote has passed with the following result : +1 (binding): Justin Edelson, Konrad Windszus, Stefan Seifert I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Stefan

RE: Context-Aware Config: Warnings in error log regarding DefaultConfigurationResourceResolvingStrategy

2016-11-24 Thread Stefan Seifert
ensions/contextaware-config/impl/src/main/java/org/apache/sling/caconfig/resource/impl/def/DefaultConfigurationResourceResolvingStrategy.java#L230 >-Original Message- >From: Burkhard Pauli [mailto:m...@bpauli.de] >Sent: Thursday, November 24, 2016 2:06 PM >To: dev@sling.apache.or

RE: svn commit: r1771140 - in /sling/trunk/contrib/extensions/contextaware-config/impl/src: main/java/org/apache/sling/caconfig/management/impl/console/ test/java/org/apache/sling/caconfig/management/

2016-11-24 Thread Stefan Seifert
ah, i've looked for a non-deprecated felix API for this but did not find it. will give it a try. stefan >-Original Message- >From: Chetan Mehrotra [mailto:chetan.mehro...@gmail.com] >Sent: Thursday, November 24, 2016 3:19 PM >To: dev >Subject: Re: svn commit: r1771140 - in >/sling/trunk/c

integration test fail due to LoginAdminWhitelist

2016-11-28 Thread Stefan Seifert
for some time the caconfig integration tests are failing because the org.apache.sling.junit.core is not whitelisted in LoginAdminWhitelist (see [1]). but it is whitelisted via regexp (using the same merge-fix as robert for the launchpad tests - see [2]). the resulting slingstart.txt in the buil

RE: [VOTE] Release Apache Sling JCR Installer version 3.1.20

2016-11-28 Thread Stefan Seifert
-1 i think there is an issue with this ticket, we should clarify it first: https://issues.apache.org/jira/browse/SLING-5519?focusedCommentId=15701634#comment-15701634 stefan >-Original Message- >From: Robert Munteanu [mailto:romb...@apache.org] >Sent: Friday, November 25, 2016 12:24 PM

RE: [VOTE] Release Apache Sling Commons Metrics 1.2.0

2016-11-28 Thread Stefan Seifert
+1

RE: integration test fail due to LoginAdminWhitelist

2016-11-28 Thread Stefan Seifert
>Your current configuration looks like this: >whitelist.bundles.regexp="^org\.apache\.sling\.junit(\..*)?$" > >Inside target/slingstart.txt this becomes: >whitelist.bundles.regexp="^org.apache.sling.junit(..*)?$" > >Note: all slashes have disappeared. this is strange, yes. the same escaping probl

RE: integration test fail due to LoginAdminWhitelist

2016-11-28 Thread Stefan Seifert
t;semantics-of-a-quoted-string-in-the-http1-1-rfc2616) we should only refer >to https://tools.ietf.org/html/rfc7230#section-3.2.6 instead (in the >documentation). > >> On 28 Nov 2016, at 12:45, Stefan Seifert wrote: >> >> >>> Your current configuration looks l

RE: What to do about cancelled releases in Jira?

2016-11-28 Thread Stefan Seifert
>My suggestion would be to: > >- move all issues from version N to version N+2 >- delete Jira version N +1

RE: [VOTE] Release Apache Sling JCR Installer version 3.1.22

2016-11-28 Thread Stefan Seifert
+1

RE: integration test fail due to LoginAdminWhitelist

2016-11-28 Thread Stefan Seifert
ime the ResourceResolverFactory >becomes available went down from 10+ to ~3 seconds. > >Regards >Julian > >[0] https://issues.apache.org/jira/browse/SLING-6334 >[1] https://issues.apache.org/jira/browse/SLING-6335 > > >On Mon, Nov 28, 2016 at 2:02 PM, Stefan Seifert >wrot

RE: LoginAdminWhitelist - do we need amendment support like we have for service users?

2016-11-30 Thread Stefan Seifert
>As I wrote, I see value in having the possibility to amend the >whitelist without losing entries managed by another entity. +1 i see carstens point, but the pain in special environments like integration tests can quickly get bigger. currently it only works because we had luck that three diffe

RE: New JSON library

2016-12-01 Thread Stefan Seifert
following [4] it looks that the best options are currently either GSON or Jackson. i think GSON has smaller footprint and is more compact, but both are good options. another criteria for choosing is: do they publish their APIs following semantic versioning? otherwise we have the same dilemma as

RE: [VOTE] Release Apache Sling API 2.16.0, Apache Sling Resource Resolver 1.5.6, Apache Sling Servlets Resolver 2.4.8, Apache Sling JCR Resource 2.8.4

2016-12-05 Thread Stefan Seifert
+1

[VOTE] Release Apache Sling OSGi Mock 2.2.0, OSGi Mock 1.9.0, Sling Mock 2.2.0, Sling Mock 1.9.0

2016-12-05 Thread Stefan Seifert
Hi, OSGi Mock 2.2.0 (4 issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12338265 OSGi Mock 1.9.0 (3 issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12338264 Sling Mock 2.2.0 (2 issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12338379 Sling

RE: [VOTE] Release Apache Sling OSGi Mock 2.2.0, OSGi Mock 1.9.0, Sling Mock 2.2.0, Sling Mock 1.9.0

2016-12-05 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Models Implementation 1.3.6 and Jackson Exporter 1.0.6

2016-12-05 Thread Stefan Seifert
+1

RE: [jira] [Updated] (SLING-6376) Improve error message "Could not adapt from to within the collection"

2016-12-08 Thread Stefan Seifert
sling models 1.3.6 is already releaes (voting still in process). 1.3.6 should be closed in jira and 1.3.8 added. stefan >-Original Message- >From: Konrad Windszus (JIRA) [mailto:j...@apache.org] >Sent: Thursday, December 8, 2016 12:26 PM >To: dev@sling.apache.org >Subject: [jira] [Updat

RE: release management - JIRA versions (was: [jira] [Updated] (SLING-6376) Improve error message "Could not adapt from to within the collection")

2016-12-08 Thread Stefan Seifert
>Thanks for the hint, unfortunately our release process described that >creating new versions in JIRA is done after the VOTE was successful >(http://sling.staging.apache.org/documentation/development/release- >management.html#update-jira). >Maybe we should insert an additional step "creating a new

RE: release management - JIRA versions (was: [jira] [Updated] (SLING-6376) Improve error message "Could not adapt from to within the collection")

2016-12-08 Thread Stefan Seifert
s in jira manually - this would be too much pain, searching by name >does the job as well. > >I agree this is very painful, as the list is almost endless. Maybe we >could create a bookmarklet to simplify this step? Or archive old >versions routinely, so the list isn't as long? &g

[RESULT] [VOTE] Release Apache Sling OSGi Mock 2.2.0, OSGi Mock 1.9.0, Sling Mock 2.2.0, Sling Mock 1.9.0

2016-12-08 Thread Stefan Seifert
Hi, The vote has passed with the following result : +1 (binding): Stefan Seifert, Justin Edelson, Robert Munteanu I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. stefan

RE: [RESULT] [VOTE] Release Apache Sling Models Implementation 1.3.6 and Jackson Exporter 1.0.6

2016-12-12 Thread Stefan Seifert
OTE] Release Apache Sling Models Implementation 1.3.6 >and Jackson Exporter 1.0.6 > >Hi, > >The vote has passed with the following result : > >+1 (binding): Justin Edelson, Stefan Seifert, Robert Munteanu > >I will copy this release to the Sling dist directory and >prom

RE: [VOTE] Release Apache Sling Scripting API 2.1.12, Apache Sling Scripting Core 2.0.44

2016-12-12 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling JCR Resource 2.9.0

2016-12-13 Thread Stefan Seifert
+1

[VOTE] Release Apache Sling Context-Aware Configuration API 1.1.0, Context-Aware Configuration SPI 1.2.0, Context-Aware Configuration Impl 1.2.0, Context-Aware Configuration bnd Plugin 1.0.2, Context-

2016-12-13 Thread Stefan Seifert
Hi, Context-Aware Configuration API 1.1.0 (2 issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12338408 Context-Aware Configuration SPI 1.2.0 (9 issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12338673 Context-Aware Configuration Impl 1.2.0 (15 issues) https:

RE: [VOTE] Release Apache Sling Context-Aware Configuration API 1.1.0, Context-Aware Configuration SPI 1.2.0, Context-Aware Configuration Impl 1.2.0, Context-Aware Configuration bnd Plugin 1.0.2, Cont

2016-12-13 Thread Stefan Seifert
+1

[VOTE] Release Apache Sling Testing JCR Mock 1.2.0, OSGi Mock 2.2.2, OSGi Mock 1.9.2, Sling Mock 2.2.2, Sling Mock 1.9.2, JUnit Core 1.0.20

2016-12-13 Thread Stefan Seifert
Hi, Testing JCR Mock 1.2.0 (1 issue) https://issues.apache.org/jira/browse/SLING/fixforversion/12338263 Testing OSGi Mock 2.2.2 (2 issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12338803 Testing OSGi Mock 1.9.2 (2 issues) https://issues.apache.org/jira/browse/SLING/fixforve

RE: [VOTE] Release Apache Sling Testing JCR Mock 1.2.0, OSGi Mock 2.2.2, OSGi Mock 1.9.2, Sling Mock 2.2.2, Sling Mock 1.9.2, JUnit Core 1.0.20

2016-12-13 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Scripting JSP 2.2.2

2016-12-13 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Scripting Java 2.1.2

2016-12-13 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Provisioning Model 1.8.0

2016-12-13 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling API 2.16.2

2016-12-14 Thread Stefan Seifert
+1

RE: Git broken?

2016-12-14 Thread Stefan Seifert
yes - again. this happened multiple times the last months, and affects not only the sling svn-github bridge, but a lot of other apache svn projects as well. we already openend several tickets, they all were resolved after some days (by restarting a service), but after some weeks it breaks again.

RE: [VOTE] Release Apache Sling Slingstart Maven Plugin 1.7.0

2016-12-16 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Dynamic Include 3.0.0

2016-12-16 Thread Stefan Seifert
+1 the initial ticket for this release was SLING-5594 - i've added an appropriate JIRA version stefan

RE: [VOTE] Release Apache Sling org.apache.sling.i18n version 2.5.6

2016-12-16 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling JCR RepoInit module 1.1.2

2016-12-16 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling JCR Base 3.0.0

2016-12-16 Thread Stefan Seifert
+1

[RESULT] [VOTE] Release Apache Sling Context-Aware Configuration API 1.1.0, Context-Aware Configuration SPI 1.2.0, Context-Aware Configuration Impl 1.2.0, Context-Aware Configuration bnd Plugin 1.0.2,

2016-12-16 Thread Stefan Seifert
Hi, The vote has passed with the following result : +1 (binding): Stefan Seifert, Carsten Ziegeler, Radu Cotescu I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. stefan

[RESULT] [VOTE] Release Apache Sling Testing JCR Mock 1.2.0, OSGi Mock 2.2.2, OSGi Mock 1.9.2, Sling Mock 2.2.2, Sling Mock 1.9.2, JUnit Core 1.0.20

2016-12-16 Thread Stefan Seifert
Hi, The vote has passed with the following result : +1 (binding): Stefan Seifert, Carsten Ziegeler, Radu Cotescu I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. stefan

[VOTE] Release Apache Sling Mock 2.2.4, Sling Mock 1.9.4, JUnit Core 1.0.22

2016-12-19 Thread Stefan Seifert
Hi, Apache Sling Mock 2.2.4 (1 issue) https://issues.apache.org/jira/browse/SLING/fixforversion/12338856 Apache Sling Mock 1.9.4 (1 issue) https://issues.apache.org/jira/browse/SLING/fixforversion/12338857 JUnit Core 1.0.22 (1 issue) https://issues.apache.org/jira/browse/SLING/fixforversion/1

RE: [VOTE] Release Apache Sling Mock 2.2.4, Sling Mock 1.9.4, JUnit Core 1.0.22

2016-12-19 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Models API 1.3.2, Models Impl 1.3.8

2016-12-19 Thread Stefan Seifert
+1

[VOTE] Release Apache Sling Models API 1.3.2, Models Impl 1.3.8

2016-12-19 Thread Stefan Seifert
Hi, Apache Sling Models API 1.3.2 (1 issue) https://issues.apache.org/jira/browse/SLING/fixforversion/12338658 Apache Sling Models Impl 1.3.8 (3 issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12338820 Staging repository: https://repository.apache.org/content/repositories/org

[caconfig] move out of contrib?

2016-12-19 Thread Stefan Seifert
the new context-aware configuration feature is currently in sling-contrib. my proposal is to move it to bundles/extensions - we had a couple of releases and 2 PMC members have contributed, and we plan to maintain it in the future as well. if no one has objections i will move it end of the week.

[api] type conversion in ValueMapDecorator

2016-12-19 Thread Stefan Seifert
SLING-6416 revealed a problem in the type conversion logic of the ValueMapDecorator [1] of the Sling API not supporting BigDecimal conversions. as the TODO indicates (present there for nearly 8 years) the current conversion logic is not very smart (and not very efficient), and supports less conv

RE: [VOTE] Release Apache Sling Service User Mapper 1.2.4

2016-12-19 Thread Stefan Seifert
+1

RE: [api] type conversion in ValueMapDecorator

2016-12-20 Thread Stefan Seifert
Gi conversion service. stefan [1] https://github.com/osgi/design/raw/master/rfps/rfp-0169-Object-Conversion.pdf [2] https://github.com/apache/felix/tree/trunk/converter >-----Original Message- >From: Stefan Seifert [mailto:sseif...@pro-vision.de] >Sent: Monday, December 19, 2016

RE: [api] type conversion in ValueMapDecorator

2016-12-20 Thread Stefan Seifert
>> ...so, what about defining only an "conversion interface" in the Sling >API, limit it per >> javadocs to support only a fixes list of types and conversions, and start >with providing >> an own implementation in a new bundle based on what is in jcr.resource >today... > >+1 on having our own API

RE: [api] type conversion in ValueMapDecorator

2016-12-20 Thread Stefan Seifert
>Whatever we do, we should rather build utility (static) methods for the >conversion or have a static way of getting the converter. >Creating an OSGi service out of this is imho overkill. then we will effectively put the conversion logic into the Sling API bundle itself? this would be an easy so

RE: [api] type conversion in ValueMapDecorator

2016-12-20 Thread Stefan Seifert
>* API: I suggest to break this out of the Sling API bundle into a separate >bundle. One of the problems I see we have with the API bundle is that is >becoming more and more a collection of API with independent lifecycle. >Particularly the Resource API has its own life warranting its own bundle. >

RE: [api] type conversion in ValueMapDecorator

2016-12-20 Thread Stefan Seifert
>* Bloat: Please consider to not bloat the conversion functionality and >carefully consider which conversion really makes sense and which is just >nice-to-have-because-JCR-has-it. i've created at ticket about which conversion rules we speak SLING-6420 and outlinded them in a wiki page https://cw

RE: [api] type conversion in ValueMapDecorator

2016-12-20 Thread Stefan Seifert
jcr.resource in the generic impl as well - introducing dependencies to the Sling API - bloating things if no one objects I would follow this way in SLING-6420, which would also help solve the initial mock problem SLING-6416. Stefan >-Original Message- >From: Stefan Seifert [mailto:sseif.

RE: [api] type conversion in ValueMapDecorator

2016-12-20 Thread Stefan Seifert
>Sounds good, I think we should also improve the decorator to check >whether it is decorating a ValueMap (as opposed to a map) and then >potentially use the methods of the wrapped ValueMap for conversion as well good idea, i've created a separate ticket SLING-6421 for this. in this case i suppos

[VOTE] Release Apache Sling Testing ResourceResolver Mock 1.1.16

2016-12-21 Thread Stefan Seifert
Hi, We solved 1 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12336078 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1613/ You can use this UNIX script to download the release and verify the signatures: http://svn.apache

RE: [VOTE] Release Apache Sling Installer Console 1.0.2

2016-12-21 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Testing ResourceResolver Mock 1.1.16

2016-12-21 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Commons FSClassLoader 1.0.4

2016-12-21 Thread Stefan Seifert
+1

RE: [caconfig] move out of contrib?

2016-12-22 Thread Stefan Seifert
no objections, so we will move it - tracked in [1] stefan [1] https://issues.apache.org/jira/browse/SLING-6427 >-Original Message- >From: Stefan Seifert [mailto:sseif...@pro-vision.de] >Sent: Monday, December 19, 2016 11:43 AM >To: 'dev@sling.apache.org' >Subjec

<    2   3   4   5   6   7   8   9   10   11   >