Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLING-12274 - Add support for distribution path suppliers. #12

Closed
wants to merge 4 commits into from

Conversation

danilobanjac
Copy link
Contributor

Add interface hooks for supplying paths for import post processor and invalidation processor.

Link:
https://issues.apache.org/jira/browse/SLING-12274

* @return a set of strings representing the distribution paths.
* @throws PathRetrievalException if there is an error in retrieving the distribution paths.
*/
Set<String> getDistributionPaths(List<String> initialPaths) throws PathRetrievalException;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I make this Map<String, Object> properties or something like that, make it more dynamic, this contract is pretty explicit?

Copy link

sonarcloud bot commented Mar 26, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@danilobanjac danilobanjac deleted the SLING-12274 branch March 26, 2024 14:32
Copy link
Member

@tmaret tmaret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, let's add a pre processor instead of this abstraction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants