sling-org-apache-sling-models-impl
sling-org-apache-sling-models-impl copied to clipboard
Apache Sling Models Implementation
- Update Sling API dependency to 2.24.0 (to be able to use `ResourceResolver#getPropertyMap()`). - Create a common cache holder object for all types of caches. - When the adaptable is...
Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 5.2.9.RELEASE to 5.2.22.RELEASE. Release notes Sourced from org.springframework:spring-context's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...
This is available if compiled accordingly (with javac option `-parameters`, https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html#option-parameters), supported since javac 8+
…jector (with default Provider) and an unit test This PR depends on PR of the Sling Models API: https://github.com/apache/sling-org-apache-sling-models-api/pull/2
Instead of using different approaches (request attribute and phantom reference queue), we can use the thread resource resolver and store the disposables in the properties map of the resource resolver....