This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a change to branch feature/SLING-12472-impl-picker-order-test
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git


    from f3c51e1  define service ranking explicitly
     add f5b8eff  SLING-12369 add metric to report the number of entries in the 
request… (#53)
     add 571b816  SLING-12372 : ModelAdapterFactory is not cleaning up the 
requests correctly
     add e09333a  SLING-12372 : ModelAdapterFactory is not cleaning up the 
requests correctly
     add 9e4b21a  SLING-12372 : ModelAdapterFactory is not cleaning up the 
requests correctly
     add 480c727  SLING-12372 : ModelAdapterFactory is not cleaning up the 
requests correctly
     add 53f0c32  Merge pull request #54 from apache/SLING-12372
     add 7aeb739  SLING-12374 : Improve injector handling in ModelAdapterFactory
     add 6557baf  SLING-12374 : Improve injector handling in ModelAdapterFactory
     add 4d87c4a  Merge pull request #55 from apache/SLING-12374
     add 1f4f6a3  SLING-12374 : Improve injector handling in ModelAdapterFactory
     add 536d1de  [maven-release-plugin] prepare release 
org.apache.sling.models.impl-1.7.2
     add 93bbe78  [maven-release-plugin] prepare for next development iteration
     add 268c093  SLING-12459 - Redirect sonarcloud notifications to 
[email protected]
     add 4e5b8dc  Update to parent pom 61 (#59)
     add b19c7bc  Merge branch 'master' into 
feature/SLING-12472-impl-picker-order-test
     add 194acaa  process injectors and implementation pickers in reverse order

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   1 +
 .gitignore                                         |   1 +
 pom.xml                                            |  25 +-
 .../sling/models/impl/AdapterImplementations.java  |  21 +-
 .../models/impl/DisposalCallbackRegistryImpl.java} |  35 ++-
 .../sling/models/impl/ModelAdapterFactory.java     | 299 +++++++--------------
 .../models/impl/ModelConfigurationPrinter.java     |   5 +-
 .../models/impl/ModelPackageBundleListener.java    |  18 +-
 .../sling/models/impl/AdapterFactoryTest.java      |   5 +-
 .../models/impl/AdapterImplementationsTest.java    |  41 ++-
 .../sling/models/impl/AnnotationConflictsTest.java |   3 +-
 .../org/apache/sling/models/impl/CachingTest.java  |  24 +-
 .../apache/sling/models/impl/ConstructorTest.java  |   4 +-
 .../models/impl/ConstructorVisibilityTest.java     |   5 +-
 .../sling/models/impl/CustomInjectorTest.java      |   6 +-
 .../models/impl/DefaultInterfaceMethodTest.java    |   2 +-
 .../org/apache/sling/models/impl/DefaultTest.java  |   3 +-
 .../sling/models/impl/ImplementsExtendsTest.java   |  16 +-
 .../impl/InjectorSpecificAnnotationTest.java       |  19 +-
 .../models/impl/InterfaceInheritanceTest.java      |   2 +-
 .../sling/models/impl/InvalidAdaptationsTest.java  |   4 +-
 .../sling/models/impl/MultipleInjectorTest.java    |   5 +-
 .../sling/models/impl/OSGiInjectionTest.java       |   3 +-
 .../sling/models/impl/OptionalObjectsTest.java     |  18 +-
 .../sling/models/impl/OptionalPrimitivesTest.java  |   5 +-
 .../ParameterizedTypeFromRequestAttributeTest.java |   2 +-
 .../sling/models/impl/RequestDisposalTest.java     |   3 +-
 .../sling/models/impl/RequestInjectionTest.java    |   4 +-
 .../models/impl/ResourceModelClassesTest.java      |   3 +-
 .../models/impl/ResourceModelConstructorTest.java  |   3 +-
 .../models/impl/ResourceModelInterfacesTest.java   |   3 +-
 .../models/impl/ResourcePathInjectionTest.java     |   5 +-
 .../sling/models/impl/SelfDependencyTest.java      |   4 +-
 .../sling/models/impl/ServicePropertiesMap.java    |  11 +-
 .../impl/StaticInjectionAPFLoadOrderTest.java      |   2 +-
 .../java/org/apache/sling/models/impl/ViaTest.java |   2 +-
 36 files changed, 259 insertions(+), 353 deletions(-)
 copy src/{test/java/org/apache/sling/models/impl/injector/SimpleInjector.java 
=> main/java/org/apache/sling/models/impl/DisposalCallbackRegistryImpl.java} 
(57%)

Reply via email to