build error

2013-05-22 Thread Julian Reschke
Hi there, In the Integration Tests project, I'm currently getting [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2. 5.1:compile (default-compile) on project org.apache.sling.launchpad.integration- tests: Compilation failure [ERROR] C:\projects\apache\sling\launchp

Re: [jira] [Commented] (SLING-2539) Update to web console 4.0

2012-07-18 Thread Julian Reschke
On 2012-07-18 15:00, Justin Edelson wrote: Maybe it is time to stop supporting 1.5? > FYI: Jackrabbit trunk has been on 1.6 for some time now. Best regards, Julian

Re: SLING-2543 breaks integration tests

2012-09-26 Thread Julian Reschke
On 2012-09-26 07:38, Carsten Ziegeler wrote: Hi, encoding the redirect url breaks our integration tests (therefore I reopened SLING-2543). It seems that our tests do not except an encoded redirect url and I'm wondering about existing clients. What clients in particular? Browsers should be foll

Re: [VOTE] Drop Java 5 Support in General

2013-01-31 Thread Julian Reschke
On 2013-01-31 19:58, Justin Edelson wrote: -0 Why even try to support Java 5? Let's just say Java 6 as a minimum across the board and be done with it. Indeed. Or even Java7. Best regards, Julian

Exposing generic XML as Sling resource

2020-06-29 Thread Julian Reschke
Hi Sling Devs! I've been looking at exposing generic XML as a content tree, and - after considering implementing JCR level 1 on top of an XML DOM - was pointed to . This looks promising as (1) the Sling resource API is less complex,

Re: [VOTE] Release Apache Sling JCR Jackrabbit User Manager version 2.2.10

2020-07-27 Thread Julian Reschke
Am 26.07.2020 um 23:39 schrieb Eric Norman: Hi, We solved 3 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12344081 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2304/ You can use this UNIX script to download the releas

Re: [VOTE] Release Apache Sling JCR Jackrabbit User Manager version 2.2.10

2020-07-28 Thread Julian Reschke
Am 27.07.2020 um 20:51 schrieb Eric Norman: Hi Julian, In reviewing the history, it looks like the dependency on oak-core was first introduced to resolve SLING-7886 and SLING-7887 via the commit at [3]. If I recall correctly, that 1.6.x version of oak was the version that was being used in the

Re: [VOTE] Release Apache Sling JCR Jackrabbit User Manager version 2.2.10

2020-07-30 Thread Julian Reschke
Am 28.07.2020 um 21:57 schrieb Eric Norman: Hi Julian, I'm happy to switch to some other technique if oak has some "considered public" way to determine if the current user has been granted the necessary permissions that would be needed in order to create new users. Just let me know what that wo

Re: Java 9 support, Sling 10 release

2017-12-06 Thread Julian Reschke
On 2017-12-06 11:39, Robert Munteanu wrote: Hi Konrad, On Tue, 2017-12-05 at 16:47 +0100, Konrad Windszus wrote: Hi Robert, please see my inline comments On 5. Dec 2017, at 16:23, Robert Munteanu wrote: Hi, ... - Tika is yet to have a release which removes JAXB usage This tika release s

Re: What are the plans for supporting Oak 1.8?

2018-01-18 Thread Julian Reschke
On 2018-01-18 16:26, Christian Schneider wrote: ... FWIW, don't attempt to use Oak 1.7.*, or if you already do so, switch to Oak 1.8.* as soon as you can. Oak 1.7.* is a) unstable b) not maintained anymore (the next unstable release will be 1.9.0) Best regards, Julian

Re: [VOTE] Release Apache Sling Servlets Post 2.3.24

2018-01-18 Thread Julian Reschke
On 2018-01-18 20:59, Karl Pauls wrote: I would like to call a vote on the following release, ... FWIW, the dependencies need to be checked, for instance: org.apache.jackrabbitjackrabbit-jcr-commons1.6.0provided EOL'd years ago... Best regards, Julian

JSR 305 annotations (nullability)

