CommunityOverCode Asia 2023 is calling for Presentations!

2023-05-08 Thread Huxing Zhang
Hi All, Community over Code Asia 2023 (formerly ApacheCon Asia) will be held in person this year in Beijing [1]. The CFP will end on Tuesday, Jun 6th, 2023 8:00 AM (Beijing time - UTC +8). For details could be found on the website [1]. Note that for those that can't be present, a pre-recorded v

[GitHub] [sling-org-apache-sling-installer-factory-configuration] kwin commented on pull request #8: SLING-11866 add failing test case to show that not all default

2023-05-08 Thread via GitHub
kwin commented on PR #8: URL: https://github.com/apache/sling-org-apache-sling-installer-factory-configuration/pull/8#issuecomment-1539002088 Which SPI is then supposed to be used to filter out merged config properties? (I only found methods in bundle private packages) And why are merged c

[GitHub] [sling-org-apache-sling-installer-factory-configuration] cziegeler commented on pull request #8: SLING-11866 add failing test case to show that not all default

2023-05-08 Thread via GitHub
cziegeler commented on PR #8: URL: https://github.com/apache/sling-org-apache-sling-installer-factory-configuration/pull/8#issuecomment-1538966586 I think your expectation is wrong :) the merge props are most likely handled somewhere else. You can do an end to end test and see whether ev

[VOTE] Release Apache Sling Event API version 1.0.4 and Event 4.3.12

2023-05-08 Thread Daniel Klco
Hi, We solved 4 issues in this release: https://issues.apache.org/jira/projects/SLING/versions/12353216 https://issues.apache.org/jira/projects/SLING/versions/12353196 There are still some outstanding issues: https://issues.apache.org/jira/projects/SLING/versions/12344634 https://issues.apache.or

[jira] [Updated] (SLING-11866) WebconsoleConfigurationHandler does not filter out default values coming from ConfigTaskCreator.getDefaultProperties

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-11866: Description: Although {{MetatypeHandler.updateConfiguration}} takes the default configura

[GitHub] [sling-org-apache-sling-installer-factory-configuration] kwin commented on pull request #8: SLING-11866 add failing test case to show that not all default

2023-05-08 Thread via GitHub
kwin commented on PR #8: URL: https://github.com/apache/sling-org-apache-sling-installer-factory-configuration/pull/8#issuecomment-1538805101 @cziegeler Can you confirm that my expectation is correct? As `MetatypeHandler.updateConfiguration()` is the only method actually modifying the conf

[GitHub] [sling-org-apache-sling-installer-factory-configuration] kwin opened a new pull request, #8: SLING-11866 add failing test case to show that not all default

2023-05-08 Thread via GitHub
kwin opened a new pull request, #8: URL: https://github.com/apache/sling-org-apache-sling-installer-factory-configuration/pull/8 properties are stripped -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[jira] [Created] (SLING-11866) WebconsoleConfigurationHandler does not filter out default values coming from ConfigTaskCreator.getDefaultProperties

2023-05-08 Thread Konrad Windszus (Jira)
Konrad Windszus created SLING-11866: --- Summary: WebconsoleConfigurationHandler does not filter out default values coming from ConfigTaskCreator.getDefaultProperties Key: SLING-11866 URL: https://issues.apache.or

[jira] [Updated] (SLING-11864) Configuration merge/default values not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-11864: Fix Version/s: Installer Configuration Factory 1.4.4 > Configuration merge/default values

Re: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Konrad Windszus
Hi, From a Sling perspective having initial content without explicit namespace declaration is totally fine. Therefore I wouldn’t call it ill-formed Sling initial content files. But the converted DocView file is ill-formed (violating the spec) but still imported fine. Having said this, FileVault

[jira] [Commented] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720578#comment-17720578 ] Julian Reschke commented on SLING-11865: Understood. But I still think it would

[jira] [Commented] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720577#comment-17720577 ] Konrad Windszus commented on SLING-11865: - bq. FWIW, I would expect Oak's DocVie

SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Robert Munteanu
Hi, After cutting the cpconverter 1.3.2 release I noticed a change in behaviour with respect to ill-formed Sling initial content files. [1], [2] Previously (in version 1.3.0), an initial file that used custom namespaces but did not declare them using bundle headers e.g. nt:unstructured

[jira] [Commented] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720571#comment-17720571 ] Julian Reschke commented on SLING-11865: FWIW, I would *expect* Oak's DocView im

[jira] [Commented] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720569#comment-17720569 ] Konrad Windszus commented on SLING-11865: - bq. The JCR ContentLoader will happil

