Using Solr or Elasticsearch

2014-09-05 Thread Roy Teeuwen
Hello, I have tried this mail in the users mail list but didn¹t get a response, thats why I am trying it on the dev mail list. Has anyone managed to use Solr instead of lucene yet in sling (or even elasticsearch or anything)? I have found this gsoc https://issues.apache.org/jira/browse/SLING-2795

Re: Using Solr or Elasticsearch

2014-09-05 Thread Roy Teeuwen
lly anything else. >* With Oak, you can use Solr as a search engine backing JCR queries. >* With Oak, you can use (in theory) ElasticSearch or some other search >engine by writing a custom index implementation. You'd want to base >that on the Solr index. > >Regards, >Just

Re: Jenkins build is back to stable : sling-trunk-1.7 » Apache Sling SlingRepository Integration Tests #842

2014-09-11 Thread Roy Teeuwen
Op donderdag 11 september 2014 heeft Apache Jenkins Server het volgende geschreven: > See < > https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.jcr.repository.it-jackrabbit-oak/842/ > > > >

Re: Cache objects retrieved/derived from a ResourceResolver

2021-10-17 Thread Roy Teeuwen
Hey Carsten, Could you clarify why you need to clean up the threadlocal when it is bound to the thread of a request? Don't the threads of a request get garbage collected, and by that way also the ThreadLocal's bound to it Greets, Roy > On 17 Oct 2021, at 09:57, Carsten Ziegeler wrote: > > Th

Re: Introducing Lombok to Sling?

2021-12-24 Thread Roy Teeuwen
+1 also not a fan of Lombok, have already Delomboked a few projects because it just adds extra complexity / less debuggability > On 24 Dec 2021, at 10:20, Konrad Windszus wrote: > > Hi, > to be honest I am rather opposed to that idea as Lombok has the following > disadvantages from my PoV: >

Re: Problem with vault validation

2022-01-25 Thread Roy Teeuwen
Hey Christian, I have the same annoying issue, it seems that when you format the xml file in for example Intellij IDEA, it will delete the cq namespace because there is no property in the xml that starts with cq:, but on the other hand it also seems the validator expects the namespace cq to be

Re: Unable to solve "No OSGi SCR metadata found for class"

2023-03-06 Thread Roy Teeuwen
@Stefan, is there any way that it is feasible for Intellij IDE to run the sling mock unit tests without first doing a compile with maven (and thus triggering the bnd-maven-plugin to create the OSG-INF files)? It would be handy if SlingContext could compile them "at runtime" of the junit test if

Re: Rewriter: resource structure forcing a dependency on OSGI services

2023-07-15 Thread Roy Teeuwen
Hey, What is the reasoning around making this a JCR node in the first place? Why not make it an OSGi configuration instead? I often had the same issue where the specific parser was not live yet as OSGi service, but the configuration already exists in the repo so I get the message that you stat

Re: [git] New repository - sling-org-apache-sling-commons-metrics-prometheus

2023-08-29 Thread Roy Teeuwen
Hey Robert, I am also looking into using sling metrics and expose it as prometheus endpoint, but what strikes me is that DropWizard Metrics is totally abandoned as project. There are no more maintainers, it's even explicitely mentioned on the github project Are there any plans into migrating t

Re: Please welcome Roy Teeuwen as new Sling committer

2023-10-20 Thread Roy Teeuwen
ing community, > > Based on his ongoing and valuable contributions to the project, the > Sling PMC has elected Roy Teeuwen as a Sling committer, and he > has accepted the invitation. > > Please join me in welcoming Roy! > > Roy - if you want to honor the old tradition

Precompiled JSP's / HTLs

2020-11-17 Thread Roy Teeuwen
Hey devs, I saw the talk about precompiled JSP’s and HTL’s on adaptTo (also the last years) and when I saw the performance impact I was really amazed! I have some questions about it. We are running an existing on-premise application. Would it be possible to somehow extract the jsp's / htl's in

Re: No OSGi SCR metadata in Unit Tests