2018-05-15 Thread Julian Reschke
Hi there, does the Sling team have a plan how to move away from the JSR 305 annotations? See and It would probably good to coordinate with Jackrabbit Oak; see

Re: JSR 305 annotations (nullability)

2018-05-15 Thread Julian Reschke
On 2018-05-15 16:39, Konrad Windszus wrote: There are some ideas in https://issues.apache.org/jira/browse/SLING-7312 but not yet a solution, as even the proposed alternative spotbugs-annotations is not yet JSR-305 free (which might be problema

Re: JSR 305 annotations (nullability)

2018-05-15 Thread Julian Reschke
On 2018-05-15 17:16, Konrad Windszus wrote: IMHO migration from JSR-305 to https://github.com/spotbugs/spotbugs/tree/release-3.1/spotbugs-annotations/src/main/java/edu/umd/cs/findbugs/annotations

Re: [VOTE] Release Apache Sling JCR ContentLoader 2.2.6

2018-05-27 Thread Julian Reschke
On 2018-05-27 05:08, Jason E Bailey wrote: ... FWIW, shows a few ancient (or even end-of-lifed) Jackrabbit dependencies. I would recommend to update to the latest stable release applicable for the Java

Re: [VOTE] Release Apache Sling JCR ContentLoader 2.2.6

2018-05-30 Thread Julian Reschke
On 2018-05-30 09:31, Robert Munteanu wrote: Hi, On Sun, 2018-05-27 at 09:10 +0200, Julian Reschke wrote: FWIW, <https://github.com/apache/sling-org-apache-sling-jcr-contentloader/b lob/master/pom.xml> shows a few ancient (or even end-of-lifed) Jackrabbit dependencies. I would recomm

Re: JSR 305 annotations (nullability)

2018-07-08 Thread Julian Reschke
On 2018-07-08 14:34, Stefan Seifert wrote: i would also favor switchting to the findbugs nullable annotations (now repackaged and maintained as spotbugs annotations). AFAIU, we can't due to the license (LGPL). we should remove the jsr 305 dependency from our parent pom, and probably add ins

Re: [VOTE] Switch from JSR-305 annotations to Jetbrains Annotations for all Sling Models

2018-08-02 Thread Julian Reschke
On 2018-08-02 10:55, Stefan Seifert wrote: ... benefits: - removes a blocker from achieving Java 9 compatibility AFAICT, it's only Java 11 where there's an actual compat problem (but yes, that'll be the version we need to support soonish). ... > drawbacks: - the jetbrains annotations includ

Re: [VOTE] Switch from JSR-305 annotations to Jetbrains Annotations for all Sling Models

2018-08-02 Thread Julian Reschke
On 2018-08-02 12:32, Konrad Windszus wrote: Then I would be in favour of just trying to deploy http://search.maven.org/#artifactdetails%7Cjavax.annotation%7Cjavax.annotation-api%7C1.3%7Cjar with Sling and

Re: [VOTE] Switch from JSR-305 annotations to Jetbrains Annotations for all Sling Models

2018-08-02 Thread Julian Reschke
On 2018-08-02 13:23, Julian Reschke wrote: On 2018-08-02 12:32, Konrad Windszus wrote: Then I would be in favour of just trying to deploy http://search.maven.org/#artifactdetails%7Cjavax.annotation%7Cjavax.annotation-api%7C1.3%7Cjar <http://search.maven.org/#artifactdetails|javax.annotat

Re: [VOTE] Switch from JSR-305 annotations to Jetbrains Annotations for all Sling Models

2018-08-02 Thread Julian Reschke
On 2018-08-02 14:00, Konrad Windszus wrote: The JSR 305 classes are not actually necessary at run time! ... Indeed. I tried this in Oak 1.8, and the OSGi ITs indeed pass with Java 11 when javax.annotation-api is present. Best regards, Julian

Re: [VOTE] Switch from JSR-305 annotations to Jetbrains Annotations for all Sling Models

2018-08-02 Thread Julian Reschke
On 2018-08-02 12:03, Karl Pauls wrote: The alternatives would be to a) make the import optional or to b) provide a bundle that exports the javax.annotation package. ... re a) - we could also completely suppress the import, right? Best regards, Julian

