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

rombert pushed a change to annotated tag org.apache.sling.models.api-1.3.4
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git.


      at eca0ecd  (tag)
 tagging c57143c45dd69a3573010de32a88d8aacc4914a7 (commit)
      by Justin Edelson
      on Thu Apr 27 13:41:08 2017 +0000

- Log -----------------------------------------------------------------
org.apache.sling.models.api-1.3.4
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new ec1ba92  SLING-3313 - adding initial version of Sling Models (nee YAMF)
     new 7927f09  set svn:ignore
     new 3d1d240  trivial change
     new 45329bf  [maven-release-plugin] prepare release 
org.apache.sling.models.api-1.0.0
     new a50b83e  [maven-release-plugin] prepare for next development iteration
     new ae66b2b  Update to parent pom v19
     new 1e5625a  SLING-3499 - adding support for custom annotation per 
injector (thanks Konrad Windszus for the patch!)
     new d2fec0e  SLING-3683 - breaking apart annotation processor factory 
selection from injector selection
     new 3e99fd3  SLING-3696 - adding support for defining a default injection 
strategy of required or optional. Also adding a @Required annotation
     new 0fec2aa  [maven-release-plugin] prepare release 
org.apache.sling.models.api-1.0.2
     new d9ac6ff  [maven-release-plugin] prepare for next development iteration
     new e442e40  Updated to parent version 20
     new 58c47dd  SLING-3716 SLING-3718 - adding support for constructor 
injection and self injection based on a patch from Stefan Seifert
     new 27a5d46  SLING-3861 - adding condition option for @Model annotation
     new 459c12d  SLING-3869 - fixing branding issues with Sling Models. Thanks 
to Stefan Seifert for the patch!
     new 037bb9e  SLING-3877 - adding a resource path injector. also did some 
minor refactoring to avoid code duplication between injectors.
     new 40eaf4e  SLING-3715 - adding sling object injector. Thanks to Stefan 
for the patch!
     new 85dbcb5  SLING-3879 - fixing NPE in PathInjector. Thanks Stefan for 
the patch!
     new 1df4b0e  SLING-3886 - adding support for adapter indirection where the 
adapting target is a superclass or implemented interface of the implementation 
class. Thanks to Stefan for the patch!
     new b542260  [maven-release-plugin] prepare release 
org.apache.sling.models.api-1.1.0
     new a78a0fc  [maven-release-plugin] prepare for next development iteration
     new 656d300  SLING-3911 - fixing issue where empty or wrong arrays are 
specified for default values
     new 823e30d  fix javadoc syntax error
     new b68c19d  fix invalid svn url
     new 007d78c  Update to Sling Parent POM 22 with baselining enabled
     new 765c7f8  SLING-3709 - introduce new ModelFactory service interface 
which throws various exceptions based on failure conditions. Thanks to Konrad 
Windszus for the original patch!
     new d501119  SLING-3709 - adding additional testing for missing elements 
and post construct failures
     new bc02ffd  SLING-4055 "Model" annotation should be @Documented
     new 572b525  SLING-4057 ModelFactory: Ordering of method arguments 
inconsistent
     new 727a0e8  move detailed JavaDoc description of SlingObject injector 
support to annotation, because this is what's usually only included as 
dependency in the projects
     new c5b00fa  SLING-4083 Enable SlingObject injector to inject all context 
objects when a request is attached to the current thread
     new 964c994  SLING-4056 ModelFactory.canCreateFromAdaptable reports false 
errors when using "adapters" on models (patch suppplied by Konrad Windszus)
     new 562c886  SLING-4083 revert all changes from trunk, copied to branch 
https://svn.apache.org/repos/asf/sling/whiteboard/sseifert/SLING-4083_models_slingobject_threadlocal
     new ba862da  SLING-4112 Sling Models: Optimize performance when read sling 
models annotations
     new 7884144  SLING-4155, consider default injection strategy also for 
injector-specific annotations
     new 15a96b1  SLING-4155 deprecate InjectAnnotationProcessorFactory as well
     new 0513619  SLING-4161 support Sling Validation by a new field on the 
Model annotation
     new 8af24e7  SLING-4112 fix typo in javadoc
     new 938ee41  eliminate deprecation warnings by adding @SuppressWarning 