2021-02-25 Thread Roy Teeuwen
Interesting that you mention Intellij Stefan? Because If i wouldn't do a mvn install first before executing the unit tests from the Intellij junit run configuration, it will fail with the exact reason stated. Is there an easy way in intellij to get those OSGi SCR xmls in a junit run configuratio

Re: Resource packaging/content packaging in Sling

2016-09-28 Thread Roy Teeuwen
I currently solve it by using the package manager from composum[2] but having support for content packages in Sling itself would in my opinion create extra opportunities. There are for example occasions where developers make something for AEM which could just as well work in standard Sling. But

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

2016-11-21 Thread Roy Teeuwen
+1 The only reason I have my custom sling launchpad jar (without including project related bundles) is to include Composum in the launchpad at the moment :) Greets Roy > On 21 Nov 2016, at 11:12, Robert Munteanu wrote: > > Hi, > > With the default Sling launchpad we're still shipping the con

Re: Support for model archives

2016-12-04 Thread Roy Teeuwen
Hey Carsten, I had a look at the slingshot example that you set up with this. I see that a file slingstart.mar gets created, containing all the jars and model files that are necessary. Is there a reason that the name is always slingstart.mar, and not for example artifactId-version.mar? Or tha

Re: Support for model archives

2016-12-12 Thread Roy Teeuwen
> On 12 Dec 2016, at 09:25, Carsten Ziegeler wrote: > > Roy Teeuwen wrote >> Hey Carsten, >> >> I had a look at the slingshot example that you set up with this. I see that >> a file slingstart.mar gets created, containing all the jars and model files >>

Git broken?

2016-12-14 Thread Roy Teeuwen
Hey all, The last commit on git Apache Sling was 3 days ago, but the SVN had a lot of updates, is this something that should be or has been reported to infra? Greets, Roy

Re: Usage of "Apache Sling Installer Content Package Support"

2016-12-26 Thread Roy Teeuwen
Hey Suren, The content package maven plugin should normally/hopefully (one day) be donated by Adobe as stated in this nabble: http://apache-sling.73963.n3.nabble.com/content-package-maven-plugin-and-tooling-around-it-td4028573.html

Re: [RT] Simple File System Resource Provider

2018-11-11 Thread Roy Teeuwen
Seeing as the current filesystem resource provider does need an update to java 8 api, it would be nice to refactor / start over with that one and make it more generic / extensible? It has some caveats (like the start up scanning etc.) that would be nice to have fixed in a more elegant way. Roy

Re: [DISCUSS] Deprecate query part of Sling Event API

2018-12-15 Thread Roy Teeuwen
Hey guys, Seeing as you are all talking about deprecating or even removing the entire Sling Job API in the future, what would you propose as alternative / migration path? We have a lot JobConsumers in our projects, what would be a reason to stop using them? Greets, Roy > On 30 Oct 2018, at 11

Sling Teleporter

2019-01-03 Thread Roy Teeuwen
Hey dev's, I was wondering if anyone has made any effort yet into making the sling teleporter also usable for junit 5? Currently there is the TeleporterRule, which is the old way of doing it with an @Rule in junit4 instead of @ExtendWith in junit5 Greets, Roy

ValueMapDecorator using impl class in api

2019-01-22 Thread Roy Teeuwen
Hey dev's, Since the use of the ObjectConverter, the ValueMapDecorator class which is in the api package bundle, uses an impl class. Is this good practice? See https://github.com/apache/sling-org-apache-sling-api/blob/master/src/main/java/org/apache/sling/api/wrappers/ValueMapDecorator.java <

Re: [RTC] Rename error.log to success.log

2019-04-01 Thread Roy Teeuwen
Hey Robert, Why not call it sling.log? or status.log? Because it will still log errors / exceptions in the success.log this way Greets, Roy > On 1 Apr 2019, at 09:19, Robert Munteanu wrote: > > Hi, > > I think for some time we have overlooked the operational aspects of > Apache Sling and tha

Resource resolver - mapping entry

