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-11114 Use a LazySupplier for the caconfig binding #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joerghoh
Copy link

@joerghoh joerghoh commented Feb 4, 2022

Using the LazyBinding we can avoid to perform checks and validations when the binding is not used.

As a side effect I had to update to Sling API 2.21.0

@sonarcloud
Copy link

sonarcloud bot commented Feb 4, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

81.8% 81.8% Coverage
0.0% 0.0% Duplication

Copy link
Member

@stefanseifert stefanseifert left a comment

Choose a reason for hiding this comment

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

lgtm, thanks

the integration tests do no longer run with this change, though:
https://github.com/apache/sling-org-apache-sling-caconfig-integration-tests
the are using the latest release sling 11 version which is still on Sling API 2.18.4.

i think it makes sense to update to Sling API 2.21.0 if this is the minimum version that provides LazyBindings - but we should then update the integration tests as well.

@joerghoh
Copy link
Author

joerghoh commented Feb 7, 2022

Thanks @stefanseifert, I will take care of that.

@sonarcloud
Copy link

sonarcloud bot commented Apr 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

81.8% 81.8% Coverage
0.0% 0.0% Duplication

1 similar comment
@sonarcloud
Copy link

sonarcloud bot commented Oct 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

81.8% 81.8% Coverage
0.0% 0.0% Duplication

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