Re: [VOTE] Switch from JSR-305 annotations to Jetbrains Annotations for all Sling Models

2018-08-03 Thread Julian Reschke
On 2018-08-03 08:01, Carsten Ziegeler wrote: I did a similar exercise for the Apache Felix Http bundles and although the script did not work for me, a simple find/replace for the two annotations did the trick. ... If you can provide a few details (git coordinates?), I can have a look. Best reg

Re: [VOTE] Switch from JSR-305 annotations to Jetbrains Annotations for all Sling Models

2018-08-03 Thread Julian Reschke
On 2018-08-03 10:19, Carsten Ziegeler wrote: I ran into a general problem, the function gensub() was not available when running the script. But it's just four find/replace operations, so not a big deal anyway. Regards Carsten Make sure that awk is actually *gawk* on your system...

Re: [VOTE] Switch from JSR-305 annotations to Jetbrains Annotations for all Sling Models

2018-08-03 Thread Julian Reschke
On 2018-08-03 10:33, Carsten Ziegeler wrote: I have a Mac - it works out of the box the way it should be :) ... I thought it didn't work?

Re: [VOTE] Switch from JSR-305 annotations to Jetbrains Annotations for all Sling Models

2018-08-03 Thread Julian Reschke
On 2018-08-03 11:50, Carsten Ziegeler wrote: We might get a little bit OT here, but... *your* script does not work, my Mac works perfectly fine, they way Apple intends it to work. (It's a lame try for a joke...) Carsten Well, if Apple's intent is not to give you a recent awk version...

Re: Possibility of making nt:resource unreferenceable

2016-10-04 Thread Julian Reschke
On 2016-10-04 08:43, Chetan Mehrotra wrote: <> Hi Team, Sometime back we discussed the requirement for oak:Resource as a non referenceable replacement for nt:resource (OAk-4567). This topic was also discussed on DL [1] and at that time it was decided that changing the defaults (making nt:resour

Re: Possibility of making nt:resource unreferenceable

2016-10-04 Thread Julian Reschke
On 2016-10-04 15:58, Thomas Mueller wrote: Hi, I still do not understand, why we do not delegate the UUID generation/lookup to the persistence instead of insisting it to be just like any other property index... The UUID _generation_ is not a problem. (I it a bit slow, but scales well - no iss

Re: Possibility of making nt:resource unreferenceable

2016-10-06 Thread Julian Reschke
On 2016-10-07 08:04, Carsten Ziegeler wrote: ... The easiest solution that comes to my mind is: Whenever a nt:resource child node of a nt:file node is created, it is silently changed to oak:resource. Carsten ... Observation: that might break code that actually wants a referenceable node: it

Re: Possibility of making nt:resource unreferenceable

2016-10-07 Thread Julian Reschke
On 2016-10-07 10:56, Carsten Ziegeler wrote: Julian Reschke wrote On 2016-10-07 08:04, Carsten Ziegeler wrote: ... The easiest solution that comes to my mind is: Whenever a nt:resource child node of a nt:file node is created, it is silently changed to oak:resource. Carsten ... Observation

Re: Support REST-ful APIs

2014-04-07 Thread Julian Reschke
On 2014-04-07 15:59, Felix Meschberger wrote: Hi Ok, it is not exactly arbitrary logic. Turns out that content types of the style application/someformat+somesyntax are pretty common (see [1], [2]). Also when talking about REST-ful APIs I expect some application on the other (client) side an

Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

2017-05-17 Thread Julian Reschke
On 2017-05-15 19:01, Carsten Ziegeler wrote: Hi, we solved one issue in this release https://issues.apache.org/jira/browse/SLING-6859 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1723/ You can use this UNIX script to download the release and verify the

Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

2017-05-17 Thread Julian Reschke
On 2017-05-18 08:13, Carsten Ziegeler wrote: Julian Reschke wrote Seen in the POM: org.apache.jackrabbitjackrabbit-jcr-commons1.6.0provided Why 1.6.0? It has been EOL'd many years ago... Is something we use from that version broken? :) We embed two classes from that jar, no ru

Re: [VOTE] Release Apache Sling Service User Mapper 1.3.2, Apache Sling JCR Base Bundle 3.0.2, Apache Sling Web Console Branding 1.0.2, Apache Sling Engine Implementation 2.6.8

2017-05-18 Thread Julian Reschke
On 2017-05-18 15:57, Robert Munteanu wrote: Hi, On the road to Sling 9, here's a chunk of releases that can happen now. We solved 4 issues in these releases https://issues.apache.org/jira/browse/SLING/fixforversion/12340324 (1) https://issues.apache.org/jira/browse/SLING/fixforversion/12338867

Re: [VOTE] Release Apache Sling Service User Mapper 1.3.2, Apache Sling JCR Base Bundle 3.0.2, Apache Sling Web Console Branding 1.0.2, Apache Sling Engine Implementation 2.6.8

2017-05-18 Thread Julian Reschke
On 2017-05-18 16:12, Robert Munteanu wrote: ... Nevermind, found http://jackrabbit.apache.org/jcr/downloads#v23.html which means that Jackrabbit 2.4.x is the latest supported release. > ... Right.

Re: OAK-6575 - Support for external binary URLs.

2017-09-14 Thread Julian Reschke
On 2017-09-14 01:29, Ian Boston wrote: Hi, Here is an updated patch. https://github.com/apache/sling/compare/trunk...ieb:OAK-6575-3-1?expand=1 Best Regards Ian 1) I think it would be good to only redirect HEAD and GET (may already be the case...) 2) For robustness in case a redirect *does*

Re: OAK-6575 - Support for external binary URLs.

2017-09-14 Thread Julian Reschke
On 2017-09-14 14:54, Ian Boston wrote: Hi, On 14 Sep 2017 12:22 am, "Julian Reschke" <mailto:julian.resc...@gmx.de>> wrote: On 2017-09-14 01:29, Ian Boston wrote: Hi, Here is an updated patch. https://github.com/apache/sling/compare/trunk

Re: [RT] Updates to the provisioning model

2017-10-03 Thread Julian Reschke
On 2017-10-03 11:52, Carsten Ziegeler wrote: ... 1. How can we add comments to a feature or application json file? AFAIK JSON does not allow comments Right, strict JSON does not allow it, but we allow comments and the JSON is preprocessed by a JSMin like processor. But after reading all comme

Re: [VOTE] Release Apache Sling JCR Davex 1.3.10

2017-11-16 Thread Julian Reschke
On 2017-11-16 13:07, Karl Pauls wrote: I would like to call a vote on the following release, Apache Sling JCR Davex 1.3.10 ... I'm about to branch Jackrabbit 2.16 and release 2.16.0 subsequently - so this seems to be minimally bad timing :-).

Re: [jdk bug] for those of you on Mac running JDK 1.8

2018-12-18 Thread Julian Reschke
On 2018-12-18 17:35, Konrad Windszus wrote: We can still put it in a dedicated profile which is only active on a Mac. I would volunteer to add it to the parent pom since a lot of modules are affected (as the IntelliJ Null annotations are used all over the place). Konrad I've seen at least one

Re: [jdk bug] for those of you on Mac running JDK 1.8

2019-01-07 Thread Julian Reschke
On 2019-01-07 09:18, Konrad Windszus wrote: I enforced now JDK9 or newer on Macs for Sling API in https://github.com/apache/sling-org-apache-sling-api/commit/39a13263d46b8ffe4a749e09805e855ca80a0640

Re: Suggestions - upgrade to the latest parent pom when releasing a bundle

2019-09-20 Thread Julian Reschke
On 20.09.2019 13:30, Robert Munteanu wrote: On Fri, 2019-09-20 at 13:23 +0200, Radu Cotescu wrote: On 20 Sep 2019, at 13:10, Robert Munteanu wrote: What do you mean by 'builds'? All modules? Note that building all modules with Java 11 would require updating to a more recent parent pom. Yes,

Re: Sling fails to build

2009-08-06 Thread Julian Reschke
Bertrand Delacretaz wrote: Hi Mike, On Thu, Aug 6, 2009 at 1:15 PM, Mike Müller wrote: Has anybody the same issue on Win XP with the SlingLogWriterTest?... I haven't tested but ... It's WinXP SP3. I digged into it and found that test.setLastModified(july21) (line 190 of SlingLogWriterTest)

Re: ISO9075

2009-09-11 Thread Julian Reschke
Felix Meschberger wrote: ... In what respect do you think this path is invalid ? If you encode an input, it has to encode the input. There is no way the method can tell, whether the second encoding is due to a programming error or is requested by intent. So the result of encoding agains sounds r

Re: ISO9075

2009-09-11 Thread Julian Reschke
John Crawford wrote: Well, the second path doesn't return results, so perhaps the issue is in the JCR Query/QueryManager? It appears that its encoding the "_", which is apparently a valid value to query against. So I really don't understand why it would encode that character. Either way, I'll j

Re: [VOTE] Release Apache Sling App CMS version 1.0.0

2020-12-04 Thread Julian Reschke
Am 01.12.2020 um 03:16 schrieb Daniel Klco: ... Looking at , you seem to use a weird mix of oak and jackrabbit artefacts, in particular one very o

Re: Pax Help regarding oak-jackrabbit-api

2021-03-05 Thread Julian Reschke
Am 05.03.2021 um 16:24 schrieb Cris Rockwell: The hard part about Pax exam testing is getting the project bundle active given the dependency versions provided by the testing instance. I tried patching the test instance maven bundles and versions, but gave up after a certain point. Instead what

Re: Improve JSON serialization and response data types

2022-06-03 Thread Julian Reschke
Am 03.06.2022 um 11:42 schrieb Christian Schneider: I suspect we use a home grown serialisation to minimise dependencies but I don't know. So I would be interested in what others say. What is our strategy/recommendation in sling when producing json? Christian I believe the answer is javax.json

Re: PATCH support in SlingAllMethodsServlet

2021-12-17 Thread Julian Reschke
Am 17.12.2021 um 14:14 schrieb Carsten Ziegeler: Interestingly even servlet api 5 has no notion of patch (https://javadoc.io/doc/jakarta.servlet/jakarta.servlet-api/latest/jakarta/servlet/http/HttpServlet.html) ... Well, the set of method names in HTTP is extensible, and the servlet API really

Re: RepoInit: Intended behaviour in case of failures and backwards-compatibility

2022-12-16 Thread Julian Reschke
On 16.12.2022 14:38, Konrad Windszus wrote: On 16. Dec 2022, at 14:31, Bertrand Delacretaz wrote: So in the case of SLING-11736 I have proposed adding a [strict] option to "create path", exemple: create path [strict] (nt:folder) /one(mixin nt:art)/step(mixin nt:dance)/two/steps which acti

Re: Please welcome Julian Reschke

2023-02-08 Thread Julian Reschke
On 08.02.2023 17:43, ang...@apache.org wrote: Hi Sling community, Based on his contributions to the project, the Sling PMC has elected Julian Reschke as a Sling committer, and he has accepted the invitation. Please join me in welcoming Julian. Julian - if you want to honor the old tradition

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

2023-05-12 Thread Julian Reschke
On 12.05.2023 15:48, Robert Munteanu wrote: On Mon, 2023-05-08 at 18:27 +0200, Konrad Windszus wrote: Another option would probably be to pass parameters to cp2fm for declaring additional namespaces. Then downstream consumers could declare additional ones like “cq” and those would have known URL

Re: [VOTE] Release Apache Sling Engine 2.15.4

2023-07-31 Thread Julian Reschke
On 29.07.2023 18:04, Carsten Ziegeler wrote: Hi, ... [X] +1 Approve the release Best regards, Julian

Resource Resolver release

2024-01-16 Thread Julian Reschke
Hi, I'd like to cut 1.11.6 (https://issues.apache.org/jira/projects/SLING/versions/12353856) tomorrow. Robert: there are currently two in-progress issues assigned to you: can we move them to the next release? Note that I haven't done a SLING release before - I'm looking at https://sling.apache.

[VOTE] Release Apache Resource Resolver 1.11.6

2024-01-16 Thread Julian Reschke
Hi, We solved 6 issues in this release: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310710&version=12353856&styleName=Text Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2830 You can use this UNIX script to download the release and

Re: [VOTE] Release Apache Resource Resolver 1.11.6

2024-01-16 Thread Julian Reschke
On 17.01.2024 07:51, Julian Reschke wrote: ... [X] +1 Approve the release Best regards, Julian

Order of steps in https://sling.apache.org/documentation/development/release-management.html

2024-01-17 Thread Julian Reschke
Hi there, the "Release Management" document suggests adding a new (next) release should happen after the release vote, and that the release being voted on remains "unreleased" in the meantime. Doesn't that leave us with a time windos of 72h+ hours in which issue tracking in Jira will be extremel

Re: Order of steps in https://sling.apache.org/documentation/development/release-management.html

2024-01-17 Thread Julian Reschke
On 17.01.2024 11:14, Carsten Ziegeler wrote: I think there is no perfect solution. We are operating this way for many years :) which of course doesn't mean there is no room for improvement. I think the scenario you describe happened at least once. but it was detected when the version was release

Re: [VOTE] Release Apache Resource Resolver 1.11.6

2024-01-17 Thread Julian Reschke
On 17.01.2024 13:44, Bertrand Delacretaz wrote: [X ] +1 Approve the release Julian's signature 44F4797A52C336FA666CD9271DE461528F1F1B2A was missing from https://downloads.apache.org/sling/KEYS , I have added it [1] from [0], it should appear in a few minutes. ::: Ups. Thanks. Best regards

Re: [VOTE] Release Apache Resource Resolver 1.11.6

2024-01-22 Thread Julian Reschke
On 20.01.2024 02:09, Eric Norman wrote: +0 for me. Though, I am still a little annoyed that you just ignored my review comments from https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/109#pullrequestreview-1791514750 Eric, FWIW: disagreeing is not the same thing as "ignori

[RESULT] [VOTE] Release Apache Resource Resolver 1.11.6

2024-01-22 Thread Julian Reschke
On 17.01.2024 07:51, Julian Reschke wrote: ... Hi, The vote has passed with the following result : +1 (binding): Bertrand Delacretaz , Julian Reschke , Konrad Windszus , Robert Munteanu I will copy this release to the Sling dist directory and promote the artifacts to the central Maven

Re: [RESULT] [VOTE] Release Apache Resource Resolver 1.11.6

2024-01-22 Thread Julian Reschke
On 22.01.2024 10:20, Julian Reschke wrote: On 17.01.2024 07:51, Julian Reschke wrote: ... Hi, The vote has passed with the following result : +1 (binding): Bertrand Delacretaz , Julian Reschke , Konrad Windszus , Robert Munteanu I will copy this release to the Sling dist directory and

Re: [RESULT] [VOTE] Release Apache Resource Resolver 1.11.6

2024-01-23 Thread Julian Reschke
On 22.01.2024 17:25, Julian Reschke wrote: On 22.01.2024 10:20, Julian Reschke wrote: On 17.01.2024 07:51, Julian Reschke wrote: ... Hi, The vote has passed with the following result : +1 (binding): Bertrand Delacretaz , Julian Reschke , Konrad Windszus , Robert Munteanu I will copy this

Re: [RESULT] [VOTE] Release Apache Resource Resolver 1.11.6

2024-01-23 Thread Julian Reschke
On 23.01.2024 13:05, Konrad Windszus wrote: Done, please update the site accordingly. Thanks, Konrad Thanks Konrad, -> Best regards, Julian

[VOTE] Apache Sling ResourceResolver 1.12.0

2024-08-05 Thread Julian Reschke
Hi, We solved N issues in this release: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310710&version=12354143&styleName=Text Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2877 You can use this UNIX script to download the release and

Re: [VOTE] Apache Sling ResourceResolver 1.12.0

2024-08-05 Thread Julian Reschke
Am 05.08.2024 um 17:42 schrieb Julian Reschke: ... [X] +1 Approve the release Best regards, Julian

Re: [VOTE] Apache Sling ResourceResolver 1.12.0

2024-08-05 Thread Julian Reschke
Am 05.08.2024 um 17:42 schrieb Julian Reschke: Hi, We solved N issues in this release: ... Where N == 5. Best regards, Julian

Re: [VOTE] Release Apache Sling Scripting HTL Testing Content 1.0.34-1.4.0, Apache Sling Scripting HTL Testing 1.0.36-1.4.0, Apache Sling Scripting HTL JS Use Provider 1.2.10

2024-08-06 Thread Julian Reschke
On 17.07.2024 15:32, Radu Cotescu wrote: ... [X] +1 Approve the release > ... Best regards, Julian

[RESULT] [VOTE] Apache Sling ResourceResolver 1.12.0

2024-08-12 Thread Julian Reschke
On 05.08.2024 17:42, Julian Reschke wrote: ... Hi, Hi, The vote has passed with the following result : +1 (binding): Carsten Ziegeler, Jörg Hoh, Julian Reschke I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Best regards

[jira] [Updated] (SLING-2886) CLONE - sling davex servlet should support config property "createAbsoluteURI"

2013-05-27 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated SLING-2886: -- Attachment: SLING-2886.diff This patch should do it... > CLONE - sling da

[jira] [Created] (SLING-2886) CLONE - sling davex servlet should support config property "createAbsoluteURI"

2013-05-27 Thread Julian Reschke (JIRA)
Julian Reschke created SLING-2886: - Summary: CLONE - sling davex servlet should support config property "createAbsoluteURI" Key: SLING-2886 URL: https://issues.apache.org/jira/browse/

[jira] [Updated] (SLING-2886) CLONE - sling davex servlet should support config property "createAbsoluteURI"

2013-05-27 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated SLING-2886: -- Fix Version/s: (was: JCR Webdav 2.1.4) JCR DavEx 1.1.2 > CL

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-09-03 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13756549#comment-13756549 ] Julian Reschke commented on SLING-2707: --- How does overloading the name with of

[jira] [Commented] (SLING-3175) Make MediaRange parser linient to accept invalid Accept header generated by Oracle JDK HttpUrlConnection

2013-10-16 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796860#comment-13796860 ] Julian Reschke commented on SLING-3175: --- Here's a test that demonstrates

[jira] [Commented] (SLING-2338) create integration tests for archetypes

2012-06-04 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288630#comment-13288630 ] Julian Reschke commented on SLING-2338: --- Sling trunk doesn't build on m

[jira] [Commented] (SLING-2338) create integration tests for archetypes

2012-06-05 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289205#comment-13289205 ] Julian Reschke commented on SLING-2338: --- Ok. So let's do this systematica

[jira] [Commented] (SLING-2503) Update to new Jackrabbit version to fix JCR-3329

2012-06-05 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289343#comment-13289343 ] Julian Reschke commented on SLING-2503: --- Also note that the project curre

[jira] [Commented] (SLING-2503) Update to new Jackrabbit version to fix JCR-3329

2012-06-07 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290995#comment-13290995 ] Julian Reschke commented on SLING-2503: --- Felix Meschberger: "Yes, the J

[jira] [Commented] (SLING-2503) Update to new Jackrabbit version to fix JCR-3329

2012-06-10 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292654#comment-13292654 ] Julian Reschke commented on SLING-2503: --- Jackrabbit 2.4.2 has just been rele

[jira] [Commented] (SLING-2503) Update to new Jackrabbit version to fix JCR-3329

2012-06-11 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292669#comment-13292669 ] Julian Reschke commented on SLING-2503: --- I checked the current jackra

[jira] [Commented] (SLING-2502) Incorrect escaping of property names in JcrModifiablePropertyMap on save

2012-06-14 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295055#comment-13295055 ] Julian Reschke commented on SLING-2502: --- There's also Session.getNamespac

[jira] [Commented] (SLING-2543) SlingPostServlet is not encoding redirect URLs

2012-09-27 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13464647#comment-13464647 ] Julian Reschke commented on SLING-2543: --- [~mrpotes] That sounds fishy -- why

[jira] [Commented] (SLING-2613) Sling double encodes posted data

2012-10-04 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469410#comment-13469410 ] Julian Reschke commented on SLING-2613: --- If I understand correctly, what you se

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-01-10 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549671#comment-13549671 ] Julian Reschke commented on SLING-2707: --- re 3: why would multiple connect

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-01-10 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549793#comment-13549793 ] Julian Reschke commented on SLING-2707: --- The only reason why multiple connect

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-01-14 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13552663#comment-13552663 ] Julian Reschke commented on SLING-2707: --- Shashank: unless I'm missing

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-01-14 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13552674#comment-13552674 ] Julian Reschke commented on SLING-2707: --- Shashank: for a reliable test you ne

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-01-15 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13553982#comment-13553982 ] Julian Reschke commented on SLING-2707: --- My gut feeling is that the "

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-01-22 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559551#comment-13559551 ] Julian Reschke commented on SLING-2707: --- 1) The upload requests should return

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-01-22 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559610#comment-13559610 ] Julian Reschke commented on SLING-2707: --- > First/Intermediate upload does

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-01-22 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559660#comment-13559660 ] Julian Reschke commented on SLING-2707: --- > Till the last chunk gets upload

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-01-22 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559699#comment-13559699 ] Julian Reschke commented on SLING-2707: --- > Actually, since my proposal is

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-02-13 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13577542#comment-13577542 ] Julian Reschke commented on SLING-2707: --- You can't simply replace POST

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-02-18 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13580617#comment-13580617 ] Julian Reschke commented on SLING-2707: --- Why do we need two protocols? I re

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-02-18 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13580679#comment-13580679 ] Julian Reschke commented on SLING-2707: --- [~alexander.klimetschek] That woul

[jira] [Commented] (SLING-2707) Support of chunked file upload into Sling

2013-02-18 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13580706#comment-13580706 ] Julian Reschke commented on SLING-2707: --- [~alexander.klimetschek] the &q

[jira] [Created] (SLING-2825) sling webdav servlet should support config property "createAbsoluteURI"

2013-04-16 Thread Julian Reschke (JIRA)
Julian Reschke created SLING-2825: - Summary: sling webdav servlet should support config property "createAbsoluteURI" Key: SLING-2825 URL: https://issues.apache.org/jira/browse/SLING-2825

[jira] [Commented] (SLING-2825) sling webdav servlet should support config property "createAbsoluteURI"

2013-04-16 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13632693#comment-13632693 ] Julian Reschke commented on SLING-2825: --- (there may be other "new" p

[jira] [Commented] (SLING-2825) sling webdav servlet should support config property "createAbsoluteURI"

2013-04-16 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13632784#comment-13632784 ] Julian Reschke commented on SLING-2825: --- We'll need a new release of Jackr

[jira] [Updated] (SLING-2825) sling webdav servlet should support config property "createAbsoluteURI"

2013-04-16 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated SLING-2825: -- Attachment: SLING-2825.diff proposed patch (not sure about dependencies and version numbers

  1   2   3   4   5   >