2019-04-15 Thread Roy Teeuwen
Hey dev's, Currently the mapping entries for the resource resolver always cause a 302, I was wondering if there is anything against making this configurable to be either a 301 or a 302? https://github.com/apache/sling-org-apache-sling-resourceresolver/blob/34f301b18227cbca24a8f5e636c405fc84407

Re: Resource resolver - mapping entry

2019-04-15 Thread Roy Teeuwen
Not only talking about that line by the way, also the following: https://github.com/apache/sling-org-apache-sling-resourceresolver/blob/34f301b18227cbca24a8f5e636c405fc844077da/src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntry.java#L212 > On 15 Apr 2019, at 15:40, Roy Teeu

Re: Resource resolver - mapping entry

2019-04-15 Thread Roy Teeuwen
lt;https://github.com/apache/sling-org-apache-sling-resourceresolver/blob/8ee602cd722938a46f0b8f95aaa3dfbda923f98e/src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java#L1198> Going to see if there are any cases where this is not used Thanks, Roy > On 15 Apr 2019, at 15:40, Roy

Re: [RT] Support OSGi R7 Logging

2019-08-15 Thread Roy Teeuwen
Hey Carsten, What is the benefit of using this log service instead of just keep using SLF4J which seems to have almost the exact same interface / way of using? Greets, Roy > On 14 Aug 2019, at 08:17, Carsten Ziegeler wrote: > > Hi, > > the OSGi R7 specification has an update to the Log Servi

Re: Why get rid of the rewriter?

2019-09-10 Thread Roy Teeuwen
I also used rewriting for various use cases ( for example creating disclaimer links at the bottom of the page based on whats on the page) To be honest, its just a nice wrapper around a filter, if you would take it away, people would just create a filter on page level that captures the response

Re: [proposal][osgi][scripting] redesigned scripts deployment and resolution

2018-04-27 Thread Roy Teeuwen
> I *do not* love the idea of having to build a bundle every time a script > changes (if the above is true). This is a non-starter for front-end > developers... the primary people writing HTL files. Completely agree with that Chris, we just got to a stage that we can get the frontend developers e

Re: Initial prototype of Sling Feature model API Region support

2018-07-13 Thread Roy Teeuwen
Hey David, Am I correct to understand that we are actually trying to make a lightweight OSGi Subsystem implementation with this? Greets, Roy > On 13 Jul 2018, at 10:47, David Bosschaert wrote: > > Hi all, > > I started working on a prototype for the API Region support for the Sling > Featur

Re: Initial prototype of Sling Feature model API Region support

2018-07-13 Thread Roy Teeuwen
What made it that we don't use the actual spec and implement that one properly? Is the spec too difficult in practice? > On 13 Jul 2018, at 17:25, Karl Pauls wrote: > > On Friday, July 13, 2018, Roy Teeuwen <mailto:r...@teeuwen.be>> wrote: > >> Hey David, &

Re: SLING-7613 - un-deprecating loginAdministrative

2018-07-17 Thread Roy Teeuwen
Hey Justin, How would this be any different from using the getServiceResourceResolver though? This also needs additional work to actually create the service user and make a service mapping config for it. Not that I am disagreeing with what you are saying because I think the service user is als

Re: Rewriting CSS files (delivered using Output Stream) using rewriter pipeline

2017-05-26 Thread Roy Teeuwen
Hey Amrit, Have you looked at the rewriterpipeline example of acs commons? It rewrites css urls too: https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/adobe/acs/commons/rewriter/impl/VersionedClientlibsTransformerFactory.java

Re: Sling Test Environment Setup with Maven and Content Packages

2017-06-23 Thread Roy Teeuwen
Hey Andreas, It is definitely possible, I have the following provisioning model (its already half a year old thats why its still using the snapshot version), I think that Sling even has its own OSGi package installer: [feature name=:boot] [artifacts] org.apache.sling/org.apache.sling.launc

Re: SlingClient is removing double / triple slashes from the URL

