[
https://issues.apache.org/jira/browse/SLING-12417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joerg Hoh closed SLING-12417.
-
> [Compiled Scripts] Add healthcheck for loading capabilit
[
https://issues.apache.org/jira/browse/SLING-12417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joerg Hoh resolved SLING-12417.
---
Resolution: Fixed
> [Compiled Scripts] Add healthcheck for loading capabilit
[
https://issues.apache.org/jira/browse/SLING-12417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joerg Hoh updated SLING-12417:
--
Fix Version/s: Servlets Resolver 2.11.6
> [Compiled Scripts] Add healthcheck for loading capabilit
joerghoh merged PR #50:
URL: https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/50
--
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:
joerghoh commented on code in PR #50:
URL:
https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/50#discussion_r1860704391
##
src/main/java/org/apache/sling/servlets/resolver/internal/bundle/BundledScriptTracker.java:
##
@@ -136,10 +154,23 @@ protected void de
joerghoh commented on PR #50:
URL:
https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/50#issuecomment-2498334469
@raducotescu ok, got it.
Assuming your case, wouldn't it be reasonable to assume that version 2.0 and
version 1.0 have a large overlap of bundled scri
raducotescu commented on code in PR #50:
URL:
https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/50#discussion_r1856586287
##
src/main/java/org/apache/sling/servlets/resolver/internal/bundle/BundledScriptTracker.java:
##
@@ -756,4 +805,16 @@ private Set
re
raducotescu commented on PR #50:
URL:
https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/50#issuecomment-2497983321
> @raducotescu wrote:
>> would it make sense to add support for multiple versions of the same
bundle
> I don't know, what you mean with that in
joerghoh commented on PR #50:
URL:
https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/50#issuecomment-2494118002
@raducotescu wrote:
> would it make sense to add support for multiple versions of the same bundle
I don't know, what you mean with that in this
raducotescu commented on code in PR #50:
URL:
https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/50#discussion_r1853000481
##
src/main/java/org/apache/sling/servlets/resolver/internal/bundle/BundledScriptTracker.java:
##
@@ -557,6 +589,23 @@ public void rem
the provided scripts is exposed by a bundle using capabilities. These
capabilities are loaded async, and it's unclear when the loading process is
completed (a log statement was added with SLING-12461).
We should have a health check which can be configured with the symbolic names
of all exp
provided scripts is exposed by a bundle using capabilities. These
capabilities are loaded async, and it's unclear when the loading process is
completed (a log statement was added with SLING-12461).
We should have a health check which can be configured with the symbolic names
of all expected bu
[
https://issues.apache.org/jira/browse/SLING-12417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joerg Hoh reassigned SLING-12417:
-
Assignee: Joerg Hoh
> [Compiled Scripts] Add healthcheck for loading capabilit
bundle using capabilities. These capabilities are loaded async,
and it's unclear when the loading process is completed (a log statement was
added with SLING-12461).
We should have a healthcheck which can be configured with the symbolic names of
all expected bundles to contain such precom
ing capabilities
> ---
>
> Key: SLING-12417
> URL: https://issues.apache.org/jira/browse/SLING-12417
> Project: Sling
> Issue Type: Improvement
> Components: Scripti
Joerg Hoh created SLING-12417:
-
Summary: [Compiled Scripts] Add healthcheck for loading
capabilities
Key: SLING-12417
URL: https://issues.apache.org/jira/browse/SLING-12417
Project: Sling
Issue
kwin merged PR #59:
URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/59
--
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.
sonarcloud[bot] commented on PR #59:
URL:
https://github.com/apache/sling-slingfeature-maven-plugin/pull/59#issuecomment-1754699143
Kudos, SonarCloud Quality Gate passed! [ {
fileProcessor.processExtendsFile(resourceType,
entry, providedCapabilities, requiredCapabilities);
} else if
(Constants.REQUIRES_FILE.equals(file.toString
@@ public Capabilities getCapabilities(@NotNull Path
resourceTypeDirectory) {
fileProcessor.processExtendsFile(resourceType,
entry, providedCapabilities, requiredCapabilities);
} else if
(Constants.REQUIRES_FILE.equals(file.toString
kwin commented on a change in pull request #8:
URL:
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#discussion_r710261328
##
File path: pom.xml
##
@@ -236,6 +236,18 @@
1.40.0
compile
+
+org.apache.jack
kwin commented on a change in pull request #8:
URL:
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#discussion_r710261328
##
File path: pom.xml
##
@@ -236,6 +236,18 @@
1.40.0
compile
+
+org.apache.jack
sonarcloud[bot] commented on pull request #8:
URL:
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#issuecomment-920978915
SonarCloud Quality Gate failed. 
+66,8 @@ public Capabilities getCapabilities(@NotNull Path
resourceTypeDirectory) {
fileProcessor.processExtendsFile(resourceType,
entry, providedCapabilities, requiredCapabilities);
} else if
(Constants.REQUIRES_FILE.equals(file.toString
raducotescu commented on a change in pull request #8:
URL:
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#discussion_r709886560
##
File path:
src/main/java/org/apache/sling/scriptingbundle/plugin/processor/filevault/VaultContentXmlReader.java
##
@@ -0,0 +
+66,8 @@ public Capabilities getCapabilities(@NotNull Path
resourceTypeDirectory) {
fileProcessor.processExtendsFile(resourceType,
entry, providedCapabilities, requiredCapabilities);
} else if
(Constants.REQUIRES_FILE.equals(file.toString
raducotescu commented on a change in pull request #8:
URL:
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#discussion_r709869399
##
File path:
src/main/java/org/apache/sling/scriptingbundle/plugin/processor/Constants.java
##
@@ -53,6 +53,10 @@ private Cons
sonarcloud[bot] commented on pull request #8:
URL:
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#issuecomment-920179073
SonarCloud Quality Gate failed.  {
fileProcessor.processExtendsFile(resourceType,
entry, providedCapabilities, requiredCapabilities);
} else if
(Constants.REQUIRES_FILE.equals(file.toString
raducotescu commented on pull request #8:
URL:
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#issuecomment-919201767
> Are you expecting the FileVault Docview files inside the scripts folder
for a bundle? That way they would end up in the bundle unnecessarily. Would it
raducotescu commented on a change in pull request #8:
URL:
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#discussion_r708320022
##
File path:
src/main/java/org/apache/sling/scriptingbundle/plugin/processor/filevault/VaultContentXmlReader.java
##
@@ -0,0 +
+66,8 @@ public Capabilities getCapabilities(@NotNull Path
resourceTypeDirectory) {
fileProcessor.processExtendsFile(resourceType,
entry, providedCapabilities, requiredCapabilities);
} else if
(Constants.REQUIRES_FILE.equals(file.toString
kwin commented on pull request #8:
URL:
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#issuecomment-919094245
Are you expecting the FileVault Docview files inside the scripts folder for
a bundle? That way they would end up in the bundle unnecessarily. Would it make
se
ants.SLING_RESOURCE_SUPER_TYPE);
Review comment:
You need to consider namespaces defined in the xml and check against the
fully qualified element name. Docview XMLs might use other url prefixes than
"sling"
##
File path:
src/main/java/org/apache/sling/scripti
sonarcloud[bot] commented on pull request #8:
URL:
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#issuecomment-919004604
SonarCloud Quality Gate failed. 
> Add missing OSGi capabilit
1 - 100 of 246 matches
Mail list logo