[GitHub] [sling-org-apache-sling-feature-cpconverter] rombert commented on pull request #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
rombert commented on PR #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168#issuecomment-1538638161 > There is no simple solution here except for reverting the https://issues.apache.org/jira/browse/SLING-11421 as the FileVault serializer cannot generate

[GitHub] [sling-org-apache-sling-feature-cpconverter] kwin commented on pull request #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
kwin commented on PR #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168#issuecomment-1538633802 There is no simple solution here except for reverting the https://issues.apache.org/jira/browse/SLING-11421 as the FileVault serializer cannot generate inva

[jira] [Updated] (SLING-11859) Avoid Duplicating API Version in Events BND

2023-05-08 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-11859: - Description: Found by Stefan Seifert:  cosmetic: the bnd.bnd. in the event module contains an explicit

[jira] [Commented] (SLING-11859) Avoid Duplicating API Version in Events BND

2023-05-08 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720560#comment-17720560 ] Dan Klco commented on SLING-11859: -- fixed in https://github.com/apache/sling-org-apach

[jira] [Commented] (SLING-11858) Fix Scope of org.jetbrains:annotations in Events / Events API

2023-05-08 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720557#comment-17720557 ] Dan Klco commented on SLING-11858: -- fixed in: https://github.com/apache/sling-org-apac

[GitHub] [sling-org-apache-sling-event-api] sonarcloud[bot] commented on pull request #1: SLING-5884 : deprecate job queries, introduce query-free JobManager2,…

2023-05-08 Thread via GitHub
sonarcloud[bot] commented on PR #1: URL: https://github.com/apache/sling-org-apache-sling-event-api/pull/1#issuecomment-1538596626 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16

[jira] [Resolved] (SLING-11859) Avoid Duplicating API Version in Events BND

2023-05-08 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-11859. -- Resolution: Fixed > Avoid Duplicating API Version in Events BND >

[jira] [Resolved] (SLING-11858) Fix Scope of org.jetbrains:annotations in Events / Events API

2023-05-08 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-11858. -- Resolution: Fixed > Fix Scope of org.jetbrains:annotations in Events / Events API > --

[GitHub] [sling-org-apache-sling-feature-cpconverter] rombert commented on pull request #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
rombert commented on PR #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168#issuecomment-1538527123 > So your proposal is to keep generating invalid XMLs unless user opted in to fail in that case? You can call it that way, yes. You can also formul

[GitHub] [sling-org-apache-sling-feature-cpconverter] reschke commented on pull request #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
reschke commented on PR #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168#issuecomment-1538518717 FWIW (not taking a position on the other points): undeclared prefixes *are* fatal in XML with namespace processing active. That said, XML *without* names

[jira] [Updated] (SLING-11859) Avoid Duplicating API Version in Events BND

2023-05-08 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-11859: - Fix Version/s: Event 4.3.12 > Avoid Duplicating API Version in Events BND >

[jira] [Updated] (SLING-11858) Fix Scope of org.jetbrains:annotations in Events / Events API

2023-05-08 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-11858: - Fix Version/s: Event 4.3.12 Event API 1.0.4 > Fix Scope of org.jetbrains:annotations

[GitHub] [sling-org-apache-sling-servlets-resolver] sonarcloud[bot] commented on pull request #31: SLING-11558 part1: remove the LocationIterator

2023-05-08 Thread via GitHub
sonarcloud[bot] commented on PR #31: URL: https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/31#issuecomment-1538512871 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGa

[GitHub] [sling-org-apache-sling-servlets-resolver] sonarcloud[bot] commented on pull request #7: [SLING-9230] - Servlet should not be allowed to register with invalid…

2023-05-08 Thread via GitHub
sonarcloud[bot] commented on PR #7: URL: https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/7#issuecomment-1538511453 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/f

[jira] [Updated] (SLING-9664) org.apache.sling.event.jobs package not present in javadoc for sling10+

2023-05-08 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-9664: Fix Version/s: Event 4.3.14 (was: Event 4.3.12) > org.apache.sling.event.jobs packag

[jira] [Updated] (SLING-11422) Stop embedding the event.api package in the event bundle

2023-05-08 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-11422: - Fix Version/s: Event 4.3.14 (was: Event 4.3.12) > Stop embedding the event.api pa

[jira] [Updated] (SLING-11316) Update sling.event.api to parent 47

2023-05-08 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-11316: - Fix Version/s: Event API 1.0.4 (was: Event API 1.0.2) > Update sling.event.api to

[jira] [Updated] (SLING-11831) Allow setting job properties for custom job state