2017-06-23 Thread Roy Teeuwen
Hey Andreas, I wouldn't go relying on double and triple slashes too much, I already have written a few classes that did at the beginning also to use it in suffixes, but I had to change it because it wasn't workable (in AEM for example the Link checker kept removing the slashes in the rendered h

Re: [ANN] New Apache Sling PMC Chair: Robert Munteanu

2017-11-16 Thread Roy Teeuwen
Congratulations Robert! Greets, Roy > On 16 Nov 2017, at 15:25, Carsten Ziegeler wrote: > > Hi, > > it's my pleasure to announce that Robert took up the role as our new PMC > chair. > > Congrats Robert! > > Regards > Carsten > -- > Carsten Ziegeler > Adobe Research Switzerland > cziege...@ap

Installing ESA Files

2015-11-12 Thread Roy Teeuwen
Hey all, I have fetched the sling launchpad 8 from maven central and I made a subsystem with the esa maven plugin from apache aries. Now when I want to install it, I get a popup with the error “You cannot select a .esa file. Try again…" Is this not the way to install OSGi subsystems? And would

Re: Installing ESA Files

2015-11-12 Thread Roy Teeuwen
ttp://tinypic.com/r/2z8tbpe/8 > 3. You can also feed .esa files to the OSGi Installer in sling, e.g. > by putting them in the install directory... > > If you're just experimenting, option 2 is definitely the easiest. > > Cheers, > > David > > On 12 November 2

Re: Installing ESA Files

2015-11-12 Thread Roy Teeuwen
feed .esa files to the OSGi Installer in sling, e.g. > by putting them in the install directory... > > If you're just experimenting, option 2 is definitely the easiest. > > Cheers, > > David > > On 12 November 2015 at 09:31, Roy Teeuwen wrote: >> Hey all,

Re: Installing ESA Files

2015-11-12 Thread Roy Teeuwen
d it works for me :) > > Cheers, > > David > > On 12 November 2015 at 11:58, Roy Teeuwen wrote: >> Hey David, >> >> I tried your second approach. >> >> I first installed subsystems on felix by following this guide: >> >> http://codertho

Re: Installing ESA Files

2015-11-12 Thread Roy Teeuwen
Hey David, Hehe sorry, of course, I meant the sling-maven-plugin ;). Was mixing it up a bit. It would be great if the sling maven plugin could also install esa files Greetings, Roy > On 12 Nov 2015, at 13:56, David Bosschaert wrote: > > Hi Roy, > > On 12 November 2015 at 10:

Re: Installing ESA Files

2015-11-12 Thread Roy Teeuwen
NAPSHOT, > which you'd have to build yourself). It has all the deps for > Subsystems installed. Just install the webconsole plugin on top of > that and it should work - I just tried it and it works for me :) > > Cheers, > > David > > On 12 November 2015 at 11:58

Re: Installing ESA Files

2015-11-13 Thread Roy Teeuwen
if you use the JobManager but it should have the > 'effective:=active' directive, e.g. > > Require-Capability: osgi.service; > filter:="(objectClass=com.foo.MyService)"; effective:="active" > > See also 134.16.2.2 of the OSGi Enterprise R6 spec [1]. &g

Re: Installing ESA Files

2015-11-13 Thread Roy Teeuwen
="[1.5,2)” Without subsystems this didn’t seem to be a problem, with subsystems this generated the error in my previous mail. Greetings, Roy > On 13 Nov 2015, at 22:09, Roy Teeuwen wrote: > > Hey David, > > Thanks for the help so far, I seem to have found the problem for

Re: Installing ESA Files

2015-11-13 Thread Roy Teeuwen
something to do with how Aries > Subsystems drives the resolver... > > Cheers, > > David > > [1] https://issues.apache.org/jira/browse/ARIES > > On 13 November 2015 at 21:09, Roy Teeuwen wrote: >> Hey David, >> >> Thanks for the help so far, I seem to ha

Re: Installing ESA Files

2015-11-13 Thread Roy Teeuwen
Hey David, https://issues.apache.org/jira/browse/ARIES-1452 <https://issues.apache.org/jira/browse/ARIES-1452> with test case Cheers, Roy > On 13 Nov 2015, at 22:33, Roy Teeuwen wrote: > > Hey David, > > I will definitely do that, seeing as I now know the cause of the

