Mark Adamcin
Mark Adamcin
@davidjgonzalez just a heads-up, the branch name of this PR is the same name as the tag that will be created when you run `mvn clean release:perform` for `6.0.0`. It...
This ticket could be resolved using a REQUEST-scope Filter to override the `sling.max.calls` for the genericlist.html request by setting a request attribute of the same name to an Integer that...
@SachinMali I believe the 5.2.0 solution depends on generic list localization being disabled. It doesn't fix the situation if localization is desired.
So... I think something related to these two links is causing some unit tests to break in java17 that pass in java11, AFTER upgrading to `org.apache.sling.api` 2.22.0: [SLING-8116 ValueMap -...
@joerghoh TL;DR: To take advantage of LazyBindings, we have to implement the `Supplier` type it introduces. Unless we use reflection to access the LazyBindings type, this will require an upgrade...
@davidjgonzalez please merge this even though it doesn't have a CHANGELOG.md entry :)
Ready for review. @davidjgonzalez @HitmanInWis @joerghoh
@reschke May I also suggest a feature flag to enable the behavior? Maybe it only ever gets enabled in one environment, but that may be enough to reduce the pressure...
> @adamcin , please don't add unrelated changes to this PR like changing variable names. it makes it hard to identify the effective changes you are making. > > as...
I think the double quotes may actually have been in the parameter value. I'll take a look at it.