annotations
     new 3f55c81  SLING-4212 Sling Models: Allow multiple values from ValueMap 
in the resource-path injector (applied patch by santiago garcĂ­a pimentel with 
some modifications)
     new 00802f0  SLING-4698 - Set parent.relativePath to empty for all modules
     new 7590532  SLING-4710 do not export javax.inject in sling models API 
bundle add javax.inject dependency in launchpad from 
org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0 because the original 
javax.inject jar is not an osgi bundle
     new be8063c  SLING-4155 fix typo in annotation property: injectonStrategy 
=> injectionStrategy
     new 2bf803b  SLING-3709 improve exception handling by using dedicated 
exception classes instead of the one global result object
     new de6f3c0  fix typo
     new 97b2004  SLING-4737 add JSR305 annotations
     new 9b47c08  SLING-4737 add missing JSR 305 annotations
     new 236a97c  SLING-4767
     new ee84ecc  SLING-4767 clarify javadoc around PostConstructException
     new f817ebe  SLING-4161 move validation to separate bundle
     new 6d039e3  remove some unused imports
     new 2948ba2  fix javadoc errors so java 8 is not complaining
     new ca544cc  [maven-release-plugin] prepare release 
org.apache.sling.models.api-1.2.0
     new f86f61e  [maven-release-plugin] prepare for next development iteration
     new 270a10c  Update to Sling Parent 23
     new 1d1ab42  Remove superflous sling.java.version=6 as it's the default now
     new a807f07  set parent version to 24 and add empty relativePath where 
missing
     new 067c92a  SLING-4997 add new method isModelClass and deprecate the old 
one
     new e910706  SLING-4997 mark ModelFactory as ProviderType and lower 
package version to 1.1
     new 8842257  SLING-5013 add @ProviderType to API classes/interfaces and 
@ConsumerType to SPI classes/interfaces
     new 9b53403  SLING-5013 add @ProviderType to API classes/interfaces and 
@ConsumerType to SPI classes/interfaces
     new c328638  fix javadoc errors
     new b4d4925  [maven-release-plugin] prepare release 
org.apache.sling.models.api-1.2.2
     new 18b0da6  [maven-release-plugin] prepare for next development iteration
     new d0fb449  Update the main reactor to parent 25
     new 40eade3  Switch to parent pom 26
     new 1357f70  SLING-5029 - clarify ModelFactory.canCreateFromAdaptable to 
always return false in case the according adapter factory is not available (for 
whatever reason)
     new 79c6dd8  SLING-5451 mark exported packages explicitly as either 
provider or consumer type
     new 602db9b  SLING-5451 revert changes from commit r1726248 as 
consumer/providers are annotated on class level and this was already done in 
SLING-5013.
     new 523b43b  fix javadoc
     new 33ab2f8  fix line endings
     new d327166  SLING-5992 - Introduce resource type to model class binding
     new c64f4f0  cosmetic: eliminate some code warnings (no functional change)
     new 06f7281  SLING-6183 - add Sling Model Exporter feature
     new 15073a8  [maven-release-plugin] prepare release 
org.apache.sling.models.api-1.3.0
     new 9603c81  [maven-release-plugin] prepare for next development iteration
     new 6b521a3  SLING-6369 MissingElementsException should not hide any stack 
traces of contained exceptions
     new a25a6d6  [maven-release-plugin] prepare release 
org.apache.sling.models.api-1.3.2
     new 8a4225a  [maven-release-plugin] prepare for next development iteration
     new f73a001  SLING-6748 - move ValuePreparer to API
     new 21bf362  SLING-6658 adjust javadoc to mention that annotated class 
itself is always registered as adapter
     new c0f5197  SLING-5739 - pluggable @Via providers / SLING-6778 - 
supporting delegate models
     new 3ddb2c4  SLING-6785 - support caching for adaptations
     new b747e44  [maven-release-plugin] prepare release 
org.apache.sling.models.api-1.3.4
     new c57143c  [maven-release-plugin] copy for tag 
org.apache.sling.models.api-1.3.4

The 85 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <commits@sling.apache.org>'].

Reply via email to