Re: [RT] Improve resource type handling

2016-03-19 Thread Roy Teeuwen
I know I am talking out of AEM experience, but I don’t see why one would only go for a flat resourceSuperType list? The most simple example here where that would have massive consequences is in how you would build a page. At this moment you have a basepage, and X child pages which all have the

Re: [Context Aware Configs] Merging?

2016-07-30 Thread Roy Teeuwen
+1 for me too, one of the real life examples that I have in most of my projects is that you have a site /content/mysite and you have some languages like /content/mysite/en and /content/mysite/fr It would be nice to put all your global mysite configs on /content/mysite, but still have the possib

Make ResourceResolver implement Closeable

2015-05-26 Thread Roy Teeuwen
Hello, As of Java 7, it is possible by implementing the Closeable or AutoCloseable to use the try-with-resources statement. This makes the notation a lot shorter than the try-finally block. Is there a reason that the ResourceResolver does not implement the Closeable interface, and would it be p

Re: Moving to Java 7 ( was: Make ResourceResolver implement Closeable)

2015-05-29 Thread Roy Teeuwen
That would be a good idea. When looking at the AEM 6.1 technical requirements you can already see there is no more support for Oracle JDK 1.6, minimum Oracle JDK 1.7 Roy > On 29 May 2015, at 11:23, Stefan Seifert wrote: > > it's just that we cannot use features like Closeable when we still su

Re: Make ResourceResolver implement Closeable

2015-05-29 Thread Roy Teeuwen
Munteanu: >> Hi Roy, >> >> On Tue, 2015-05-26 at 15:51 +0200, Roy Teeuwen wrote: >>> Hello, >>> >>> As of Java 7, it is possible by implementing the Closeable or >>> AutoCloseable to use the try-with-resources statement. This makes the &g

Re: Extracting Eclipse Reference from impl-vlt

2015-08-20 Thread Roy Teeuwen
Hey Andreas, It's been a while that I saw an email passing by in the dev channel about the sling ide tooling for intellij, do you maybe have any updates on that :)? Would be realy neat to have, definitly the exploded bundle hotswapping! Cheers, Roy > Op 28 apr. 2015 om 18:02 heeft Andreas Schae

Missing dependency

2015-09-06 Thread Roy Teeuwen
Hello all, Could anyone point me to a location for the org.eclipse.core resource 3.4.0 dependency? When I try to build the sling project I get following exception: "Could not resolve dependencies for project org.apache.sling:org.apache.sling.jcr.compiler:bundle:2.1.1-SNAPSHOT: Could not find a

Maven sling plugin

2015-09-19 Thread Roy Teeuwen
Hello all, I was wondering if anything ever happend with this thread? http://mail-archives.apache.org/mod_mbox/sling-users/201204.mbox/%3ccakkcf4qxnjfg4r3_+lgu3j-x_geajz8bzzz-y77au_3uxjj...@mail.gmail.com%3E I am currently in a situation where I want to put everything up in a CI environment: A c

Re: Dockerfile for Sling

2015-10-03 Thread Roy Teeuwen
I think if you would go for that approach that instead of downloading maven manually like in your cluster prototype, using an actual official maven docker image would be even better suited: https://hub.docker.com/_/maven/ Roy > On 01 Oct 2015, at 23:45, Robert

Re: Maven sling plugin

2015-10-07 Thread Roy Teeuwen
Perfect! Sounds exactly what I need :) Thanks -- View this message in context: http://apache-sling.73963.n3.nabble.com/Maven-sling-plugin-tp4054486p4055138.html Sent from the Sling - Dev mailing list archive at Nabble.com.

Slimming down a sling instance