2023-05-08 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-11831: - Fix Version/s: Event 4.3.12 Event API 1.0.4 (was: Event 4.3.10)

[jira] [Updated] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-11864: Issue Type: New Feature (was: Bug) > Configuration merge not considered in OSGi Installer

[jira] [Updated] (SLING-11864) Configuration merge/default values not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-11864: Summary: Configuration merge/default values not considered in OSGi Installer Configuration

[CANCELLED] [VOTE] Release Apache Sling Event API version 1.0.2 and Event 4.3.10

2023-05-08 Thread Daniel Klco
Team, Releases 2740 and 2741 are canceled to fix dependency import issues. Regards, - Dan On Fri, May 5, 2023 at 4:39 AM Stefan Seifert wrote: > yes, i would rather propose to do a new release to solve a), otherwise > this issues stays around for quite a while. > > stefan > > > -Original M

[jira] [Updated] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-11864: Affects Version/s: Installer Console 1.1.0 (was: Installer Conso

[jira] [Updated] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-11864: Fix Version/s: Installer Console 1.1.2 > Configuration merge not considered in OSGi Instal

[jira] [Assigned] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus reassigned SLING-11864: --- Assignee: Konrad Windszus > Configuration merge not considered in OSGi Installer Co

[jira] [Updated] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-11864: Affects Version/s: Installer Console 1.0.4 (was: Installer Confi

[jira] [Commented] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720538#comment-17720538 ] Carsten Ziegeler commented on SLING-11864: -- ok, that code is showing the full c

[GitHub] [sling-org-apache-sling-feature-cpconverter] kwin commented on pull request #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
kwin commented on PR #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168#issuecomment-1538480086 So your proposal is to keep generating invalid XMLs unless user opted in to fail in that case? For me > not needlessly breaking customer proj

[GitHub] [sling-org-apache-sling-feature-cpconverter] rombert commented on pull request #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
rombert commented on PR #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168#issuecomment-1538475147 ... which is something that was working before. I am not making a technical argument, I am making an argument for not needlessly breaking customer project

[GitHub] [sling-org-apache-sling-feature-cpconverter] kwin commented on pull request #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
kwin commented on PR #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168#issuecomment-1538470179 The XML you shared is simply invalid. XML mandates that every prefix is declared (https://www.w3.org/TR/xml-names/#ns-using). -- This is an automated mess

[jira] [Commented] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720530#comment-17720530 ] Konrad Windszus commented on SLING-11864: - https://github.com/apache/sling-org-a

[jira] [Commented] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720528#comment-17720528 ] Carsten Ziegeler commented on SLING-11864: -- which code is behind /system/consol

[GitHub] [sling-org-apache-sling-feature-cpconverter] rombert commented on pull request #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
rombert commented on PR #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168#issuecomment-1538459954 I pushed this additional test + a revert of SLING-11421 to https://github.com/apache/sling-org-apache-sling-feature-cpconverter/tree/issue/SLING-11865-wit

[GitHub] [sling-org-apache-sling-feature-cpconverter] kwin commented on pull request #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
kwin commented on PR #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168#issuecomment-1538440839 > as long as the docview file is still generated. That is impossible as the docview will be invalid (it has to have a proper namespace URL for the pr

[jira] [Commented] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720515#comment-17720515 ] Robert Munteanu commented on SLING-11865: - The new unit test + the old codebase

[GitHub] [sling-org-apache-sling-feature-cpconverter] rombert commented on pull request #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
rombert commented on PR #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168#issuecomment-1538408119 @kwin - I think it's important to preserve the current behaviour and give consumers a chance to gradually adapt. I think warn + proceed with the conversi

[GitHub] [sling-org-apache-sling-feature-cpconverter] kwin commented on pull request #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
kwin commented on PR #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168#issuecomment-1538394880 IMHO throwing an exception for undeclared namespace prefixes is reasonable here (although in the past this might have been silently ignored). @rombert Do y

[jira] [Comment Edited] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720513#comment-17720513 ] Konrad Windszus edited comment on SLING-11864 at 5/8/23 1:48 PM: -

[jira] [Commented] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720513#comment-17720513 ] Konrad Windszus commented on SLING-11864: - Launchpad configuration (in .config f

[jira] [Commented] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720511#comment-17720511 ] Robert Munteanu commented on SLING-11865: - Thanks for looking into this [~kwin].

[GitHub] [sling-org-apache-sling-feature-cpconverter] rombert opened a new pull request, #168: SLING-11865 - Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread via GitHub
rombert opened a new pull request, #168: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/168 Added failing test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[jira] [Commented] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720510#comment-17720510 ] Carsten Ziegeler commented on SLING-11864: -- I'm not sure I fully understand wha

[jira] [Comment Edited] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720506#comment-17720506 ] Konrad Windszus edited comment on SLING-11865 at 5/8/23 1:21 PM: -

[jira] [Comment Edited] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720506#comment-17720506 ] Konrad Windszus edited comment on SLING-11865 at 5/8/23 1:21 PM: -

[jira] [Comment Edited] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720506#comment-17720506 ] Konrad Windszus edited comment on SLING-11865 at 5/8/23 1:19 PM: -

[jira] [Commented] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720506#comment-17720506 ] Konrad Windszus commented on SLING-11865: - In general we don't have access to a

[jira] [Commented] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720504#comment-17720504 ] Konrad Windszus commented on SLING-11865: - Can you add the IT in a PR? Then I ca

[jira] [Commented] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-11865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720503#comment-17720503 ] Robert Munteanu commented on SLING-11865: - The build succeeed after I reverted [

[jira] [Created] (SLING-11865) Conversion fails when initial content document does not include namespace declaration

2023-05-08 Thread Robert Munteanu (Jira)
Robert Munteanu created SLING-11865: --- Summary: Conversion fails when initial content document does not include namespace declaration Key: SLING-11865 URL: https://issues.apache.org/jira/browse/SLING-11865

[jira] [Commented] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720494#comment-17720494 ] Konrad Windszus commented on SLING-11864: - [~cziegeler] Any idea or pointers? >

[jira] [Created] (SLING-11864) Configuration merge not considered in OSGi Installer Configuration Printer Web Console

2023-05-08 Thread Konrad Windszus (Jira)
Konrad Windszus created SLING-11864: --- Summary: Configuration merge not considered in OSGi Installer Configuration Printer Web Console Key: SLING-11864 URL: https://issues.apache.org/jira/browse/SLING-11864

[jira] [Closed] (SLING-11837) Align index definition generation logic with the one from Oak

2023-05-08 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-11837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu closed SLING-11837. --- > Align index definition generation logic with the one from Oak > --

[jira] [Closed] (SLING-11855) Conversion of old factory config names to new one is not checking for tilde

2023-05-08 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-11855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu closed SLING-11855. --- > Conversion of old factory config names to new one is not checking for tilde >

[jira] [Closed] (SLING-11616) Fix Sling-Initial-Content Handling on Windows, Fix Unit Tests on Windows

2023-05-08 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-11616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu closed SLING-11616. --- > Fix Sling-Initial-Content Handling on Windows, Fix Unit Tests on Windows > ---

[jira] [Closed] (SLING-11821) CP Converter doesn't handle Container packages correctly for calculating dependencies

2023-05-08 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-11821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu closed SLING-11821. --- > CP Converter doesn't handle Container packages correctly for calculating > dependencies > ---

[jira] [Closed] (SLING-11785) cpconverter: Sling-Initial-Content String values are not properly escaped in DocView XML

2023-05-08 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-11785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu closed SLING-11785. --- > cpconverter: Sling-Initial-Content String values are not properly escaped in > DocView XML >

[jira] [Closed] (SLING-11421) Use DocView serialisation classes from FileVault

2023-05-08 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-11421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu closed SLING-11421. --- > Use DocView serialisation classes from FileVault > ---

[jira] [Closed] (SLING-11838) Unexpected runmode inheritance behavior

2023-05-08 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-11838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu closed SLING-11838. --- > Unexpected runmode inheritance behavior > --- > >

[RESULT] [VOTE] Release Apache Sling Content-Package to Feature Model Converter 1.3.2

2023-05-08 Thread Robert Munteanu
Hi, The vote has passed with the following result: +1 (binding): Stefan Seifert, Konrad Windszus, Robert Munteanu +1 (non-binding): none I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Regards, Robert Munteanu

Re: [VOTE] Release Apache Sling Content-Package to Feature Model Converter 1.3.2

2023-05-08 Thread Robert Munteanu
On Thu, 2023-05-04 at 16:59 +, Robert Munteanu wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

[jira] [Resolved] (SLING-11862) Prevent usage of annotation dependencies with compile scope

2023-05-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved SLING-11862. - Resolution: Fixed Fixed in https://github.com/apache/sling-parent/commit/6b46d2962c971c

[GitHub] [sling-parent] kwin merged pull request #34: SLING-11862 Prevent usage of annotation dependencies with compile scope

2023-05-08 Thread via GitHub
kwin merged PR #34: URL: https://github.com/apache/sling-parent/pull/34 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org