2015-10-15 Thread Roy Teeuwen
Hello all, We are currently in a situation that we have an AEM instance where we fetch xml files from a filesystem and process them with jobs to get them imported into the JCR. What I would like to do now is use the bundle we created for this to also import them into another external system (of co

Re: Slimming down a sling instance

2015-10-15 Thread Roy Teeuwen
Hey Oliver, Thanks! Looks exactly what I need :). What would be the added benefit of using sling launchpad karaf instead of using the provisioning model? Greetings, Roy -- View this message in context: http://apache-sling.73963.n3.nabble.com/Slimming-down-a-sling-instance-tp4055537p4055543.h

Re: [DISCUSS] Exec Maven Plugin + separate POM to graft more modern tests on an old module?

2025-04-14 Thread Roy Teeuwen
Hey, If you are talking about integratino tests, then I like the approach of using the slingfeature-maven-plugin and the feature-launcher-maven-plugin to create a specific sling containing the bundles you need for your test suite and launch that to run your tests against An example of one I cr

How to run integration tests based on a content package

2025-03-04 Thread Roy Teeuwen
I'm trying to achieve a "great" setup to easily be able to create integration tests for a sling-based framework by installing it into a Sling 13 as an extra feature and then running the integration tests, but sadly enough there are some hickups. I'm hoping that any of you guys would be able to h

[jira] [Commented] (SLING-3618) Unable to create node at /var/discovery error in sling trunk

2014-08-23 Thread Roy Teeuwen (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14107938#comment-14107938 ] Roy Teeuwen commented on SLING-3618: Any update on this issue? I am still get

[jira] [Commented] (SLING-2772) The simple-demo sample doesn't seem to run out of the box

2014-08-23 Thread Roy Teeuwen (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14108191#comment-14108191 ] Roy Teeuwen commented on SLING-2772: Any update on this ticket? I am also not abl

[jira] [Comment Edited] (SLING-2772) The simple-demo sample doesn't seem to run out of the box

2014-08-23 Thread Roy Teeuwen (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14108191#comment-14108191 ] Roy Teeuwen edited comment on SLING-2772 at 8/23/14 11:1

[jira] [Commented] (SLING-2772) The simple-demo sample doesn't seem to run out of the box

2014-08-25 Thread Roy Teeuwen (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14109319#comment-14109319 ] Roy Teeuwen commented on SLING-2772: Ok thanks I will definitely have a look at

[jira] [Comment Edited] (SLING-2772) The simple-demo sample doesn't seem to run out of the box

2014-08-25 Thread Roy Teeuwen (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14109319#comment-14109319 ] Roy Teeuwen edited comment on SLING-2772 at 8/25/14 5:0

[jira] [Updated] (SLING-3910) Oak login password does not work

2014-09-05 Thread Roy Teeuwen (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy Teeuwen updated SLING-3910: --- Attachment: Screen Shot 2014-09-06 at 00.44.14.png > Oak login password does not w

[jira] [Created] (SLING-3910) Oak login password does not work

2014-09-05 Thread Roy Teeuwen (JIRA)
Roy Teeuwen created SLING-3910: -- Summary: Oak login password does not work Key: SLING-3910 URL: https://issues.apache.org/jira/browse/SLING-3910 Project: Sling Issue Type: Bug

[jira] [Commented] (SLING-12026) Check for implementation/extension of provider types

2023-12-15 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-12026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17797099#comment-17797099 ] Roy Teeuwen commented on SLING-12026: - [~kwin]  I tried implementing it in

[jira] [Commented] (SLING-12026) Check for implementation/extension of provider types

2023-12-15 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-12026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17797130#comment-17797130 ] Roy Teeuwen commented on SLING-12026: - [~kwin]  I do have a dependency on the

[jira] [Commented] (SLING-12026) Check for implementation/extension of provider types

2023-12-15 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-12026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17797135#comment-17797135 ] Roy Teeuwen commented on SLING-12026: - OK, we were on 2023.10 ;) that expl

[jira] [Created] (SLING-12349) Unable to set a maximum amount of Sling Jobs in parallel

2024-06-06 Thread Roy Teeuwen (Jira)
Roy Teeuwen created SLING-12349: --- Summary: Unable to set a maximum amount of Sling Jobs in parallel Key: SLING-12349 URL: https://issues.apache.org/jira/browse/SLING-12349 Project: Sling

[jira] [Commented] (SLING-12349) Unable to set a maximum amount of Sling Jobs in parallel

2024-06-06 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17852695#comment-17852695 ] Roy Teeuwen commented on SLING-12349: - OK, I think there is an undocumented fea

[jira] [Created] (SLING-12372) ModelAdapterFactory is not cleaning up the requests correctly

2024-07-08 Thread Roy Teeuwen (Jira)
Roy Teeuwen created SLING-12372: --- Summary: ModelAdapterFactory is not cleaning up the requests correctly Key: SLING-12372 URL: https://issues.apache.org/jira/browse/SLING-12372 Project: Sling

[jira] [Created] (SLING-12395) Allow disabling of the default jvm metrics for the prometheus exporter

2024-07-29 Thread Roy Teeuwen (Jira)
Roy Teeuwen created SLING-12395: --- Summary: Allow disabling of the default jvm metrics for the prometheus exporter Key: SLING-12395 URL: https://issues.apache.org/jira/browse/SLING-12395 Project: Sling

[jira] [Resolved] (SLING-12395) Allow disabling of the default jvm metrics for the prometheus exporter

2024-08-07 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-12395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy Teeuwen resolved SLING-12395. - Resolution: Fixed [~rombert] any chance you can start a release process for this ?  > Al

[jira] [Commented] (SLING-10124) OSGi Mock - Service reference order is not correct

2021-03-01 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-10124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293409#comment-17293409 ] Roy Teeuwen commented on SLING-10124: - Anyone has any time to verify what I di

[jira] [Commented] (SLING-10124) OSGi Mock - Service reference order is not correct for Collection field injection

2021-03-08 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-10124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297316#comment-17297316 ] Roy Teeuwen commented on SLING-10124: - Super, thanks for the further digging

[jira] [Created] (SLING-10245) JCR Mocks: Allow setting of primary type for MockNode

2021-03-20 Thread Roy Teeuwen (Jira)
Roy Teeuwen created SLING-10245: --- Summary: JCR Mocks: Allow setting of primary type for MockNode Key: SLING-10245 URL: https://issues.apache.org/jira/browse/SLING-10245 Project: Sling Issue

[jira] [Commented] (SLING-8450) JcrPersist: Provide transparent persistence to Sling Models

2021-03-26 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-8450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309213#comment-17309213 ] Roy Teeuwen commented on SLING-8450: [~brobert] Would be nice! I don't see

[jira] [Created] (SLING-10356) MockResourceResolver does not correctly resolve resources

2021-05-06 Thread Roy Teeuwen (Jira)
Roy Teeuwen created SLING-10356: --- Summary: MockResourceResolver does not correctly resolve resources Key: SLING-10356 URL: https://issues.apache.org/jira/browse/SLING-10356 Project: Sling

[jira] [Updated] (SLING-10356) MockResourceResolver does not correctly resolve resources

2021-05-06 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-10356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy Teeuwen updated SLING-10356: Description: The mock resource resolver does not do the complete cycle of the resolving. For

[jira] [Commented] (SLING-10356) MockResourceResolver does not correctly resolve resources

2021-06-28 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-10356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17370451#comment-17370451 ] Roy Teeuwen commented on SLING-10356: - Thats always a possibility of course,

[jira] [Commented] (SLING-10840) Sling Servlet Helpers implements @ProviderType interfaces

2021-09-27 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-10840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420967#comment-17420967 ] Roy Teeuwen commented on SLING-10840: - But still it is a very common use-cas

[jira] [Commented] (SLING-10840) Sling Servlet Helpers implements @ProviderType interfaces

2021-09-29 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-10840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17422151#comment-17422151 ] Roy Teeuwen commented on SLING-10840: - I indeed have the same requiremen

[jira] [Created] (SLING-11068) Split up api regions exportsimports analyser task

2022-01-17 Thread Roy Teeuwen (Jira)
Roy Teeuwen created SLING-11068: --- Summary: Split up api regions exportsimports analyser task Key: SLING-11068 URL: https://issues.apache.org/jira/browse/SLING-11068 Project: Sling Issue Type

[jira] [Commented] (SLING-11068) Split up api regions exportsimports analyser task

2022-01-17 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477398#comment-17477398 ] Roy Teeuwen commented on SLING-11068: - Created PR: https://github.com/apache/s

[jira] [Commented] (SLING-11121) Avoid registering service in activate method

2022-02-06 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487660#comment-17487660 ] Roy Teeuwen commented on SLING-11121: - [~cziegeler]  why is it an anti patter

[jira] [Commented] (SLING-10831) o.a.s.commons.thread fails setting up ThreadLocal cleaner on Java 17

2022-02-15 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-10831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492529#comment-17492529 ] Roy Teeuwen commented on SLING-10831: - Indeed, I can definitely vouch for

[jira] [Commented] (SLING-11079) models-caconfig: Lower log level to debug for message "Injection only supported using @ContextAwareConfiguration annotation"

2022-07-22 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569857#comment-17569857 ] Roy Teeuwen commented on SLING-11079: - [~sseifert]  care to make a release for

[jira] [Commented] (SLING-11455) ResourceResolver Mock: ResourceProvider implementation

2022-08-19 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581805#comment-17581805 ] Roy Teeuwen commented on SLING-11455: - [~sseifert]  another unwanted effect of

[jira] [Created] (SLING-11706) Enable provider for the basename for I18nRuntimeExtension

2022-11-29 Thread Roy Teeuwen (Jira)
Roy Teeuwen created SLING-11706: --- Summary: Enable provider for the basename for I18nRuntimeExtension Key: SLING-11706 URL: https://issues.apache.org/jira/browse/SLING-11706 Project: Sling

[jira] [Comment Edited] (SLING-11407) Upgrade to Groovy 4

2023-01-23 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17679740#comment-17679740 ] Roy Teeuwen edited comment on SLING-11407 at 1/23/23 9:5

[jira] [Commented] (SLING-11407) Upgrade to Groovy 4

2023-01-23 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17679740#comment-17679740 ] Roy Teeuwen commented on SLING-11407: - [~olli] I have tried installing Groovy

[jira] [Commented] (SLING-11407) Upgrade to Groovy 4

2023-01-25 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680481#comment-17680481 ] Roy Teeuwen commented on SLING-11407: - [~olli] thanks. I will follow up the gr

[jira] [Commented] (SLING-11407) Upgrade to Groovy 4

2023-02-09 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686573#comment-17686573 ] Roy Teeuwen commented on SLING-11407: - Super, thanks! I will make a PR to

[jira] [Created] (SLING-11771) Upgrade Sling Starter to Groovy 4.x

2023-02-11 Thread Roy Teeuwen (Jira)
Roy Teeuwen created SLING-11771: --- Summary: Upgrade Sling Starter to Groovy 4.x Key: SLING-11771 URL: https://issues.apache.org/jira/browse/SLING-11771 Project: Sling Issue Type: Improvement

[jira] [Commented] (SLING-11780) Cache non-existing resources

2023-02-20 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17691105#comment-17691105 ] Roy Teeuwen commented on SLING-11780: - [~joerghoh] are you proposing to fix thi

[jira] [Commented] (SLING-11771) Upgrade Sling Starter to Groovy 4.x

2023-03-24 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704563#comment-17704563 ] Roy Teeuwen commented on SLING-11771: - Composum has been released with groovy

[jira] [Commented] (SLING-11771) Upgrade Sling Starter to Groovy 4.x

2023-03-24 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704617#comment-17704617 ] Roy Teeuwen commented on SLING-11771: - Created a PR > Upgrade Sling Sta

[jira] [Commented] (SLING-11771) Upgrade Sling Starter to Groovy 4.x

2023-03-31 Thread Roy Teeuwen (Jira)
[ https://issues.apache.org/jira/browse/SLING-11771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17707157#comment-17707157 ] Roy Teeuwen commented on SLING-11771: - [~olli] could you have a look at

  1   2   >